On Mon, Jul 13, 2020 at 03:09:00PM +0100, Shiju Jose wrote: > CPER records describing a firmware-first error are identified by GUID. Does the spec really connect "firmware-first" and CPER records? Are there non-firmware-first CPER records? This sentence suggests that firmware-first CPER records are identified by GUID, and that there are non-firmware-first CPER records that might not be identified by GUID. I suspect this would be better as simply: CPER records are identified by a Notification Type GUID. (Or maybe it's a Section Type GUID?) > The ghes driver currently logs, but ignores any unknown CPER records. > This prevents describing errors that can't be represented by a standard > entry, that would otherwise allow a driver to recover from an error. > The UEFI spec calls these 'Non-standard Section Body' (N.2.3 of > version 2.8). > > Add a notifier chain for these non-standard/vendor-records. Callers > must identify their type of records by GUID. > > Record data is copied to memory from the ghes_estatus_pool to allow > us to keep it until after the notifier has run.