]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
genirq/chip: Rework handle_untracked_irq()
authorThomas Gleixner <tglx@linutronix.de>
Tue, 29 Apr 2025 06:55:08 +0000 (08:55 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 7 May 2025 07:08:12 +0000 (09:08 +0200)
commita155777175bb3d0e93f8605d4d93ae6abf3484ab
tree318668f9cf41c328a137a43b762957bae99072d8
parent1a3678675f6945f97945dc453352c9c1fa26c470
genirq/chip: Rework handle_untracked_irq()

Use the new helpers to decide whether the interrupt should be handled and
switch the descriptor locking to guard().

Fixup the kernel doc comment while at it.

No functional change.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/all/20250429065420.865212916@linutronix.de
kernel/irq/chip.c