From: Bjorn Helgaas Date: Thu, 27 Mar 2025 18:14:43 +0000 (-0500) Subject: Merge branch 'pci/enumeration' X-Git-Tag: v6.15-rc1~119^2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9e224daddecffe8a924b985f0b1956d7199d4e3;p=thirdparty%2Flinux.git Merge branch 'pci/enumeration' - Enable Configuration RRS SV early instead of during child bus scanning (Bjorn Helgaas) - Cache offset of Resizable BAR capability to avoid redundant searches for it (Bjorn Helgaas) - Fix reference leaks in pci_register_host_bridge() and pci_alloc_child_bus() (Ma Ke) - Drop put_device() in pci_register_host_bridge() left over from converting device_register() to device_add() (Dan Carpenter) * pci/enumeration: PCI: Remove stray put_device() in pci_register_host_bridge() PCI: Fix reference leak in pci_alloc_child_bus() PCI: Fix reference leak in pci_register_host_bridge() PCI: Cache offset of Resizable BAR capability PCI: Enable Configuration RRS SV early --- e9e224daddecffe8a924b985f0b1956d7199d4e3