Re: [PATCH v5] EDAC, ghes: use CPER module handles to locate DIMMs

2018-09-22 Thread Borislav Petkov
On Wed, Sep 19, 2018 at 01:59:00AM +, Fan Wu wrote: > For platforms whose firmwares provide valid module handles > (SMBIOS type 17) in error records, this patch uses the module > handles to locate corresponding DIMMs and enables per-DIMM > error counter update. > > Signed-off-by: Fan Wu > Rev

[PATCH v5] EDAC, ghes: use CPER module handles to locate DIMMs

2018-09-18 Thread Fan Wu
For platforms whose firmwares provide valid module handles (SMBIOS type 17) in error records, this patch uses the module handles to locate corresponding DIMMs and enables per-DIMM error counter update. Signed-off-by: Fan Wu Reviewed-by: Tyler Baicar Reviewed-by: James Morse Tested-by: Toshi Kan