Re: [PATCH 3/8] efi: Decode IA32/X64 Processor Error Info Structure

2018-02-26 Thread Ard Biesheuvel
;> Cc: linux-...@vger.kernel.org; Linux Kernel Mailing List > ker...@vger.kernel.org>; Borislav Petkov <b...@suse.de>; the arch/x86 >> maintainers <x...@kernel.org> >> Subject: Re: [PATCH 3/8] efi: Decode IA32/X64 Processor Error Info Structure >> > ... &

Re: [PATCH 3/8] efi: Decode IA32/X64 Processor Error Info Structure

2018-02-26 Thread Ard Biesheuvel
List > ker...@vger.kernel.org>; Borislav Petkov ; the arch/x86 >> maintainers >> Subject: Re: [PATCH 3/8] efi: Decode IA32/X64 Processor Error Info Structure >> > ... >> > >> > diff --git a/drivers/firmware/efi/cper-x86.c b/drivers/firmware/efi/cpe

RE: [PATCH 3/8] efi: Decode IA32/X64 Processor Error Info Structure

2018-02-26 Thread Ghannam, Yazen
lav Petkov <b...@suse.de>; the arch/x86 > maintainers <x...@kernel.org> > Subject: Re: [PATCH 3/8] efi: Decode IA32/X64 Processor Error Info Structure > ... > > > > diff --git a/drivers/firmware/efi/cper-x86.c b/drivers/firmware/efi/cper- > x86.c > > index b50ee3c

RE: [PATCH 3/8] efi: Decode IA32/X64 Processor Error Info Structure

2018-02-26 Thread Ghannam, Yazen
ainers > Subject: Re: [PATCH 3/8] efi: Decode IA32/X64 Processor Error Info Structure > ... > > > > diff --git a/drivers/firmware/efi/cper-x86.c b/drivers/firmware/efi/cper- > x86.c > > index b50ee3cdf637..9d608f742c98 100644 > > --- a/drivers/firmware/ef

Re: [PATCH 3/8] efi: Decode IA32/X64 Processor Error Info Structure

2018-02-24 Thread Ard Biesheuvel
On 23 February 2018 at 20:03, Yazen Ghannam wrote: > From: Yazen Ghannam > > Print the fields in the IA32/X64 Processor Error Info Structure. > > Based on UEFI 2.7 Table 256. IA32/X64 Processor Error Information > Structure. > > Cc:

Re: [PATCH 3/8] efi: Decode IA32/X64 Processor Error Info Structure

2018-02-24 Thread Ard Biesheuvel
On 23 February 2018 at 20:03, Yazen Ghannam wrote: > From: Yazen Ghannam > > Print the fields in the IA32/X64 Processor Error Info Structure. > > Based on UEFI 2.7 Table 256. IA32/X64 Processor Error Information > Structure. > > Cc: # 4.16.x > Signed-off-by: Yazen Ghannam > --- >

[PATCH 3/8] efi: Decode IA32/X64 Processor Error Info Structure

2018-02-23 Thread Yazen Ghannam
From: Yazen Ghannam Print the fields in the IA32/X64 Processor Error Info Structure. Based on UEFI 2.7 Table 256. IA32/X64 Processor Error Information Structure. Cc: # 4.16.x Signed-off-by: Yazen Ghannam ---

[PATCH 3/8] efi: Decode IA32/X64 Processor Error Info Structure

2018-02-23 Thread Yazen Ghannam
From: Yazen Ghannam Print the fields in the IA32/X64 Processor Error Info Structure. Based on UEFI 2.7 Table 256. IA32/X64 Processor Error Information Structure. Cc: # 4.16.x Signed-off-by: Yazen Ghannam --- drivers/firmware/efi/cper-x86.c | 53 + 1