mbox series

[GIT,PULL] PCI fixes for v6.11

Message ID 20240913202717.GA723839@bhelgaas (mailing list archive)
State Accepted
Delegated to: Bjorn Helgaas
Headers show
Series [GIT,PULL] PCI fixes for v6.11 | expand

Pull-request

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

Message

Bjorn Helgaas Sept. 13, 2024, 8:27 p.m. UTC
The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

  Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to fc8c818e756991f5f50b8dfab07f970a18da2556:

  PCI: Fix potential deadlock in pcim_intx() (2024-09-12 07:52:50 -0500)

Another fix to a commit merged during the v6.11 merge window.
----------------------------------------------------------------
- Prevent a possible deadlock (reported by lockdep) when a driver
  relinquishes a pci_dev, another driver claims it, and one uses
  managed pcim_enable_device() and the other doesn't (Philipp Stanner)

----------------------------------------------------------------
Philipp Stanner (1):
      PCI: Fix potential deadlock in pcim_intx()

 drivers/pci/devres.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

pr-tracker-bot@kernel.org Sept. 13, 2024, 9:12 p.m. UTC | #1
The pull request you sent on Fri, 13 Sep 2024 15:27:17 -0500:

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

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

Thank you!