[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAP-5=fWyb54utMyi0uKj6ek4qBmHmX2Xr9RR=s4o-ek5HdHHnA@mail.gmail.com>
Date: Wed, 2 Jul 2025 20:45:18 -0700
From: Ian Rogers <irogers@...gle.com>
To: Namhyung Kim <namhyung@...nel.org>
Cc: Arnaldo Carvalho de Melo <acme@...nel.org>, Kan Liang <kan.liang@...ux.intel.com>,
Jiri Olsa <jolsa@...nel.org>, Adrian Hunter <adrian.hunter@...el.com>,
Peter Zijlstra <peterz@...radead.org>, Ingo Molnar <mingo@...nel.org>,
LKML <linux-kernel@...r.kernel.org>, linux-perf-users@...r.kernel.org
Subject: Re: [PATCHSET 0/8] perf sched: Fix various memory leaks
On Wed, Jul 2, 2025 at 6:49 PM Namhyung Kim <namhyung@...nel.org> wrote:
>
> Hello,
>
> While running the new perf sched test with ASAN, it fails due to
> memory leaks. They comes mostly from missing thread__put() but
> sometimes it needs to release other data structures.
>
> Fix those leaks and add more subcommands to the test.
Thanks Namhyung, it may be worth adding Fixes tags for the benefit of backports.
Tested-by: Ian Rogers <irogers@...gle.com>
Ian
> Thanks,
> Namhyung
>
>
> Namhyung Kim (8):
> perf sched: Make sure it frees the usage string
> perf sched: Free thread->priv using priv_destructor
> perf sched: Fix memory leaks in 'perf sched map'
> perf sched: Fix thread leaks in 'perf sched timehist'
> perf sched: Fix memory leaks for evsel->priv in timehist
> perf sched: Use RC_CHK_EQUAL() to compare pointers
> perf sched: Fix memory leaks in 'perf sched latency'
> perf test: Add more test cases to sched test
>
> tools/perf/builtin-sched.c | 147 +++++++++++++++++++++++---------
> tools/perf/tests/shell/sched.sh | 39 +++++++--
> tools/perf/util/evsel.c | 11 +++
> tools/perf/util/evsel.h | 2 +
> 4 files changed, 153 insertions(+), 46 deletions(-)
>
> --
> 2.50.0.727.gbf7dc18ff4-goog
>
Powered by blists - more mailing lists