The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b: Linux 6.11-rc1 (2024-07-28 14:19:55 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.11-fixes-1 for you to fetch changes up to 5560a612c20d3daacbf5da7913deefa5c31742f4: PCI: pciehp: Retain Power Indicator bits for userspace indicators (2024-08-01 12:58:03 -0500) N.B. These have been in linux-next since July 26; I updated the commit logs today to add a Tested-by and an error message. ---------------------------------------------------------------- - Fix a pci_intx() regression that caused driver reload to fail with "Resources present before probing" (Philipp Stanner) - Fix a pciehp regression that clobbered the upper bits of RAID status LEDs on NVMe devices behind an Intel VMD (Blazej Kucman) ---------------------------------------------------------------- Blazej Kucman (1): PCI: pciehp: Retain Power Indicator bits for userspace indicators Philipp Stanner (1): PCI: Fix devres regression in pci_intx() drivers/pci/hotplug/pciehp_hpc.c | 4 +++- drivers/pci/pci.c | 15 ++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-)