Linux PCI subsystem development
 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>,
	"Rob Herring" <robh@kernel.org>,
	"Krzysztof Wilczyński" <kwilczynski@kernel.org>,
	"Jiaxun Yang" <jiaxun.yang@flygoat.com>,
	"Huacai Chen" <chenhuacai@loongson.cn>,
	"Johan Hovold" <johan+linaro@kernel.org>,
	"Manivannan Sadhasivam" <manivannan.sadhasivam@linaro.org>,
	"Igor Mammedov" <imammedo@redhat.com>,
	"Fiona Ebner" <f.ebner@proxmox.com>,
	"Dongli Zhang" <dongli.zhang@oracle.com>,
	"Jonathan Woithe" <jwoithe@just42.net>
Subject: [GIT PULL] PCI fixes for v6.7
Date: Fri, 15 Dec 2023 15:11:15 -0600	[thread overview]
Message-ID: <20231215211115.GA1141361@bhelgaas> (raw)

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

             reply	other threads:[~2023-12-15 21:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-15 21:11 Bjorn Helgaas [this message]
2023-12-16  4:07 ` [GIT PULL] PCI fixes for v6.7 pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2024-01-03 22:13 Bjorn Helgaas
2024-01-03 22:21 ` 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=20231215211115.GA1141361@bhelgaas \
    --to=helgaas@kernel.org \
    --cc=chenhuacai@loongson.cn \
    --cc=dongli.zhang@oracle.com \
    --cc=f.ebner@proxmox.com \
    --cc=imammedo@redhat.com \
    --cc=jiaxun.yang@flygoat.com \
    --cc=johan+linaro@kernel.org \
    --cc=jwoithe@just42.net \
    --cc=kwilczynski@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=manivannan.sadhasivam@linaro.org \
    --cc=robh@kernel.org \
    --cc=torvalds@linux-foundation.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox