Re: [PATCH] powerpc: pci-ioda: Fix the stale irq chip reference
From: Madhavan Srinivasan
Date: Wed Sep 09 2026 - 02:19:12 EST
On Wed, 19 Aug 2026 17:58:22 +0000, Shivaprasad G Bhat wrote:
> The commit f0ac60e6e311 ("powerpc/powernv/pci: Switch to use
> msi_create_parent_irq_domain()") removed the legacy MSI irq chip
> pnv_pci_msi_irq_chip but left behind the static definition of it and
> its reference in is_pnv_opal_msi().
>
> The KVM IRQ bypass for vfio devices is broken because the
> comparision in is_pnv_opal_msi() fails on the comparision with
> stale unused variable showing the below errors in dmesg.
>
> [...]
Applied to powerpc/fixes.
[1/1] powerpc: pci-ioda: Fix the stale irq chip reference
https://git.kernel.org/powerpc/c/d96171d911e3b89ca2957c04264019cf2f96287b
cheers