Re: [PATCH 08/11] firmware: arm_sdei: Add ACPI GHES registration helper

2018-02-20 Thread Punit Agrawal
Hi James, One typo below. James Morse writes: > APEI's Generic Hardware Error Source structures do not describe > whether the SDEI event is shared or private, as this information is > discoverable via the API. > > GHES needs to know whether an event is normal or critical

[PATCH 08/11] firmware: arm_sdei: Add ACPI GHES registration helper

2018-02-15 Thread James Morse
APEI's Generic Hardware Error Source structures do not describe whether the SDEI event is shared or private, as this information is discoverable via the API. GHES needs to know whether an event is normal or critical to avoid sharing locks or fixmap entries. Add a helper to ask firmware for this