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

2018-09-04 Thread wufan
nfradead.org; john.ga...@huawei.com; toshi.k...@hpe.com; > tanxiao...@huawei.com; wanghuiqi...@huawei.com; > shiju.j...@huawei.com > Subject: Re: [PATCH v3] EDAC, ghes: use CPER module handles to locate > DIMMs > > On Tue, Sep 04, 2018 at 03:50:55AM +, Fan Wu wrote: > > For p

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

2018-09-04 Thread Borislav Petkov
On Tue, Sep 04, 2018 at 03:50:55AM +, 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 v3] EDAC, ghes: use CPER module handles to locate DIMMs

2018-09-03 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 Tested-by: Toshi Kani Reviewed-by: Borislav P