Linux PCI subsystem development
 help / color / mirror / Atom feed
* [GIT PULL] PCI fixes for v6.7
@ 2023-12-15 21:11 Bjorn Helgaas
  2023-12-16  4:07 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Bjorn Helgaas @ 2023-12-15 21:11 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Lorenzo Pieralisi, Rob Herring,
	Krzysztof Wilczyński, Jiaxun Yang, Huacai Chen, Johan Hovold,
	Manivannan Sadhasivam, Igor Mammedov, Fiona Ebner, Dongli Zhang,
	Jonathan Woithe

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 5df12742b7e3aae2594a30a9d14d5d6e9e7699f4:

  Revert "PCI: acpiphp: Reassign resources on bridge if necessary" (2023-12-15 14:55:10 -0600)

----------------------------------------------------------------
- Limit Max_Read_Request_Size (MRRS) on some MIPS Loongson systems because
  they don't all support MRRS > 256, and firmware doesn't always initialize
  it correctly, which meant some PCIe devices didn't work (Jiaxun Yang)

- Add and use pci_enable_link_state_locked() to prevent potential deadlocks
  in vmd and qcom drivers (Johan Hovold)

- Revert recent (v6.5) acpiphp resource assignment changes that fixed
  issues with hot-adding devices on a root bus or with large BARs, but
  introduced new issues with GPU initialization and hot-adding SCSI disks
  in QEMU VMs and (Bjorn Helgaas)

----------------------------------------------------------------
Bjorn Helgaas (1):
      Revert "PCI: acpiphp: Reassign resources on bridge if necessary"

Jiaxun Yang (1):
      PCI: loongson: Limit MRRS to 256

Johan Hovold (6):
      PCI/ASPM: Add pci_enable_link_state_locked()
      PCI: vmd: Fix potential deadlock when enabling ASPM
      PCI: qcom: Fix potential deadlock when enabling ASPM
      PCI: qcom: Clean up ASPM comment
      PCI/ASPM: Clean up __pci_disable_link_state() 'sem' parameter
      PCI/ASPM: Add pci_disable_link_state_locked() lockdep assert

 drivers/pci/controller/dwc/pcie-qcom.c |  7 ++--
 drivers/pci/controller/pci-loongson.c  | 46 +++++++++++++++++++++---
 drivers/pci/controller/vmd.c           |  2 +-
 drivers/pci/hotplug/acpiphp_glue.c     |  9 ++---
 drivers/pci/pcie/aspm.c                | 65 ++++++++++++++++++++++++----------
 include/linux/pci.h                    |  3 ++
 6 files changed, 100 insertions(+), 32 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] PCI fixes for v6.7
  2023-12-15 21:11 Bjorn Helgaas
@ 2023-12-16  4:07 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2023-12-16  4:07 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Linus Torvalds, linux-pci, linux-kernel, Lorenzo Pieralisi,
	Rob Herring, Krzysztof Wilczyński, Jiaxun Yang, Huacai Chen,
	Johan Hovold, Manivannan Sadhasivam, Igor Mammedov, Fiona Ebner,
	Dongli Zhang, Jonathan Woithe

The pull request you sent on Fri, 15 Dec 2023 15:11:15 -0600:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] PCI fixes for v6.7
@ 2024-01-03 22:13 Bjorn Helgaas
  2024-01-03 22:21 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Bjorn Helgaas @ 2024-01-03 22:13 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Lorenzo Pieralisi, Rob Herring,
	Krzysztof Wilczyński, Tom Joseph, Michael Schaller,
	Kai-Heng Feng

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 0ee2030af4e3e0a9cd26dfaa8c2f935beffa91d1:

  MAINTAINERS: Orphan Cadence PCIe IP (2024-01-02 17:29:38 -0600)

----------------------------------------------------------------
- Revert an ASPM patch that caused an unintended reboot when resuming
  after suspend (Bjorn Helgaas)

- Orphan Cadence PCIe IP (Bjorn Helgaas)

----------------------------------------------------------------
Bjorn Helgaas (2):
      Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()"
      MAINTAINERS: Orphan Cadence PCIe IP

 CREDITS                 |  4 ++++
 MAINTAINERS             |  5 ++---
 drivers/pci/pci.c       |  6 ++++++
 drivers/pci/pci.h       |  2 ++
 drivers/pci/pcie/aspm.c | 19 +++++++++++++++++++
 5 files changed, 33 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] PCI fixes for v6.7
  2024-01-03 22:13 [GIT PULL] PCI fixes for v6.7 Bjorn Helgaas
@ 2024-01-03 22:21 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2024-01-03 22:21 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Linus Torvalds, linux-pci, linux-kernel, Lorenzo Pieralisi,
	Rob Herring, Krzysztof Wilczyński, Tom Joseph,
	Michael Schaller, Kai-Heng Feng

The pull request you sent on Wed, 3 Jan 2024 16:13:35 -0600:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-01-03 22:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-03 22:13 [GIT PULL] PCI fixes for v6.7 Bjorn Helgaas
2024-01-03 22:21 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2023-12-15 21:11 Bjorn Helgaas
2023-12-16  4:07 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox