[+cc Hinko] On Mon, Jan 04, 2021 at 03:02:55PM -0800, Keith Busch wrote: > Changes from v1: > > Added received Acks > > Split the kernel print identifying the port type being reset. > > Added a patch for the portdrv to ensure the slot_reset happens without > relying on a downstream device driver.. > > Keith Busch (5): > PCI/ERR: Clear status of the reporting device > PCI/AER: Actually get the root port > PCI/ERR: Retain status from error notification > PCI/AER: Specify the type of port that was reset > PCI/portdrv: Report reset for frozen channel > > drivers/pci/pcie/aer.c | 5 +++-- > drivers/pci/pcie/err.c | 16 +++++++--------- > drivers/pci/pcie/portdrv_pci.c | 3 ++- > 3 files changed, 12 insertions(+), 12 deletions(-) I applied these to pci/error for v5.12, thanks! I *am* a little concerned about the issues Hinko saw because it doesn't look we found a root cause. I didn't spend any time looking into it, but even if it only shows up on his specific platform or with some weird config combination, it's a problem. But I guess we'll see if anybody else trips over it. Bjorn