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

2016-10-08 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

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

2016-10-12 Thread Punit Agrawal
Tyler Baicar writes: > 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

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

2016-10-13 Thread Baicar, Tyler
Hello Punit, On 10/12/2016 12:00 PM, Punit Agrawal wrote: Tyler Baicar writes: 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 func

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

2016-10-14 Thread Punit Agrawal
"Baicar, Tyler" writes: > Hello Punit, > > > On 10/12/2016 12:00 PM, Punit Agrawal wrote: >> Tyler Baicar writes: >> >>> 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 >>>

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

2016-10-18 Thread Hanjun Guo
Hi Tyler, On 2016/10/8 5:31, 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. If an error source's notification type is SEA, then this function can be registered into the SE

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

2016-10-18 Thread Hanjun Guo
On 2016/10/8 5:31, 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. If an error source's notification type is SEA, then this function can be registered into the SEA exception

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

2016-10-19 Thread Abdulhamid, Harb
On 10/18/2016 9:04 AM, Hanjun Guo wrote: > On 2016/10/8 5:31, 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. If an error >> source's notification type is SEA, then t

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

2016-10-19 Thread Abdulhamid, Harb
On 10/18/2016 8:44 AM, Hanjun Guo wrote: > Hi Tyler, > > On 2016/10/8 5:31, 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. If an error >> source's notification type

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

2016-10-24 Thread Hanjun Guo
Hi Harb, On 2016/10/20 0:59, Abdulhamid, Harb wrote: > On 10/18/2016 8:44 AM, Hanjun Guo wrote: >> Hi Tyler, >> >> On 2016/10/8 5:31, Tyler Baicar wrote: >>> ARM APEI extension proposal added SEA (Synchrounous External >>> Abort) notification type for ARMv8. >>> Add a new GHES error source handlin