RE: [PATCH v2 1/8] efi: Fix IA32/X64 Processor Error Record definition

2018-02-27 Thread Ghannam, Yazen
> -Original Message- > From: Borislav Petkov [mailto:b...@suse.de] > Sent: Tuesday, February 27, 2018 5:47 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 1

Re: [PATCH v2 1/8] efi: Fix IA32/X64 Processor Error Record definition

2018-02-27 Thread Borislav Petkov
On Mon, Feb 26, 2018 at 01:38:57PM -0600, Yazen Ghannam wrote: > From: Yazen Ghannam > > Based on UEFI 2.7 Table 255. Processor Error Record, the "Local APIC_ID" My pdf says this is table 252. > field is 8 bytes but Linux defines this field as 1 byte. > > Fix this in the struct cper_sec_proc_i

[PATCH v2 1/8] efi: Fix IA32/X64 Processor Error Record definition

2018-02-26 Thread Yazen Ghannam
From: Yazen Ghannam Based on UEFI 2.7 Table 255. Processor Error Record, the "Local APIC_ID" field is 8 bytes but Linux defines this field as 1 byte. Fix this in the struct cper_sec_proc_ia definition. Signed-off-by: Yazen Ghannam --- Link: https://lkml.kernel.org/r/20180223200333.6410-2-yazen