Re: [PATCH v3 1/2] perf bench numa: fix cpumask memory leak in node_has_cpus()

2020-08-13 Thread Arnaldo Carvalho de Melo
Em Thu, Aug 13, 2020 at 05:36:49PM +0530, Srikar Dronamraju escreveu: > Looks good to me. > > Reviewed-by: Srikar Dronamraju Thanks, applied. - Arnaldo

Re: [PATCH v3 1/2] perf bench numa: fix cpumask memory leak in node_has_cpus()

2020-08-13 Thread Srikar Dronamraju
* Alexander Gordeev [2020-08-13 13:30:42]: > Couple numa_allocate_cpumask() and numa_free_cpumask() functions > > Signed-off-by: Alexander Gordeev > --- > tools/perf/bench/numa.c | 13 + > 1 file changed, 9 insertions(+), 4 deletions(-) > > diff --git a/tools/perf/bench/numa.c

[PATCH v3 1/2] perf bench numa: fix cpumask memory leak in node_has_cpus()

2020-08-13 Thread Alexander Gordeev
Couple numa_allocate_cpumask() and numa_free_cpumask() functions Signed-off-by: Alexander Gordeev --- tools/perf/bench/numa.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/tools/perf/bench/numa.c b/tools/perf/bench/numa.c index 31e2601..9066511 100644 ---