Re: [PATCH] sc16is7xx: Drop bogus use of IRQF_ONESHOT
From: Jakub Kicinski <hidden>
Date: 2016-10-13 01:16:30
Also in:
linux-serial, lkml, stable
From: Jakub Kicinski <hidden>
Date: 2016-10-13 01:16:30
Also in:
linux-serial, lkml, stable
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 <redacted> Thanks a lot Julia!