Re: [PATCH V1 6/6] acpi: apei: handle SEA notification type for ARMv8

2016-02-12 Thread Will Deacon
On Thu, Feb 11, 2016 at 03:37:55PM -0700, Baicar, Tyler wrote: > On 2/10/2016 11:03 AM, Will Deacon wrote: > >On Fri, Feb 05, 2016 at 12:13:28PM -0700, Tyler Baicar wrote: > >>diff --git a/drivers/acpi/apei/ghes.c b/drivers/acpi/apei/ghes.c > >>index 6c68100..ed64b97 100644 > >>--- a/drivers/acpi/a

Re: [PATCH V1 6/6] acpi: apei: handle SEA notification type for ARMv8

2016-02-11 Thread Baicar, Tyler
Hello Will, On 2/10/2016 11:03 AM, Will Deacon wrote: On Fri, Feb 05, 2016 at 12:13:28PM -0700, 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 notif

Re: [PATCH V1 6/6] acpi: apei: handle SEA notification type for ARMv8

2016-02-10 Thread Abdulhamid, Harb
On 2/10/2016 1:03 PM, Will Deacon wrote: > On Fri, Feb 05, 2016 at 12:13:28PM -0700, Tyler Baicar wrote: >> +#else /* CONFIG_HAVE_ACPI_APEI_SEA */ >> +static inline int ghes_sea_add(struct ghes *ghes) >> +{ >> +pr_err(GHES_PFX "ID: %d, trying to add SEA notification which is not >> supported\

Re: [PATCH V1 6/6] acpi: apei: handle SEA notification type for ARMv8

2016-02-10 Thread Will Deacon
On Fri, Feb 05, 2016 at 12:13:28PM -0700, 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 r

[PATCH V1 6/6] acpi: apei: handle SEA notification type for ARMv8

2016-02-05 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 r