]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
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)
- 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

1  2 
drivers/pci/bus.c
drivers/pci/pci.h
include/linux/pci.h

Simple merge
Simple merge
Simple merge