Re: [PATCH v4] EDAC/ghes: Setup DIMM label from DMI and use it in error reports

From: Robert Richter
Date: Wed Jun 03 2020 - 02:57:31 EST


On 02.06.20 17:48:43, Borislav Petkov wrote:
> On Thu, May 28, 2020 at 12:13:06PM +0200, Robert Richter wrote:

> > v4:
> >
> > * dimm->label: Only update dimm->label in if bank/device is found in
> > the SMBIOS table, this keeps current behavior for machines that do
> > not provide this information.
> >
> > * e->location: Keep current behavior how e->location is written.
> >
> > * e->label: Use dimm->label if a DIMM was found by its handle and
> > "unknown memory" otherwise. This aligns with the edac_mc
> > implementation.
> >
> > Signed-off-by: Robert Richter <rrichter@xxxxxxxxxxx>
> > ---
> > drivers/edac/ghes_edac.c | 37 ++++++++++++++++++++++++++-----------
> > 1 file changed, 26 insertions(+), 11 deletions(-)
>
> Yap, looks good. I'll queue it after the merge window.

Great, thanks.

-Robert