summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorThomas Gleixner2010-03-23 22:40:53 +0100
committerThomas Gleixner2010-03-24 14:38:23 +0100
commitcc8c3b78433222e5dbc1fdfcfdde29e1743f181a (patch)
tree7efe13d87d7d92b1ff409455e65c85129bc30121 /README
parentgenirq: Prevent oneshot irq thread race (diff)
downloadkernel-qcow2-linux-cc8c3b78433222e5dbc1fdfcfdde29e1743f181a.tar.gz
kernel-qcow2-linux-cc8c3b78433222e5dbc1fdfcfdde29e1743f181a.tar.xz
kernel-qcow2-linux-cc8c3b78433222e5dbc1fdfcfdde29e1743f181a.zip
genirq: Protect access to irq_desc->action in can_request_irq()
can_request_irq() accesses and dereferences irq_desc->action w/o holding irq_desc->lock. So action can be freed on another CPU before it's dereferenced. Unlikely, but ... Protect it with desc->lock. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions