Re: [PATCH v3 02/10] EDAC/mc: Reorder functions edac_mc_alloc*()
From: Robert Richter
Date: Thu Jan 30 2020 - 13:50:18 EST
Matthias,
On 23.01.20 20:02:00, Matthias Brugger wrote:
> On 23/01/2020 10:02, Robert Richter wrote:
> > Reorder the new created functions edac_mc_alloc_csrows() and
> > edac_mc_alloc_dimms() and move them before edac_mc_alloc(). No further
> > code changes.
> >
> > Signed-off-by: Robert Richter <rrichter@xxxxxxxxxxx>
> > Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@xxxxxxxxxx>
> > Acked-by: Aristeu Rozanski <aris@xxxxxxxxxx>
> > ---
> > drivers/edac/edac_mc.c | 209 ++++++++++++++++++++---------------------
> > 1 file changed, 103 insertions(+), 106 deletions(-)
> >
> > diff --git a/drivers/edac/edac_mc.c b/drivers/edac/edac_mc.c
> > index d71006a4f07b..1e227e69e216 100644
Sorry, I missed that mail.
I have rebased v3 series on top of edac-for-next *plus* use-after-
free-fix, see here:
https://lore.kernel.org/patchwork/patch/1169444/
So the patch above must be applied before the series.
Sorry for the confusion and not being more clear here.
-Robert