Merge tag 'pci-v6.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 20 Aug 2025 20:26:33 +0000 (13:26 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 20 Aug 2025 20:26:33 +0000 (13:26 -0700)
commit41cd3fd152634250fdd09a52a35352b3f323800d
treee9ec172c0b7e709ca1adc8fb397320803ede876d
parentb19a97d57c15643494ac8bfaaa35e3ee472d41da
parent5149bbb56bdcf5c5f72904025fbb502217580b63
Merge tag 'pci-v6.17-fixes-2' of git://git./linux/kernel/git/pci/pci

Pull pci fixes from Bjorn Helgaas:

 - 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)

* tag 'pci-v6.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci:
  PCI: vmd: Remove MSI-X check on child devices
  PCI: xilinx: Fix NULL pointer dereference in xilinx_pcie_intr_handler()