mbox series

[GIT,PULL] PCI fixes for v6.10

Message ID 20240606185925.GA810710@bhelgaas (mailing list archive)
State Superseded
Delegated to: Bjorn Helgaas
Headers show
Series [GIT,PULL] PCI fixes for v6.10 | expand

Pull-request

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

Message

Bjorn Helgaas June 6, 2024, 6:59 p.m. UTC
The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c9d52fb313d3719d69a040f4ca78a3e2e95fba21:

  PCI: Revert the cfg_access_lock lockdep mechanism (2024-06-04 12:10:05 -0500)

----------------------------------------------------------------
- Revert lockdep checking on locking that protects device resets from
  user-space config accesses; it exposed issues for which fixes are in the
  works but are too risky for this cycle (Dan Williams)

----------------------------------------------------------------
Dan Williams (1):
      PCI: Revert the cfg_access_lock lockdep mechanism

 drivers/pci/access.c    | 4 ----
 drivers/pci/pci.c       | 1 -
 drivers/pci/probe.c     | 3 ---
 include/linux/lockdep.h | 5 -----
 include/linux/pci.h     | 2 --
 5 files changed, 15 deletions(-)

Comments

pr-tracker-bot@kernel.org June 6, 2024, 9:47 p.m. UTC | #1
The pull request you sent on Thu, 6 Jun 2024 13:59:25 -0500:

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

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

Thank you!