[GIT PULL] PCI fixes for v7.1
From: Bjorn Helgaas
Date: Fri May 08 2026 - 17:05:19 EST
The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:
Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v7.1-fixes-1
for you to fetch changes up to 9ef40a09c5de18f0d275a451f5c2a7fd4f07158b:
MAINTAINERS: Add Aksh Garg as PCIe CADENCE reviewer (2026-05-08 15:50:07 -0500)
----------------------------------------------------------------
- Don't fallback to bus reset after failed slot reset; a bus reset isn't
safe if the .reset_slot() callback is implemented (Keith Busch)
- Update saved_config_space upon resource assignment to fix passthrough
regressions when x86 pcibios_assign_resources() updates BARs (Lukas
Wunner)
- Initialize a temporary pci_dev->dev in sysfs 'new_id' attribute to fix a
lockdep regression after driver_override was moved from PCI to device
core (Samiullah Khawaja)
- Update MAINTAINERS email addresses (Marek Vasut, Hans Zhang)
- Add MAINTAINERS reviewer for PCIe Cadence IP (Aksh Garg)
----------------------------------------------------------------
Aksh Garg (1):
MAINTAINERS: Add Aksh Garg as PCIe CADENCE reviewer
Hans Zhang (1):
MAINTAINERS: Update Hans Zhang email for PCIe CIX Sky1
Keith Busch (1):
PCI: Don't fallback to bus reset after failed slot reset
Lukas Wunner (1):
PCI: Update saved_config_space upon resource assignment
Marek Vasut (1):
MAINTAINERS: Update Marek Vasut email for PCIe R-Car
Samiullah Khawaja (1):
PCI: Initialize temporary device in new_id_store()
MAINTAINERS | 7 ++++---
drivers/pci/pci-driver.c | 9 ++++++++-
drivers/pci/pci.c | 9 ++++-----
drivers/pci/setup-res.c | 2 ++
4 files changed, 18 insertions(+), 9 deletions(-)