[PATCH v3 0/3] PCI/AER: Handle Advisory Non-Fatal error

2024-04-17 Thread Zhenzhong Duan
s of behavior changes in the commit message of PATCH 2, as suggested by Bjorn Helgaas. v1: https://lore.kernel.org/linux-pci/20240111073227.31488-1-qingshun.w...@linux.intel.com/ Zhenzhong Duan (3): PCI/AER: Store UNCOR_STATUS bits that might be ANFE in aer_err_info PCI/AER: Print UNCOR_S

[PATCH v3 1/3] PCI/AER: Store UNCOR_STATUS bits that might be ANFE in aer_err_info

2024-04-17 Thread Zhenzhong Duan
gshun" Signed-off-by: "Wang, Qingshun" Signed-off-by: Zhenzhong Duan --- drivers/pci/pci.h | 1 + drivers/pci/pcie/aer.c | 45 ++ 2 files changed, 46 insertions(+) diff --git a/drivers/pci/pci.h b/drivers/pci/pci.h index 17fed1846847.

[PATCH v3 2/3] PCI/AER: Print UNCOR_STATUS bits that might be ANFE

2024-04-17 Thread Zhenzhong Duan
[8086:0db0] error status/mask=2000/ [13] NonFatalErr Uncorrectable errors that may cause Advisory Non-Fatal: [18] TLP Tested-by: Yudong Wang Co-developed-by: "Wang, Qingshun" Signed-off-by: "Wang, Qingshun" Signed-off-by: Zhenzhong Duan --- drivers

[PATCH v3 3/3] PCI/AER: Clear UNCOR_STATUS bits that might be ANFE

2024-04-17 Thread Zhenzhong Duan
d-off-by: "Wang, Qingshun" Signed-off-by: Zhenzhong Duan --- drivers/pci/pcie/aer.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/pci/pcie/aer.c b/drivers/pci/pcie/aer.c index 870e1d1a5159..6ebe320eb0f7 100644 --- a/drivers/pci/pcie/aer.c +++ b/drivers/

[PATCH v4 0/3] PCI/AER: Handle Advisory Non-Fatal error

2024-05-09 Thread Zhenzhong Duan
l.org/lkml/20240417061407.1491361-1-zhenzhong.d...@intel.com v2: https://lore.kernel.org/linux-pci/20240125062802.50819-1-qingshun.w...@linux.intel.com v1: https://lore.kernel.org/linux-pci/20240111073227.31488-1-qingshun.w...@linux.intel.com Zhenzhong Duan (3): PCI/AER: Store UNCOR_STATUS bits that migh

[PATCH v4 1/3] PCI/AER: Store UNCOR_STATUS bits that might be ANFE in aer_err_info

2024-05-09 Thread Zhenzhong Duan
-by: "Wang, Qingshun" Signed-off-by: Zhenzhong Duan --- drivers/pci/pci.h | 1 + drivers/pci/pcie/aer.c | 53 ++ 2 files changed, 54 insertions(+) diff --git a/drivers/pci/pci.h b/drivers/pci/pci.h index 17fed1846847..3f9eb807f9fd 100644 ---

[PATCH v4 2/3] PCI/AER: Print UNCOR_STATUS bits that might be ANFE

2024-05-09 Thread Zhenzhong Duan
[8086:0db0] error status/mask=2000/ [13] NonFatalErr Uncorrectable errors that may cause Advisory Non-Fatal: [18] TLP Tested-by: Yudong Wang Co-developed-by: "Wang, Qingshun" Signed-off-by: "Wang, Qingshun" Signed-off-by: Zhenzhong Duan --- drivers

[PATCH v4 3/3] PCI/AER: Clear UNCOR_STATUS bits that might be ANFE

2024-05-09 Thread Zhenzhong Duan
ction Layer, (Receiver ID) device [8086:0db0] error status/mask=2000/ [13] NonFatalErr Uncorrectable errors that may cause Advisory Non-Fatal: [18] TLP Tested-by: Yudong Wang Co-developed-by: "Wang, Qingshun" Signed-off-by: "Wang, Qingshun" Sign

[PATCH v5 0/2] PCI/AER: Handle Advisory Non-Fatal error

2024-06-19 Thread Zhenzhong Duan
802.50819-1-qingshun.w...@linux.intel.com v1: https://lore.kernel.org/linux-pci/20240111073227.31488-1-qingshun.w...@linux.intel.com Zhenzhong Duan (2): PCI/AER: Clear UNCOR_STATUS bits that might be ANFE PCI/AER: Print UNCOR_STATUS bits that might be ANFE drivers/pci/pc

[PATCH v5 1/2] PCI/AER: Clear UNCOR_STATUS bits that might be ANFE

2024-06-19 Thread Zhenzhong Duan
-by: "Wang, Qingshun" Signed-off-by: "Wang, Qingshun" Signed-off-by: Zhenzhong Duan Reviewed-by: Jonathan Cameron Reviewed-by: Kuppuswamy Sathyanarayanan --- drivers/pci/pci.h | 1 + drivers/pci/pcie/aer.c | 64 +- 2 files changed

[PATCH v5 2/2] PCI/AER: Print UNCOR_STATUS bits that might be ANFE

2024-06-19 Thread Zhenzhong Duan
[8086:0db0] error status/mask=2000/ [13] NonFatalErr Uncorrectable errors that may cause Advisory Non-Fatal: [12] TLP Tested-by: Yudong Wang Co-developed-by: "Wang, Qingshun" Signed-off-by: "Wang, Qingshun" Signed-off-by: Zhenzhong Duan Reviewed-