On Mon, 3 Oct 2016 10:14:32 -0500, Julia Cartwright wrote: > The use of IRQF_ONESHOT when registering an interrupt handler with > request_irq() is non-sensical. > ...
Disabling the irq when kthread is pending as mentioned here: http://www.spinics.net/lists/linux-rt-users/msg14673.html could be beneficial but this is definitely a step in the right direction! Acked-by: Jakub Kicinski <kubak...@wp.pl> Thanks a lot Julia!