RE: [PATCH v9 1/2] ACPI / APEI: Add support to notify the vendor specific HW errors

2020-06-19 Thread Shiju Jose
r...@rjwysocki.net; b...@alien8.de; l...@kernel.org; >tony.l...@intel.com; dan.carpen...@oracle.com; >zhangligu...@linux.alibaba.com; andriy.shevche...@linux.intel.com; >Wangkefeng (OS Kernel Lab) ; >jroe...@suse.de; yangyicong ; Jonathan Cameron >; tanxiaofei >Subject: Re: [PATCH

Re: [PATCH v9 1/2] ACPI / APEI: Add support to notify the vendor specific HW errors

2020-06-18 Thread James Morse
Hi Shiju, On 15/06/2020 10:53, Shiju Jose wrote: > Add support to notify the vendor specific non-fatal HW errors > to the drivers for the error recovery. This doesn't apply cleanly to v5.8-rc1... thanks for waiting for the merge window to finish, but please rebase onto the latest and greatest ke

RE: [PATCH v9 1/2] ACPI / APEI: Add support to notify the vendor specific HW errors

2020-06-17 Thread Shiju Jose
yangyicong >; Jonathan Cameron >; tanxiaofei >Subject: Re: [PATCH v9 1/2] ACPI / APEI: Add support to notify the vendor >specific HW errors > >On Mon, Jun 15, 2020 at 10:53:11AM +0100, Shiju Jose wrote: >> Add support to notify the vendor specific non-fatal HW errors to the >&

Re: [PATCH v9 1/2] ACPI / APEI: Add support to notify the vendor specific HW errors

2020-06-16 Thread Bjorn Helgaas
On Mon, Jun 15, 2020 at 10:53:11AM +0100, Shiju Jose wrote: > Add support to notify the vendor specific non-fatal HW errors > to the drivers for the error recovery. This doesn't actually say anything about what this patch does. Sure, it "adds support," but it doesn't say anything about how that s

[PATCH v9 1/2] ACPI / APEI: Add support to notify the vendor specific HW errors

2020-06-15 Thread Shiju Jose
Add support to notify the vendor specific non-fatal HW errors to the drivers for the error recovery. Signed-off-by: Shiju Jose --- drivers/acpi/apei/ghes.c | 130 ++- include/acpi/ghes.h | 28 + 2 files changed, 157 insertions(+), 1 deletion(-)