Re: [PATCH v4 1/1] perf/bench/numa: Fixup discontiguous/sparse numa nodes

From: Satheesh Rajendran
Date: Wed Nov 22 2017 - 12:16:53 EST


On Wed, 2017-11-22 at 21:39 +0530, Naveen N. Rao wrote:
> >ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂsum += nr;
> >ÂÂÂÂÂÂÂ}
> >ÂÂÂÂÂÂÂBUG_ON(nr_min > nr_max);
> > -
> >ÂÂÂÂÂÂÂBUG_ON(sum > g->p.nr_tasks);
>
> Looks like that change to remove a blank line did slip in, but that's
>
> small nit. Apart from that, the patch looks good to me.
> Acked-by: Naveen N. Rao <naveen.n.rao@xxxxxxxxxxxxxxxxxx>
>
Hi Naveen,

Thanks, have sent v5 with that addressed :-)

Regards,
-Satheesh
> - Naveen