Re: [PATCH v2 00/20] EDAC: Rework edac_mc and ghes drivers

From: Robert Richter
Date: Mon Nov 11 2019 - 10:49:35 EST


On 10.11.19 15:51:05, Borislav Petkov wrote:
> On Wed, Nov 06, 2019 at 09:32:58AM +0000, Robert Richter wrote:
> > Robert Richter (20):
> > EDAC: Replace EDAC_DIMM_PTR() macro with edac_get_dimm() function
> > EDAC: Remove EDAC_DIMM_OFF() macro
> > EDAC: Introduce mci_for_each_dimm() iterator
> > EDAC, mc: Do not BUG_ON() in edac_mc_alloc()
> > EDAC, mc: Remove needless zero string termination
> > EDAC, mc: Reduce indentation level in edac_mc_handle_error()
> > EDAC, mc: Rename iterator variable to idx
> > EDAC: Remove misleading comment in struct edac_raw_error_desc
> > EDAC, ghes: Use standard kernel macros for page calculations
> > EDAC, ghes: Fix grain calculation
> > EDAC, ghes: Remove intermediate buffer pvt->detail_location
> > EDAC, ghes: Unify trace_mc_event() code with edac_mc driver
> > EDAC, Documentation: Describe CPER module definition and DIMM ranks
>
> Queued up to here.

Thanks Boris. I am preparing a v3 with the remaining patches rebased
onto edac-for-next.

Thanks,

-Robert