mbox series

[GIT,PULL] PCI changes for v6.6

Message ID 20230909144437.GA326030@bhelgaas (mailing list archive)
State Accepted
Delegated to: Bjorn Helgaas
Headers show
Series [GIT,PULL] PCI changes for v6.6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.6-fixes-1

Message

Bjorn Helgaas Sept. 9, 2023, 2:44 p.m. UTC
The following changes since commit b6f6167ea8a424d14b41c172fe7a5f49e164f221:

  Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci (2023-08-30 20:23:07 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.6-fixes-1

for you to fetch changes up to 5260bd6d36c83c5b269c33baaaf8c78e520908b0:

  Revert "PCI: Mark NVIDIA T4 GPUs to avoid bus reset" (2023-09-08 15:11:45 -0500)

----------------------------------------------------------------
- Add PCI_DYNAMIC_OF_NODES dependency on OF_IRQ to fix sparc64 build error
  (Lizhi Hou)

- After coalescing host bridge resources, free any released resources to
  avoid a leak (Ross Lagerwall)

- Revert a quirk that prevented NVIDIA T4 GPUs from using Secondary Bus
  Reset.  The quirk worked around an issue that we now think is related to
  the Root Port, not the GPU (Bjorn Helgaas)

----------------------------------------------------------------
Bjorn Helgaas (1):
      Revert "PCI: Mark NVIDIA T4 GPUs to avoid bus reset"

Lizhi Hou (1):
      PCI: Fix CONFIG_PCI_DYNAMIC_OF_NODES kconfig dependencies

Ross Lagerwall (1):
      PCI: Free released resource after coalescing

 drivers/pci/Kconfig  | 2 +-
 drivers/pci/probe.c  | 1 +
 drivers/pci/quirks.c | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 9, 2023, 6:53 p.m. UTC | #1
The pull request you sent on Sat, 9 Sep 2023 09:44:37 -0500:

> git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.6-fixes-1

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

Thank you!