Re: [PATCH V3 2/2] acpi: apei: call into AER handling regardless of severity

2017-11-28 Thread Borislav Petkov
On Wed, Nov 15, 2017 at 08:14:27AM -0700, Tyler Baicar wrote: > 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 e

Re: [PATCH V3 2/2] acpi: apei: call into AER handling regardless of severity

2017-11-18 Thread Rafael J. Wysocki
On Wednesday, November 15, 2017 4:14:27 PM CET Tyler Baicar wrote: > 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 tr

Re: [PATCH V3 2/2] acpi: apei: call into AER handling regardless of severity

2017-11-13 Thread Tyler Baicar
On 11/13/2017 7:36 AM, Dongdong Liu wrote: 在 2017/11/9 3:13, Tyler Baicar 写道: 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

Re: [PATCH V3 2/2] acpi: apei: call into AER handling regardless of severity

2017-11-13 Thread Dongdong Liu
在 2017/11/9 3:13, Tyler Baicar 写道: 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 driv

Re: [PATCH V3 2/2] acpi: apei: call into AER handling regardless of severity

2017-11-09 Thread Borislav Petkov
On Thu, Nov 09, 2017 at 10:14:35AM -0500, Tyler Baicar wrote: > On 11/9/2017 4:46 AM, Borislav Petkov wrote: > > On Wed, Nov 08, 2017 at 12:13:12PM -0700, Tyler Baicar wrote: > > > Currently the GHES code only calls into the AER driver for > > > recoverable type errors. This is incorrect because er

Re: [PATCH V3 2/2] acpi: apei: call into AER handling regardless of severity

2017-11-09 Thread Tyler Baicar
On 11/9/2017 4:46 AM, Borislav Petkov wrote: On Wed, Nov 08, 2017 at 12:13:12PM -0700, Tyler Baicar wrote: 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 e

Re: [PATCH V3 2/2] acpi: apei: call into AER handling regardless of severity

2017-11-09 Thread Borislav Petkov
On Thu, Nov 09, 2017 at 09:37:45AM -0500, Tyler Baicar wrote: > Ah, forgot to but that back in. I'll send an update shortly. Just the one patch which needs updating pls, as a reply to the the respective message. Thx. -- Regards/Gruss, Boris. SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smi

Re: [PATCH V3 2/2] acpi: apei: call into AER handling regardless of severity

2017-11-09 Thread Tyler Baicar
On 11/9/2017 4:46 AM, Borislav Petkov wrote: On Wed, Nov 08, 2017 at 12:13:12PM -0700, Tyler Baicar wrote: 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 e

Re: [PATCH V3 2/2] acpi: apei: call into AER handling regardless of severity

2017-11-09 Thread Borislav Petkov
On Wed, Nov 08, 2017 at 12:13:12PM -0700, Tyler Baicar wrote: > 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 e