]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
genirq/manage: Add buslock back in to enable_irq()
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Thu, 23 Oct 2025 15:49:01 +0000 (16:49 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 24 Oct 2025 09:38:39 +0000 (11:38 +0200)
commitef3330b99c01bda53f2a189b58bed8f6b7397f28
treee3fe6d74a947241a0d34ca05e27ff992d0dad79b
parent56363e25f79fe83e63039c5595b8cd9814173d37
genirq/manage: Add buslock back in to enable_irq()

The locking was changed from a buslock to a plain lock, but the patch
description states there was no functional change. Assuming this was
accidental so reverting to using the buslock.

Fixes: bddd10c55407 ("genirq/manage: Rework enable_irq()")
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://patch.msgid.link/20251023154901.1333755-4-ckeepax@opensource.cirrus.com
kernel/irq/manage.c