ACPI: APEI: call into AER handling regardless of severity
authorTyler Baicar <tbaicar@codeaurora.org>
Tue, 28 Nov 2017 21:48:09 +0000 (16:48 -0500)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 5 Dec 2017 01:10:13 +0000 (02:10 +0100)
commit9852ce9ae213d39a98f161db84b90b047fbdc436
tree4c872e8a78f3a08bf40200e82555f39c6831ac84
parent3c5b977f06b754b00a49ee7bf1595491afab7de6
ACPI: APEI: call into AER handling regardless of severity

Currently the GHES code only calls into the AER driver for
recoverable type errors. This is incorrect because errors of
other severities do not get logged by the AER driver and do not
get exposed to user space via the AER trace event. So, call
into the AER driver for PCIe errors regardless of the severity

Signed-off-by: Tyler Baicar <tbaicar@codeaurora.org>
Reviewed-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/apei/ghes.c