Re: [PATCH] fix might sleep oops in irq affinity callback hook
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: 2013-08-23 07:23:40
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: 2013-08-23 07:23:40
On 08/22/2013 09:01 PM, Joe Korty wrote:
Hi Sebastian,
Hi Joe,
For the rt kernel, I get the message only for the first time the affinity for some SFC IRQ is changed. Subsequent changes of the _same_ IRQ do not have the callback invoked. If I go and change some other SFC IRQ that will also invoke the callback the first time only.
it seems the thread does not get woken up second invocation. I try to check this somehow here.
Regards, Joe
Sebastian