mbox series

[GIT,PULL] PCI fixes for v6.3

Message ID 20230411184227.GA4167614@bhelgaas
State New
Headers show
Series [GIT,PULL] PCI fixes for v6.3 | expand

Pull-request

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

Message

Bjorn Helgaas April 11, 2023, 6:42 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org April 11, 2023, 7:04 p.m. UTC | #1
The pull request you sent on Tue, 11 Apr 2023 13:42:27 -0500:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e62252bc55b6d4eddc6c2bdbf95a448180d6a08d

Thank you!