[GIT PULL] PCI fixes for v6.3

From: Bjorn Helgaas
Date: Tue Apr 11 2023 - 14:42:34 EST


The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 30ba2d09edb5ea857a1473ae3d820911347ada62:

PCI: Fix use-after-free in pci_bus_release_domain_nr() (2023-04-06 18:20:59 -0500)

----------------------------------------------------------------
- Provide pci_msix_can_alloc_dyn() stub when CONFIG_PCI_MSI unset to avoid
build errors (Reinette Chatre)

- Quirk AMD XHCI controller that loses MSI-X state in D3hot to avoid broken
USB after hotplug or suspend/resume (Basavaraj Natikar)

- Fix use-after-free in pci_bus_release_domain_nr() (Rob Herring)

----------------------------------------------------------------
Basavaraj Natikar (1):
x86/PCI: Add quirk for AMD XHCI controller that loses MSI-X state in D3hot

Reinette Chatre (1):
PCI/MSI: Provide missing stub for pci_msix_can_alloc_dyn()

Rob Herring (1):
PCI: Fix use-after-free in pci_bus_release_domain_nr()

arch/x86/pci/fixup.c | 21 +++++++++++++++++++++
drivers/pci/remove.c | 5 +++--
include/linux/pci.h | 2 ++
3 files changed, 26 insertions(+), 2 deletions(-)