Files
linux/arch/um/kernel
Jouni Malinen d329e071ed um: Fix IRQ controller regression on console read
[ Upstream commit bebe4681d0 ]

The conversion of UML to use epoll based IRQ controller claimed that
clone_one_chan() can safely call um_free_irq() while starting to ignore
the delay_free_irq parameter that explicitly noted that the IRQ cannot
be freed because this is being called from chan_interrupt(). This
resulted in free_irq() getting called in interrupt context ("Trying to
free IRQ 6 from IRQ context!").

Fix this by restoring previously used delay_free_irq processing.

Fixes: ff6a17989c ("Epoll based IRQ controller")
Signed-off-by: Jouni Malinen <j@w1.fi>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-01-27 14:50:59 +01:00
..
2017-03-28 18:24:03 -04:00
2017-09-13 22:33:54 +02:00
2013-09-07 10:38:34 +02:00
2016-08-04 00:18:06 +02:00
2017-11-15 18:21:03 -08:00
2016-03-05 22:16:40 +01:00
2017-05-03 22:30:20 +02:00