mbox series

[GIT,PULL] PCI fixes for v5.15

Message ID 20210917151842.GA1716604@bjorn-Precision-5520
State New
Headers show
Series [GIT,PULL] PCI fixes for v5.15 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.15-fixes-1

Message

Bjorn Helgaas Sept. 17, 2021, 3:18 p.m. UTC
The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.15-fixes-1

for you to fetch changes up to e042a4533fc346a655de7f1b8ac1fa01a2ed96e5:

  MAINTAINERS: Add Nirmal Patel as VMD maintainer (2021-09-15 16:44:03 -0500)

----------------------------------------------------------------
PCI fixes:

  - Defer VPD sizing until we actually need the contents; fixes a
    boot-time slowdown reported by Dave Jones (Bjorn Helgaas)

  - Stop clobbering OF fwnodes when we look for an ACPI fwnode; fixes
    a virtio-iommu boot regression (Jean-Philippe Brucker)

  - Add AMD GPU multi-function power dependencies; fixes runtime power
    management, including GPU resume and temp and fan sensor issues
    (Evan Quan)

  - Update VMD maintainer to Nirmal Patel (Jon Derrick)

----------------------------------------------------------------
Bjorn Helgaas (1):
      PCI/VPD: Defer VPD sizing until first access

Evan Quan (1):
      PCI: Add AMD GPU multi-function power dependencies

Jean-Philippe Brucker (1):
      PCI/ACPI: Don't reset a fwnode set by OF

Jon Derrick (1):
      MAINTAINERS: Add Nirmal Patel as VMD maintainer

 MAINTAINERS            |  3 ++-
 drivers/pci/pci-acpi.c |  2 +-
 drivers/pci/quirks.c   |  9 +++++++--
 drivers/pci/vpd.c      | 36 ++++++++++++++++++++++++++----------
 4 files changed, 36 insertions(+), 14 deletions(-)

Comments

Linus Torvalds Sept. 17, 2021, 6:46 p.m. UTC | #1
On Fri, Sep 17, 2021 at 8:18 AM Bjorn Helgaas <helgaas@kernel.org> wrote:
>
>   - Defer VPD sizing until we actually need the contents; fixes a
>     boot-time slowdown reported by Dave Jones (Bjorn Helgaas)

This commit should have had the Reported-by: and Tested-by: tags from
Dave Jones.

Yes, it has the link to discussion and report, but for basic credits
people shouldn't have to go to some web browser.

Pulled, but I wanted to point out how bug reporting and testing is a
fundamental part of commit logs, not some secondary thing.

          Linus
Bjorn Helgaas Sept. 17, 2021, 7:16 p.m. UTC | #2
On Fri, Sep 17, 2021 at 11:46:00AM -0700, Linus Torvalds wrote:
> On Fri, Sep 17, 2021 at 8:18 AM Bjorn Helgaas <helgaas@kernel.org> wrote:
> >
> >   - Defer VPD sizing until we actually need the contents; fixes a
> >     boot-time slowdown reported by Dave Jones (Bjorn Helgaas)
> 
> This commit should have had the Reported-by: and Tested-by: tags from
> Dave Jones.
> 
> Yes, it has the link to discussion and report, but for basic credits
> people shouldn't have to go to some web browser.

Right, sorry about that.
pr-tracker-bot@kernel.org Sept. 17, 2021, 7:29 p.m. UTC | #3
The pull request you sent on Fri, 17 Sep 2021 10:18:42 -0500:

> git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.15-fixes-1

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

Thank you!