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

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

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

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

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

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

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

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

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

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

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

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

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

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-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

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

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

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

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

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

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

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