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

2017-03-01 Thread Baicar, Tyler
Hello Xie XiuQi, On 3/1/2017 12:42 AM, Xie XiuQi wrote: Hi Tyler, On 2017/2/22 5:21, Tyler Baicar wrote: ARM APEI extension proposal added SEA (Synchronous External Abort) notification type for ARMv8. Add a new GHES error source handling function for SEA. If an error source's notification typ

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

2017-02-28 Thread Xie XiuQi
Hi Tyler, On 2017/2/22 5:21, Tyler Baicar wrote: > ARM APEI extension proposal added SEA (Synchronous 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

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

2017-02-21 Thread Tyler Baicar
ARM APEI extension proposal added SEA (Synchronous 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 rep