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