Re: [PATCH v2 4/8] efi: Decode UEFI-defined IA32/X64 Error Structure GUIDs

2018-02-27 Thread Ard Biesheuvel
c: linux-...@vger.kernel.org; linux-kernel@vger.kernel.org; >> ard.biesheu...@linaro.org; x...@kernel.org >> Subject: Re: [PATCH v2 4/8] efi: Decode UEFI-defined IA32/X64 Error >> Structure GUIDs >> >> On Mon, Feb 26, 2018 at 01:39:00PM -0600, Yazen Ghannam wrote: >&

Re: [PATCH v2 4/8] efi: Decode UEFI-defined IA32/X64 Error Structure GUIDs

2018-02-27 Thread Ard Biesheuvel
gt;> ard.biesheu...@linaro.org; x...@kernel.org >> Subject: Re: [PATCH v2 4/8] efi: Decode UEFI-defined IA32/X64 Error >> Structure GUIDs >> >> On Mon, Feb 26, 2018 at 01:39:00PM -0600, Yazen Ghannam wrote: >> > @@ -45,6 +81,11 @@ void cper_print_proc_ia(const char

RE: [PATCH v2 4/8] efi: Decode UEFI-defined IA32/X64 Error Structure GUIDs

2018-02-27 Thread Ghannam, Yazen
t; Subject: Re: [PATCH v2 4/8] efi: Decode UEFI-defined IA32/X64 Error > Structure GUIDs > > On Mon, Feb 26, 2018 at 01:39:00PM -0600, Yazen Ghannam wrote: > > @@ -45,6 +81,11 @@ void cper_print_proc_ia(const char *pfx, const struct > cper_sec_proc_ia *proc) > >

RE: [PATCH v2 4/8] efi: Decode UEFI-defined IA32/X64 Error Structure GUIDs

2018-02-27 Thread Ghannam, Yazen
> -Original Message- > From: Borislav Petkov [mailto:b...@suse.de] > Sent: Tuesday, February 27, 2018 9:30 AM > To: Ghannam, Yazen > Cc: linux-...@vger.kernel.org; linux-kernel@vger.kernel.org; > ard.biesheu...@linaro.org; x...@kernel.org > Subject: Re: [PATCH v2

Re: [PATCH v2 4/8] efi: Decode UEFI-defined IA32/X64 Error Structure GUIDs

2018-02-27 Thread Borislav Petkov
On Mon, Feb 26, 2018 at 01:39:00PM -0600, Yazen Ghannam wrote: > @@ -45,6 +81,11 @@ void cper_print_proc_ia(const char *pfx, const struct > cper_sec_proc_ia *proc) > printk("%sError Structure Type: %pUl\n", newpfx, > _info->err_type); > > +

Re: [PATCH v2 4/8] efi: Decode UEFI-defined IA32/X64 Error Structure GUIDs

2018-02-27 Thread Borislav Petkov
On Mon, Feb 26, 2018 at 01:39:00PM -0600, Yazen Ghannam wrote: > @@ -45,6 +81,11 @@ void cper_print_proc_ia(const char *pfx, const struct > cper_sec_proc_ia *proc) > printk("%sError Structure Type: %pUl\n", newpfx, > _info->err_type); > > +

[PATCH v2 4/8] efi: Decode UEFI-defined IA32/X64 Error Structure GUIDs

2018-02-26 Thread Yazen Ghannam
From: Yazen Ghannam For easier handling, match the known IA32/X64 error structure GUIDs to enums. Also, print out the name of the matching Error Structure Type. GUIDs taken from UEFI 2.7 section N.2.4.2.1 IA32/X64 Processor Error Information Structure. Signed-off-by:

[PATCH v2 4/8] efi: Decode UEFI-defined IA32/X64 Error Structure GUIDs

2018-02-26 Thread Yazen Ghannam
From: Yazen Ghannam For easier handling, match the known IA32/X64 error structure GUIDs to enums. Also, print out the name of the matching Error Structure Type. GUIDs taken from UEFI 2.7 section N.2.4.2.1 IA32/X64 Processor Error Information Structure. Signed-off-by: Yazen Ghannam --- Link: