Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1229928
| From | Kohji Okuno <okuno.kohji@jp.panasonic.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] genirq: Handle force threading of irqs with primary and thread handler |
| Date | 2015-09-22 08:50 +0200 |
| Message-ID | <qbpyN-61H-1@gated-at.bofh.it> (permalink) |
| References | <qb5gK-297-13@gated-at.bofh.it> |
| Organization | Panasonic Corporation |
From: Thomas Gleixner <tglx@linutronix.de> Date: Mon, 21 Sep 2015 11:01:10 +0200 > To deal with this proper, we need to force thread the primary handler > of such interrupts as well. That means that the primary interrupt > handler is treated as any other primary interrupt handler which is not > marked IRQF_NO_THREAD. The threaded handler becomes a separate thread > so the SDHCI flow logic can be handled gracefully. > > The same issue was reported against 4.1-rt. Hi tglx, I tried your patch. It worked good for me. Many thanks, Kohji Okuno -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] genirq: Handle force threading of irqs with primary and thread handler Thomas Gleixner <tglx@linutronix.de> - 2015-09-21 11:10 +0200 Re: [PATCH] genirq: Handle force threading of irqs with primary and thread handler Kohji Okuno <okuno.kohji@jp.panasonic.com> - 2015-09-22 08:50 +0200 [tip:irq/core] genirq: Handle force threading of irqs with primary and thread handler tip-bot for Thomas Gleixner <tipbot@zytor.com> - 2015-09-22 12:50 +0200
csiph-web