All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Helgaas <helgaas@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org,
	"Lorenzo Pieralisi" <lorenzo.pieralisi@arm.com>,
	"Krzysztof Wilczyński" <kw@linux.com>,
	"Rob Herring" <robh@kernel.org>,
	"Donald Hunter" <donald.hunter@gmail.com>,
	"Binbin Zhou" <zhoubinbin@loongson.cn>,
	"Liu Peibao" <liupeibao@loongson.cn>,
	"Huacai Chen" <chenhuacai@loongson.cn>,
	"Vitaly Kuznetsov" <vkuznets@redhat.com>,
	"Myron Stowe" <myron.stowe@redhat.com>,
	"Rafael J. Wysocki" <rafael@kernel.org>,
	"Andy Shevchenko" <andriy.shevchenko@linux.intel.com>
Subject: [GIT PULL] PCI fixes for v6.3
Date: Thu, 20 Apr 2023 15:27:32 -0500	[thread overview]
Message-ID: <20230420202732.GA322005@bhelgaas> (raw)

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(-)

             reply	other threads:[~2023-04-20 20:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-20 20:27 Bjorn Helgaas [this message]
2023-04-20 23:06 ` [GIT PULL] PCI fixes for v6.3 pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2023-04-11 18:42 Bjorn Helgaas
2023-04-11 19:04 ` pr-tracker-bot
2023-03-31 16:27 Bjorn Helgaas
2023-03-31 20:14 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230420202732.GA322005@bhelgaas \
    --to=helgaas@kernel.org \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=chenhuacai@loongson.cn \
    --cc=donald.hunter@gmail.com \
    --cc=kw@linux.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=liupeibao@loongson.cn \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=myron.stowe@redhat.com \
    --cc=rafael@kernel.org \
    --cc=robh@kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=vkuznets@redhat.com \
    --cc=zhoubinbin@loongson.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.