Linux PCI subsystem development
 help / color / mirror / Atom feed
* [PATCHv2 0/5] pci cleanup/prep patches
@ 2024-08-27 19:28 Keith Busch
  2024-08-27 19:28 ` [PATCHv2 1/5] pci: make pci_stop_dev concurrent safe Keith Busch
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: Keith Busch @ 2024-08-27 19:28 UTC (permalink / raw)
  To: linux-pci, bhelgaas; +Cc: Keith Busch

From: Keith Busch <kbusch@kernel.org>

This is a subset of a previous RFC bus lock patches that are simply good
cleanups that should help make it easier to introduce different locking
later.

Changes from v1: 

  Added the reviews and some minor commit log changes

  Dropped the more invasive patches for a later time

Keith Busch (5):
  pci: make pci_stop_dev concurrent safe
  pci: make pci_destroy_dev concurrent safe
  pci: move the walk bus lock to where its needed
  pci: walk bus recursively
  pci: unexport pci_walk_bus_locked

 drivers/pci/bus.c    | 49 +++++++++++++++-----------------------------
 drivers/pci/pci.h    | 15 ++++++++++++--
 drivers/pci/remove.c | 20 ++++++++----------
 3 files changed, 38 insertions(+), 46 deletions(-)

-- 
2.43.5


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2024-10-22 20:29 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-27 19:28 [PATCHv2 0/5] pci cleanup/prep patches Keith Busch
2024-08-27 19:28 ` [PATCHv2 1/5] pci: make pci_stop_dev concurrent safe Keith Busch
2024-10-02 23:39   ` Davidlohr Bueso
2024-10-03  0:04     ` Keith Busch
2024-08-27 19:28 ` [PATCHv2 2/5] pci: make pci_destroy_dev " Keith Busch
2024-10-03  2:34   ` Davidlohr Bueso
2024-10-03 14:54     ` Keith Busch
2024-10-03 17:04       ` Davidlohr Bueso
2024-10-03 17:59         ` Keith Busch
2024-10-08  2:15           ` Davidlohr Bueso
2024-10-22 20:29     ` Keith Busch
2024-08-27 19:28 ` [PATCHv2 3/5] pci: move the walk bus lock to where its needed Keith Busch
2024-10-03  0:32   ` Davidlohr Bueso
2024-10-09 11:09   ` Ilpo Järvinen
2024-08-27 19:28 ` [PATCHv2 4/5] pci: walk bus recursively Keith Busch
2024-10-09 12:08   ` Ilpo Järvinen
2024-08-27 19:28 ` [PATCHv2 5/5] pci: unexport pci_walk_bus_locked Keith Busch
2024-10-03  0:35   ` Davidlohr Bueso
2024-10-09 12:20   ` Ilpo Järvinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox