]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
irqchip/gic-v5: Fix inversion of IRS_IDR0.virt flag
authorSascha Bischoff <Sascha.Bischoff@arm.com>
Wed, 25 Feb 2026 08:31:40 +0000 (08:31 +0000)
committerMarc Zyngier <maz@kernel.org>
Wed, 25 Feb 2026 08:55:59 +0000 (08:55 +0000)
commit29c8b85adb47daefc213381bc1831787f512d89b
tree716e27dcd7660b24e54ec3a708c1c997c9773a54
parentec197dca8735f7627e5cff7e3fa8839b53a28514
irqchip/gic-v5: Fix inversion of IRS_IDR0.virt flag

It appears that a !! became ! during a cleanup, resulting in inverted
logic when detecting if a host GICv5 implementation is capable of
virtualization.

Re-add the missing !, fixing the behaviour.

Fixes: 3227c3a89d65f ("irqchip/gic-v5: Check if impl is virt capable")
Signed-off-by: Sascha Bischoff <sascha.bischoff@arm.com>
Link: https://patch.msgid.link/20260225083130.3378490-1-sascha.bischoff@arm.com
Signed-off-by: Marc Zyngier <maz@kernel.org>
drivers/irqchip/irq-gic-v5-irs.c