public inbox for linux-pci@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCHv3 0/4] pci slot reset handling fixes
@ 2026-02-05 21:25 Keith Busch
  2026-02-05 21:25 ` [PATCHv3 1/4] pci: rename __pci_bus_reset and __pci_slot_reset Keith Busch
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Keith Busch @ 2026-02-05 21:25 UTC (permalink / raw)
  To: linux-pci, helgaas
  Cc: alex, lukas, dan.j.williams, guojinhui.liam, ilpo.jarvinen,
	Keith Busch

From: Keith Busch <kbusch@kernel.org>

Changes from previous:

Incorporating suggestions from Dan:

  There's a prep patch changing the names of the functions for clarity.

  Introduced symbolic names to the reset bridge parameters to indicate
  whether it's a masked or unmasked reset attempt.

  Renamed the new "pci_reset_bridge" to "pci_try_reset_bridge", in
  keeping with the convention this series introduced.

I've also include a new patch specifically to allow pciehp slots to
claim all bus devices. I'm almost certain this is what pciehp wanted in
the first place. If this is acceptable, patch 3/4 here becomes
unnecessary, but I'm including that patch as an option here just in case
it's preferred to remove the slot specific lock handling.

Keith Busch (4):
  pci: rename __pci_bus_reset and __pci_slot_reset
  pci: allow all bus devices to use the same slot
  pci: remove slot specific lock/unlock and save/restore
  pci: make reset_subordinate hotplug safe

 drivers/pci/hotplug/pciehp_core.c |   3 +-
 drivers/pci/pci-sysfs.c           |   3 +-
 drivers/pci/pci.c                 | 228 +++++++++---------------------
 drivers/pci/pci.h                 |   2 +-
 drivers/pci/slot.c                |  22 ++-
 include/linux/pci.h               |   8 +-
 6 files changed, 93 insertions(+), 173 deletions(-)

-- 
2.47.3


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

end of thread, other threads:[~2026-02-11 15:54 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-05 21:25 [PATCHv3 0/4] pci slot reset handling fixes Keith Busch
2026-02-05 21:25 ` [PATCHv3 1/4] pci: rename __pci_bus_reset and __pci_slot_reset Keith Busch
2026-02-06 17:22   ` Keith Busch
2026-02-10 20:44   ` dan.j.williams
2026-02-05 21:25 ` [PATCHv3 2/4] pci: allow all bus devices to use the same slot Keith Busch
2026-02-10 20:00   ` dan.j.williams
2026-02-10 20:28     ` Keith Busch
2026-02-10 20:51       ` dan.j.williams
2026-02-05 21:25 ` [PATCHv3 3/4] pci: remove slot specific lock/unlock and save/restore Keith Busch
2026-02-10 22:03   ` dan.j.williams
2026-02-10 23:25     ` Keith Busch
2026-02-10 23:48       ` dan.j.williams
2026-02-10 23:46   ` Alex Williamson
2026-02-11  0:12     ` Keith Busch
2026-02-11 15:22       ` Alex Williamson
2026-02-11 15:54         ` Keith Busch
2026-02-05 21:25 ` [PATCHv3 4/4] pci: make reset_subordinate hotplug safe Keith Busch
2026-02-10 22:14   ` dan.j.williams

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