Skip to content
Snippets Groups Projects
user avatar
Thomas Gleixner authored
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: default avatarThomas Gleixner <tglx@linutronix.de>
cc8c3b78
History
Name Last commit Last update