diff options
author | Thomas Gleixner <[email protected]> | 2012-11-23 10:08:44 +0100 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2012-12-11 12:25:30 +0100 |
commit | e716efde75267eab919cdb2bef5b2cb77f305326 (patch) | |
tree | 7af4b7266b29a7a0268fcf68cb5f3a8c23405dd3 /net/unix/af_unix.c | |
parent | 04aa530ec04f61875b99c12721162e2964e3318c (diff) |
genirq: Avoid deadlock in spurious handling
commit 52553ddf(genirq: fix regression in irqfixup, irqpoll)
introduced a potential deadlock by calling the action handler with the
irq descriptor lock held.
Remove the call and let the handling code run even for an interrupt
where only a single action is registered. That matches the goal of
the above commit and avoids the deadlock.
Document the confusing action = desc->action reload in the handling
loop while at it.
Reported-and-tested-by: "Wang, Warner" <[email protected]>
Tested-by: Edward Donovan <[email protected]>
Cc: "Wang, Song-Bo (Stoney)" <[email protected]>
Cc: [email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions