Re: [PATCH V7 05/10] acpi: apei: handle SEA notification type for ARMv8

2017-01-24 Thread Baicar, Tyler
On 1/24/2017 10:55 AM, James Morse wrote: Hi Tyler, On 20/01/17 20:58, Baicar, Tyler wrote: On 1/19/2017 10:57 AM, James Morse wrote: On 18/01/17 23:51, Baicar, Tyler wrote: On 1/18/2017 7:50 AM, James Morse wrote: On 12/01/17 18:15, Tyler Baicar wrote: diff --git a/drivers/acpi/apei/ghes.c

Re: [PATCH V7 05/10] acpi: apei: handle SEA notification type for ARMv8

2017-01-24 Thread James Morse
Hi Tyler, On 20/01/17 20:58, Baicar, Tyler wrote: > On 1/19/2017 10:57 AM, James Morse wrote: >> On 18/01/17 23:51, Baicar, Tyler wrote: >>> On 1/18/2017 7:50 AM, James Morse wrote: On 12/01/17 18:15, Tyler Baicar wrote: > diff --git a/drivers/acpi/apei/ghes.c b/drivers/acpi/apei/ghes.c

Re: [PATCH V7 05/10] acpi: apei: handle SEA notification type for ARMv8

2017-01-20 Thread Baicar, Tyler
On 1/19/2017 10:57 AM, James Morse wrote: Hi Tyler, On 18/01/17 23:51, Baicar, Tyler wrote: On 1/18/2017 7:50 AM, James Morse wrote: On 12/01/17 18:15, Tyler Baicar wrote: ARM APEI extension proposal added SEA (Synchrounous External Abort) notification type for ARMv8. Add a new GHES error sou

Re: [PATCH V7 05/10] acpi: apei: handle SEA notification type for ARMv8

2017-01-19 Thread James Morse
Hi Tyler, On 18/01/17 23:51, Baicar, Tyler wrote: > On 1/18/2017 7:50 AM, James Morse wrote: >> On 12/01/17 18:15, Tyler Baicar wrote: >>> ARM APEI extension proposal added SEA (Synchrounous External >>> Abort) notification type for ARMv8. >>> Add a new GHES error source handling function for SEA.

Re: [PATCH V7 05/10] acpi: apei: handle SEA notification type for ARMv8

2017-01-18 Thread Baicar, Tyler
Hello James, On 1/18/2017 7:50 AM, James Morse wrote: Hi Tyler, On 12/01/17 18:15, Tyler Baicar wrote: ARM APEI extension proposal added SEA (Synchrounous External Nit: Synchronous I'll fix that :) Abort) notification type for ARMv8. Add a new GHES error source handling function for SEA. I

Re: [PATCH V7 05/10] acpi: apei: handle SEA notification type for ARMv8

2017-01-18 Thread James Morse
Hi Tyler, On 12/01/17 18:15, Tyler Baicar wrote: > ARM APEI extension proposal added SEA (Synchrounous External Nit: Synchronous > Abort) notification type for ARMv8. > Add a new GHES error source handling function for SEA. If an error > source's notification type is SEA, then this function can

[PATCH V7 05/10] acpi: apei: handle SEA notification type for ARMv8

2017-01-12 Thread Tyler Baicar
ARM APEI extension proposal added SEA (Synchrounous External Abort) notification type for ARMv8. Add a new GHES error source handling function for SEA. If an error source's notification type is SEA, then this function can be registered into the SEA exception handler. That way GHES will parse and re