Re: [Cocci] [PATCH] coccinelle: irqf_oneshot.cocci: Improve the generated commit log

2015-05-25 Thread Valentin Rothberg
uested with >> +/// IRQF_ONESHOT, otherwise the request will fail. >> +/// >> +/// So pass the IRQF_ONESHOT flag in this case. >> /// >> // >> // Confidence: Good >> -- >> 1.9.1 >> >> Acked- by: Valentin Rothberg Kind regards, Valentin ___ Cocci mailing list Cocci@systeme.lip6.fr https://systeme.lip6.fr/mailman/listinfo/cocci

[Cocci] [PATCH] irqf_oneshot.cocci: add check of devm_request_threaded_irq()

2015-03-12 Thread Valentin Rothberg
wever, the counterpart devm function (see kernel/irq/devres.c) is also affected by the missing flag which can be detected with this patch. Signed-off-by: Valentin Rothberg Signed-off-by: Peter Senna Tschudin --- scripts/coccinelle/misc/irqf_oneshot.cocci | 24 1 file c

[Cocci] [PATCH 2/2] irqf_oneshot.cocci: add check of devm_request_threaded_irq()

2015-03-03 Thread Valentin Rothberg
wever, the counterpart devm function (see kernel/irq/devres.c) is also affected by the missing flag which can be detected with this patch. Signed-off-by: Valentin Rothberg Signed-off-by: Peter Senna Tschudin --- scripts/coccinelle/misc/irqf_oneshot.cocci | 24 1 file c