TencentOS-kernel/drivers/pci/pcie
Kuppuswamy Sathyanarayanan 7bb9e9b720 PCI/ERR: Update error status after reset_link()
commit 6d2c89441571ea534d6240f7724f518936c44f8d upstream.
Backport summary: for 5.4 kernel ICX PCIe Gen4 support.

Commit bdb5ac85777d ("PCI/ERR: Handle fatal error recovery") uses
reset_link() to recover from fatal errors.  But during fatal error
recovery, if the initial value of error status is PCI_ERS_RESULT_DISCONNECT
or PCI_ERS_RESULT_NO_AER_DRIVER then even after successful recovery (using
reset_link()) pcie_do_recovery() will report the recovery result as
failure.  Update the status of error after reset_link().

You can reproduce this issue by triggering a SW DPC using "DPC Software
Trigger" bit in "DPC Control Register".  You should see recovery failed
dmesg log as below:

  pcieport 0000:00:16.0: DPC: containment event, status:0x1f27 source:0x0000
  pcieport 0000:00:16.0: DPC: software trigger detected
  pci 0000:04:00.0: AER: can't recover (no error_detected callback)
  pcieport 0000:00:16.0: AER: device recovery failed

Fixes: bdb5ac85777d ("PCI/ERR: Handle fatal error recovery")
Link: https://lore.kernel.org/r/a255fcb3a3fdebcd90f84e08b555f1786eb8eba2.1585000084.git.sathyanarayanan.kuppuswamy@linux.intel.com
[bhelgaas: split pci_channel_io_frozen simplification to separate patch]
Signed-off-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Keith Busch <keith.busch@intel.com>
Cc: Ashok Raj <ashok.raj@intel.com>

(cherry picked from commit 6d2c89441571ea534d6240f7724f518936c44f8d)
Signed-off-by: Ethan Zhao <haifeng.zhao@intel.com>

Conflicts:
	drivers/pci/pcie/err.c
2021-04-25 14:31:13 +08:00
..
Kconfig Intel:PCI/AER: Fix the broken interrupt injection 2021-04-25 14:31:13 +08:00
Makefile Init Repo base on linux 5.4.32 long term, and add base tlinux kernel interfaces. 2021-03-16 11:01:34 +08:00
aer.c Intel:PCI/AER: Add PoisonTLPBlocked to Uncorrectable error counters 2021-04-25 14:31:13 +08:00
aer_inject.c Intel:PCI/AER: Fix the broken interrupt injection 2021-04-25 14:31:13 +08:00
aspm.c PCI/ASPM: Add missing newline in sysfs 'policy' 2021-03-16 16:33:36 +08:00
bw_notification.c Init Repo base on linux 5.4.32 long term, and add base tlinux kernel interfaces. 2021-03-16 11:01:34 +08:00
dpc.c Intel:PCI/DPC: Add "pcie_ports=dpc-native" to allow DPC without AER control 2021-04-25 14:31:13 +08:00
err.c PCI/ERR: Update error status after reset_link() 2021-04-25 14:31:13 +08:00
pme.c Init Repo base on linux 5.4.32 long term, and add base tlinux kernel interfaces. 2021-03-16 11:01:34 +08:00
portdrv.h Intel:PCI/DPC: Add "pcie_ports=dpc-native" to allow DPC without AER control 2021-04-25 14:31:13 +08:00
portdrv_core.c Intel:PCI/DPC: Add "pcie_ports=dpc-native" to allow DPC without AER control 2021-04-25 14:31:13 +08:00
portdrv_pci.c Intel:PCI/DPC: Add "pcie_ports=dpc-native" to allow DPC without AER control 2021-04-25 14:31:13 +08:00
ptm.c PCI/PTM: Inherit Switch Downstream Port PTM settings from Upstream Port 2021-03-16 16:30:21 +08:00