On Sat, Jul 31, 2021 at 02:39:00PM +0200, Lukas Wunner wrote: > One fix for a pciehp error recovery issue spotted by Stuart > plus three cleanups. Please review and test. Thanks! > > Lukas Wunner (4): > PCI: pciehp: Ignore Link Down/Up caused by error-induced Hot Reset > PCI/portdrv: Remove unused resume err_handler > PCI/portdrv: Remove unused pcie_port_bus_{,un}register() declarations > PCI/ERR: Reduce compile time for CONFIG_PCIEAER=n > > drivers/pci/Kconfig | 3 +++ > drivers/pci/hotplug/pciehp.h | 2 ++ > drivers/pci/hotplug/pciehp_core.c | 4 ++++ > drivers/pci/hotplug/pciehp_hpc.c | 28 ++++++++++++++++++++++++++++ > drivers/pci/pci-driver.c | 2 +- > drivers/pci/pci.c | 2 ++ > drivers/pci/pcie/Makefile | 4 ++-- > drivers/pci/pcie/portdrv.h | 6 ++---- > drivers/pci/pcie/portdrv_core.c | 20 ++++++++++---------- > drivers/pci/pcie/portdrv_pci.c | 27 +++------------------------ > 10 files changed, 57 insertions(+), 41 deletions(-) Applied to pci/hotplug for v5.16, thanks! I split off the pm_iter() to its own patch at the beginning.