Linux PCI subsystem development
 help / color / mirror / Atom feed
* [PATCH v1 0/4] PCI: shpchp: NULL pointer fix and cleanups
@ 2018-06-25 22:59 Bjorn Helgaas
  2018-06-25 22:59 ` [PATCH v1 1/4] PCI: shpchp: Manage SHPC unconditionally on non-ACPI systems Bjorn Helgaas
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Bjorn Helgaas @ 2018-06-25 22:59 UTC (permalink / raw)
  To: linux-pci; +Cc: Marc Zyngier, Mika Westerberg, linux-kernel

The first patch fixes a NULL pointer dereference reported by Marc and would
be targeted for v4.18.

The others simplify the shpchp probe path and would be for v4.19.

---

Bjorn Helgaas (4):
      PCI: shpchp: Manage SHPC unconditionally on non-ACPI systems
      PCI: shpchp: Separate existence of SHPC and permission to use it
      PCI: shpchp: Inline shpchp_is_native()
      PCI: hotplug: Implement hotplug_is_native() only when CONFIG_ACPI=y


 drivers/pci/hotplug/acpi_pcihp.c  |   40 +++++++++++++++++++++++--------------
 drivers/pci/hotplug/shpchp_core.c |   21 +++++++++++++++++++
 drivers/pci/pci-acpi.c            |   29 ---------------------------
 include/linux/pci.h               |    1 +
 include/linux/pci_hotplug.h       |   20 ++++++++++---------
 5 files changed, 58 insertions(+), 53 deletions(-)

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

end of thread, other threads:[~2018-06-26 20:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-25 22:59 [PATCH v1 0/4] PCI: shpchp: NULL pointer fix and cleanups Bjorn Helgaas
2018-06-25 22:59 ` [PATCH v1 1/4] PCI: shpchp: Manage SHPC unconditionally on non-ACPI systems Bjorn Helgaas
2018-06-26  8:01   ` Marc Zyngier
2018-06-25 22:59 ` [PATCH v1 2/4] PCI: shpchp: Separate existence of SHPC and permission to use it Bjorn Helgaas
2018-06-25 22:59 ` [PATCH v1 3/4] PCI: shpchp: Inline shpchp_is_native() Bjorn Helgaas
2018-06-25 23:00 ` [PATCH v1 4/4] PCI: hotplug: Implement hotplug_is_native() only when CONFIG_ACPI=y Bjorn Helgaas
2018-06-26 10:00 ` [PATCH v1 0/4] PCI: shpchp: NULL pointer fix and cleanups Mika Westerberg
2018-06-26 20:39 ` Bjorn Helgaas

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