RE: [PATCH] edac,ghes,cper: Add Row Extension to Memory Error Record

2020-08-17 Thread Kluver, Alex
...@vger.kernel.org; linux-kernel@vger.kernel.org; a...@kernel.org; mche...@kernel.org; Anderson, Russ ; Sivanich, Dimitri Subject: Re: [PATCH] edac,ghes,cper: Add Row Extension to Memory Error Record On Mon, Jul 27, 2020 at 01:14:45PM -0500, Alex Kluver wrote: > Memory errors could be prin

Re: [PATCH] edac,ghes,cper: Add Row Extension to Memory Error Record

2020-08-15 Thread Borislav Petkov
On Mon, Jul 27, 2020 at 01:14:45PM -0500, Alex Kluver wrote: > Memory errors could be printed with incorrect row values since the DIMM > size has outgrown the 16 bit row field in the CPER structure. UEFI > Specification Version 2.8 has increased the size of row by allowing it to > use the first 2

Re: [PATCH] edac,ghes,cper: Add Row Extension to Memory Error Record

2020-08-14 Thread Ard Biesheuvel
On Mon, 27 Jul 2020 at 20:15, Alex Kluver wrote: > > Memory errors could be printed with incorrect row values since the DIMM > size has outgrown the 16 bit row field in the CPER structure. UEFI > Specification Version 2.8 has increased the size of row by allowing it to > use the first 2 bits from

[PATCH] edac,ghes,cper: Add Row Extension to Memory Error Record

2020-07-27 Thread Alex Kluver
Memory errors could be printed with incorrect row values since the DIMM size has outgrown the 16 bit row field in the CPER structure. UEFI Specification Version 2.8 has increased the size of row by allowing it to use the first 2 bits from a previously reserved space within the structure. When