Linux PCI subsystem development
 help / color / mirror / Atom feed
* [PATCHv5 0/3] pci slot reset handling fixes
@ 2026-02-17 16:08 Keith Busch
  2026-02-17 16:08 ` [PATCHv5 1/3] PCI: rename __pci_bus_reset and __pci_slot_reset Keith Busch
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Keith Busch @ 2026-02-17 16:08 UTC (permalink / raw)
  To: linux-pci, helgaas, dan.j.williams; +Cc: alex, ilpo.jarvinen, Keith Busch

From: Keith Busch <kbusch@kernel.org>

Previous version:

  https://lore.kernel.org/linux-pci/20260212224112.1913980-1-kbusch@meta.com/

Changes from previous version:

  * Fix subject line to match convenction (s/pci/PCI)

  * Added example kernel panic logs for fatal hardware errors observed
    without the slot handling fixes

  * Rearraged some code in the last patch to avoid the need for a
    forward declaration.

  * Expanded on the comment explaing the difference between the
    restore values for the bridge reset

Keith Busch (3):
  PCI: rename __pci_bus_reset and __pci_slot_reset
  PCI: allow all bus devices to use the same slot
  PCI: make reset_subordinate hotplug safe

 drivers/pci/hotplug/pciehp_core.c |  3 +-
 drivers/pci/pci-sysfs.c           |  3 +-
 drivers/pci/pci.c                 | 97 ++++++++++++++++++++-----------
 drivers/pci/pci.h                 |  2 +-
 drivers/pci/slot.c                | 27 +++++++--
 include/linux/pci.h               |  8 ++-
 6 files changed, 97 insertions(+), 43 deletions(-)

-- 
2.47.3


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

end of thread, other threads:[~2026-03-11 19:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-17 16:08 [PATCHv5 0/3] pci slot reset handling fixes Keith Busch
2026-02-17 16:08 ` [PATCHv5 1/3] PCI: rename __pci_bus_reset and __pci_slot_reset Keith Busch
2026-02-17 16:08 ` [PATCHv5 2/3] PCI: allow all bus devices to use the same slot Keith Busch
2026-03-09 20:50   ` Bjorn Helgaas
2026-03-11 19:35     ` Dan Williams
2026-02-17 16:08 ` [PATCHv5 3/3] PCI: make reset_subordinate hotplug safe Keith Busch
2026-02-26 22:41 ` [PATCHv5 0/3] pci slot reset handling fixes Keith Busch
2026-03-05 23:17 ` Bjorn Helgaas

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