mbox series

[GIT,PULL] PCI fixes for v6.8

Message ID 20240202205118.GA690750@bhelgaas
State New
Headers show
Series [GIT,PULL] PCI fixes for v6.8 | expand

Pull-request

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

Message

Bjorn Helgaas Feb. 2, 2024, 8:51 p.m. UTC
The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 925bd5e08106bd5bfbd1cb8e124c89a0b4003569:

  MAINTAINERS: Add Manivannan Sadhasivam as PCI Endpoint maintainer (2024-01-31 09:04:10 -0600)

----------------------------------------------------------------
- Fix a potential deadlock that was reintroduced by an ASPM revert
  merged for v6.8 (Johan Hovold)

- Add Manivannan Sadhasivam as PCI Endpoint maintainer (Lorenzo Pieralisi)

----------------------------------------------------------------
Johan Hovold (1):
      PCI/ASPM: Fix deadlock when enabling ASPM

Lorenzo Pieralisi (1):
      MAINTAINERS: Add Manivannan Sadhasivam as PCI Endpoint maintainer

 MAINTAINERS                            |  3 +-
 drivers/pci/bus.c                      | 49 +++++++++++++--------
 drivers/pci/controller/dwc/pcie-qcom.c |  2 +-
 drivers/pci/pci.c                      | 78 ++++++++++++++++++++++------------
 drivers/pci/pci.h                      |  4 +-
 drivers/pci/pcie/aspm.c                | 13 ++++--
 include/linux/pci.h                    |  5 +++
 7 files changed, 102 insertions(+), 52 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 2, 2024, 9 p.m. UTC | #1
The pull request you sent on Fri, 2 Feb 2024 14:51:18 -0600:

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

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

Thank you!