This series of patches adds native support to handle AER and DPC events occurred as a side-effect on an async remove. Link to v3: https://lore.kernel.org/all/20230621185152.105320-1-Smita.KoralahalliChannabasappa@xxxxxxx Smita Koralahalli (3): PCI: pciehp: Add support for async hotplug with native AER and DPC/EDR PCI: Enable support for 10-bit Tag during device enumeration PCI: pciehp: Clear AtomicOps unconditionally on hot remove. drivers/pci/hotplug/pciehp_pci.c | 3 ++ drivers/pci/pci.c | 59 +++++++++++++++++++++++++++ drivers/pci/pci.h | 1 + drivers/pci/pcie/dpc.c | 69 ++++++++++++++++++++++++++++++++ drivers/pci/probe.c | 1 + include/uapi/linux/pci_regs.h | 3 ++ 6 files changed, 136 insertions(+) -- 2.17.1