kernel-hacking-2024-linux-s.../scripts/coccinelle/misc
Lars-Peter Clausen f1f4550479 scripts/coccinelle: Find threaded IRQs requests which are missing IRQF_ONESHOT
Since commit 1c6c69525b ("genirq: Reject bogus threaded irq requests") threaded
IRQs without a primary handler need to be requested with IRQF_ONESHOT, otherwise
the request will fail. This semantic patch will help to statically identify
(and fix) such cases.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Michal Marek <mmarek@suse.cz>
2012-07-13 15:57:31 +02:00
..
boolinit.cocci coccinelle: semantic patch for bool issues 2012-02-25 00:07:32 +01:00
cstptr.cocci
doubleinit.cocci
ifaddr.cocci scripts/coccinelle: address test is always true 2012-05-25 14:51:11 +02:00
ifcol.cocci
irqf_oneshot.cocci scripts/coccinelle: Find threaded IRQs requests which are missing IRQF_ONESHOT 2012-07-13 15:57:31 +02:00
noderef.cocci scripts/coccinelle: sizeof of pointer 2012-05-25 14:51:12 +02:00