[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <0fb1fe1b-207a-93fe-4ac6-b886451e488e@codeaurora.org>
Date: Tue, 29 Aug 2017 18:34:49 -0400
From: Sinan Kaya <okaya@...eaurora.org>
To: Borislav Petkov <bp@...e.de>,
"Baicar, Tyler" <tbaicar@...eaurora.org>,
Tony Luck <tony.luck@...el.com>
Cc: rjw@...ysocki.net, lenb@...nel.org, will.deacon@....com,
james.morse@....com, prarit@...hat.com, punit.agrawal@....com,
shiju.jose@...wei.com, andriy.shevchenko@...ux.intel.com,
linux-acpi@...r.kernel.org, linux-kernel@...r.kernel.org,
Linux PCI <linux-pci@...r.kernel.org>
Subject: Re: [PATCH] acpi: apei: call into AER handling regardless of severity
+linux-pci
On 8/29/2017 6:19 PM, Borislav Petkov wrote:
> if (entry.severity == AER_NONFATAL)
> do_recovery(pdev, entry.severity);
Providing input from PCI perspective only:
PCIe defines the the following error categories:
1. Correctable error
2. Uncorrectable non-fatal errors
3. Uncorrectable fatal errors
The do_recovery function needs to be called for both uncorrectable error
categories. (#2 and #3 above)
How these map to GHES error categories is out of know-how.
Below are references to some of the PCIe error docs:
https://www.kernel.org/doc/Documentation/PCI/pcieaer-howto.txt
https://www.kernel.org/doc/Documentation/PCI/pci-error-recovery.txt
--
Sinan Kaya
Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc.
Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project.
Powered by blists - more mailing lists