]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
genirq/manage: Make NMI cleanup RT safe
authorThomas Gleixner <tglx@kernel.org>
Sun, 17 May 2026 20:02:14 +0000 (22:02 +0200)
committerThomas Gleixner <tglx@kernel.org>
Tue, 26 May 2026 14:21:13 +0000 (16:21 +0200)
commit3ba92f6a28203e30d0b2c7d75b59f48d5ff9fbcc
treee654af1612cf0a6322a5ac31df5d8a423bd7baae
parentb99dc723b12ea587fc8b2e07bd8401433eec58d8
genirq/manage: Make NMI cleanup RT safe

Eventually blocking functions cannot be invoked with interrupts disabled
and a raw spin lock held. Restructure the code so this happens outside of
the descriptor lock held region.

Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Tested-by: Michael Kelley <mhklinux@outlook.com>
Link: https://patch.msgid.link/20260517194931.601972758@kernel.org
kernel/irq/manage.c