Re: [PATCH 0/4] check returned value of pci_hp_add_bridge()

From: Bjorn Helgaas
Date: Fri May 03 2024 - 17:29:41 EST


On Fri, May 03, 2024 at 09:23:18PM +0200, Nam Cao wrote:
> ...

> Nam Cao (4):
> PCI: shpchp: bail out if pci_hp_add_bridge() fails
> PCI: pciehp: bail out if pci_hp_add_bridge() fails
> PCI: hotplug: document unchecked return value of pci_hp_add_bridge()
> PCI: hotplug: remove TODO notes for sgi_hotplug
>
> drivers/pci/hotplug/TODO | 12 +++++-------
> drivers/pci/hotplug/pciehp_pci.c | 9 +++++++--
> drivers/pci/hotplug/shpchp_pci.c | 9 +++++++--
> 3 files changed, 19 insertions(+), 11 deletions(-)

I applied the last two (the TODO updates) to pci/hotplug for v6.10,
thanks!