Re: [PATCH v4 1/1] perf/bench/numa: Fixup discontiguous/sparse numa nodes
From: Arnaldo Carvalho de Melo
Date: Thu Nov 23 2017 - 10:23:18 EST
Em Wed, Nov 22, 2017 at 10:18:13PM +0530, Satheesh Rajendran escreveu:
> 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
> > a
> > 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 :-)
Thanks, applied.
- Arnaldo