mbox series

[GIT,PULL] PCI fixes for v6.15

Message ID 20250411181650.GA372618@bhelgaas (mailing list archive)
State New
Headers show
Series [GIT,PULL] PCI fixes for v6.15 | expand

Pull-request

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

Message

Bjorn Helgaas April 11, 2025, 6:16 p.m. UTC
The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

  Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c8ba3f8aff672a5ea36e895f0f8f657271d855d7:

  PCI: Run quirk_huawei_pcie_sva() before arm_smmu_probe_device() (2025-04-11 12:53:21 -0500)

----------------------------------------------------------------

- Run quirk_huawei_pcie_sva() before arm_smmu_probe_device(), which depends
  on the quirk, to avoid IOMMU initialization failures (Zhangfei Gao)

----------------------------------------------------------------
Zhangfei Gao (1):
      PCI: Run quirk_huawei_pcie_sva() before arm_smmu_probe_device()

 drivers/pci/quirks.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org April 11, 2025, 11:45 p.m. UTC | #1
The pull request you sent on Fri, 11 Apr 2025 13:16:50 -0500:

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

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

Thank you!