mbox series

[GIT,PULL] PCI fixes for v6.3

Message ID 20230420202732.GA322005@bhelgaas
State New
Headers show
Series [GIT,PULL] PCI fixes for v6.3 | expand

Pull-request

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

Message

Bjorn Helgaas April 20, 2023, 8:27 p.m. UTC
The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 0d21e71a91debc87e88437a2cf9c6f34f8bf012f:

  PCI: Restrict device disabled status check to DT (2023-04-20 13:30:14 -0500)

This has only been in -next one day, but it fixes an important regression.
It appeared in next-20230420 as a0814a0e8b5b, and I subsequently edited the
commit log to add testing reports from Donald and Vitaly.

----------------------------------------------------------------
- Previously we ignored PCI devices if the DT "status" property or the ACPI
  _STA method said it was not present.  Per spec, _STA cannot be used for
  that purpose, and using it that way caused regressions, so skip the _STA
  check (Rob Herring)

----------------------------------------------------------------
Rob Herring (1):
      PCI: Restrict device disabled status check to DT

 drivers/pci/of.c    | 30 ++++++++++++++++++++++++------
 drivers/pci/pci.h   |  4 ++--
 drivers/pci/probe.c |  8 ++++----
 3 files changed, 30 insertions(+), 12 deletions(-)

Comments

pr-tracker-bot@kernel.org April 20, 2023, 11:06 p.m. UTC | #1
The pull request you sent on Thu, 20 Apr 2023 15:27:32 -0500:

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

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

Thank you!