]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'pci/locking'
authorBjorn Helgaas <bhelgaas@google.com>
Mon, 25 Nov 2024 19:40:45 +0000 (13:40 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 25 Nov 2024 19:40:45 +0000 (13:40 -0600)
commit5d756f3fa82ff907d875b57e194bb89beff63c4b
tree57a3be6ac889fa75b74dc5412db751623964f4ab
parent665e4a3456d467e739a0879139114930397726eb
parent38a18dfe9035d5a02a53271824de1854129c61dc
Merge branch 'pci/locking'

- Make pci_stop_dev() and pci_destroy_dev() concurrent safe (Keith Busch)

- Move __pci_walk_bus() mutex up into the caller, which avoids the need for
  a parameter to control locking (Keith Busch)

- Simplify __pci_walk_bus() by making it recursive (Keith Busch)

- Unexport pci_walk_bus_locked(), which is only used internally by the PCI
  core (Keith Busch)

* pci/locking:
  PCI: Unexport pci_walk_bus_locked()
  PCI: Convert __pci_walk_bus() to be recursive
  PCI: Move __pci_walk_bus() mutex to where we need it
  PCI: Make pci_destroy_dev() concurrent safe
  PCI: Make pci_stop_dev() concurrent safe
drivers/pci/bus.c
drivers/pci/pci.h
include/linux/pci.h