Files
linux/kernel/irq
Thomas Gleixner fe4aeb98a2 genirq: Prevent resend to interrupts marked IRQ_NESTED_THREAD
commit 75a06189fc upstream.

The resend mechanism happily calls the interrupt handler of interrupts
which are marked IRQ_NESTED_THREAD from softirq context. This can
result in crashes because the interrupt handler is not the proper way
to invoke the device handlers. They must be invoked via
handle_nested_irq.

Prevent the resend even if the interrupt has no valid parent irq
set. Its better to have a lost interrupt than a crashing machine.

Reported-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-08-10 12:21:04 -07:00
..
2013-10-18 14:49:30 +02:00
2012-08-21 16:14:23 +02:00