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 pci-v6.15-fixes-3 for you to fetch changes up to 442cacac2d9935a0698332a568afcb5c6ab8be17: misc: pci_endpoint_test: Defer IRQ allocation until ioctl(PCITEST_SET_IRQTYPE) (2025-04-23 17:04:48 -0500) ---------------------------------------------------------------- - When releasing a start-aligned resource, e.g., a bridge window, save start/end/flags for the next assignment attempt; fixes a v6.15-rc1 regression (Ilpo Järvinen) - Move set_pcie_speed.sh from TEST_PROGS to TEST_FILE; fixes a bwctrl selftest v6.15-rc1 regression (Ilpo Järvinen) - Add Manivannan Sadhasivam as maintainer of native host bridge and endpoint drivers (Manivannan Sadhasivam) - In endpoint test driver, defer IRQ allocation from .probe() until ioctl() to fix a regression on platforms where the Vendor/Device ID match doesn't include driver_data (Niklas Cassel) ---------------------------------------------------------------- Ilpo Järvinen (2): PCI: Restore assigned resources fully after release selftests/pcie_bwctrl: Fix test progs list Manivannan Sadhasivam (1): MAINTAINERS: Move Manivannan Sadhasivam as PCI Native host bridge and endpoint maintainer Niklas Cassel (1): misc: pci_endpoint_test: Defer IRQ allocation until ioctl(PCITEST_SET_IRQTYPE) MAINTAINERS | 2 +- drivers/misc/pci_endpoint_test.c | 21 +-------------------- drivers/pci/setup-bus.c | 4 ++++ tools/testing/selftests/pcie_bwctrl/Makefile | 3 ++- 4 files changed, 8 insertions(+), 22 deletions(-)