Re: [PATCH] genirq: Add missing IRQF_ONESHOT

2021-03-25 Thread Thomas Gleixner
On Tue, Mar 23 2021 at 17:38, Yang Li wrote: > fixed the following coccicheck: > ./kernel/irq/manage.c:2193:8-28: ERROR: Threaded IRQ with no primary > handler requested without IRQF_ONESHOT This fixes nothing because it's for a nested thread and not relevant to that check at all. Thanks,

[PATCH] genirq: Add missing IRQF_ONESHOT

2021-03-23 Thread Yang Li
fixed the following coccicheck: ./kernel/irq/manage.c:2193:8-28: ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT Reported-by: Abaci Robot Signed-off-by: Yang Li --- kernel/irq/manage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git