mbox series

[GIT,PULL] PCI fixes for v6.11

Message ID 20240801181514.GA112131@bhelgaas (mailing list archive)
State Superseded
Delegated to: Bjorn Helgaas
Headers show
Series [GIT,PULL] PCI fixes for v6.11 | expand

Pull-request

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

Message

Bjorn Helgaas Aug. 1, 2024, 6:15 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Aug. 1, 2024, 6:36 p.m. UTC | #1
The pull request you sent on Thu, 1 Aug 2024 13:15:14 -0500:

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

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

Thank you!