]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
genirq: Move irq_wait_for_poll() to call site
authorThomas Gleixner <tglx@linutronix.de>
Fri, 18 Jul 2025 18:54:08 +0000 (20:54 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 22 Jul 2025 12:30:42 +0000 (14:30 +0200)
commit4e879dedd571128ed5aa4d5989ec0a1938804d20
tree25c58a2f2eb882c29d12438fc80b5a81bfe7bece
parent46958a7bac2d32fda43fd7cd1858aa414640fbd1
genirq: Move irq_wait_for_poll() to call site

Move it to the call site so that the waiting for the INPROGRESS flag can be
reused by an upcoming mitigation for a potential live lock in the edge type
handler.

No functional change.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Liangyan <liangyan.peng@bytedance.com>
Reviewed-by: Jiri Slaby <jirislaby@kernel.org>
Link: https://lore.kernel.org/all/20250718185311.948555026@linutronix.de
kernel/irq/chip.c
kernel/irq/internals.h
kernel/irq/spurious.c