[GIT PULL] PCI fixes for v6.17

From: Bjorn Helgaas
Date: Wed Aug 20 2025 - 16:28:05 EST


The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:

Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.17-fixes-2

for you to fetch changes up to 5149bbb56bdcf5c5f72904025fbb502217580b63:

PCI: vmd: Remove MSI-X check on child devices (2025-08-12 13:45:01 -0500)

Both fixes are for regressions that appeared in v6.17-rc1.
----------------------------------------------------------------

- Remove vmd restriction on children using MSI-X because VMD does in fact
support both MSI and MSI-X for children (Nam Cao)

- Fix a NULL pointer dereference in the xilinx interrupt handler (Nam Cao)

----------------------------------------------------------------
Nam Cao (2):
PCI: xilinx: Fix NULL pointer dereference in xilinx_pcie_intr_handler()
PCI: vmd: Remove MSI-X check on child devices

drivers/pci/controller/pcie-xilinx.c | 2 +-
drivers/pci/controller/vmd.c | 3 ---
2 files changed, 1 insertion(+), 4 deletions(-)