mbox series

[GIT,PULL] PCI fixes for v6.2

Message ID 20230210215735.GA2700622@bhelgaas
State New
Headers show
Series [GIT,PULL] PCI fixes for v6.2 | expand

Pull-request

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

Message

Bjorn Helgaas Feb. 10, 2023, 9:57 p.m. UTC
Note that we're moving PCI development to a shared git tree, so this
pull request refers to the new tree.

The reverts fix suspend/resume issues that appeared in v6.1.  They've
been in linux-next since Feb 6, but I updated the commit logs today to
add more details.

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

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

for you to fetch changes up to ff209ecc376a2ea8dd106a1f594427a5d94b7dd3:

  Revert "PCI/ASPM: Refactor L1 PM Substates Control Register programming" (2023-02-10 15:30:24 -0600)

----------------------------------------------------------------
- Move to a shared PCI git tree (Bjorn Helgaas)

- Add Krzysztof WilczyƄski as another PCI maintainer (Lorenzo Pieralisi)

- Revert a couple ASPM patches to fix suspend/resume regressions (Bjorn
  Helgaas)

----------------------------------------------------------------
Bjorn Helgaas (3):
      MAINTAINERS: Move to shared PCI tree
      Revert "PCI/ASPM: Save L1 PM Substates Capability for suspend/resume"
      Revert "PCI/ASPM: Refactor L1 PM Substates Control Register programming"

Lorenzo Pieralisi (1):
      MAINTAINERS: Promote Krzysztof to PCI controller maintainer

 MAINTAINERS             |  12 +++---
 drivers/pci/pci.c       |   7 ----
 drivers/pci/pci.h       |   4 --
 drivers/pci/pcie/aspm.c | 109 +++++++++++++++---------------------------------
 4 files changed, 39 insertions(+), 93 deletions(-)

Comments

Linus Torvalds Feb. 10, 2023, 10:22 p.m. UTC | #1
On Fri, Feb 10, 2023 at 1:57 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
>
> Note that we're moving PCI development to a shared git tree, so this
> pull request refers to the new tree.

Yeah, I saw the linux-next note, so I knew to expect it.

But thanks for the clarification regardless - the fewer surprises I
have in pull requests, the happier I tend to be ;)

               Linus
pr-tracker-bot@kernel.org Feb. 10, 2023, 10:37 p.m. UTC | #2
The pull request you sent on Fri, 10 Feb 2023 15:57:35 -0600:

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

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

Thank you!