[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251211221756.96294-1-acme@kernel.org>
Date: Thu, 11 Dec 2025 19:17:52 -0300
From: Arnaldo Carvalho de Melo <acme@...nel.org>
To: Namhyung Kim <namhyung@...nel.org>
Cc: Ingo Molnar <mingo@...nel.org>,
Thomas Gleixner <tglx@...utronix.de>,
James Clark <james.clark@...aro.org>,
Jiri Olsa <jolsa@...nel.org>,
Ian Rogers <irogers@...gle.com>,
Adrian Hunter <adrian.hunter@...el.com>,
Kan Liang <kan.liang@...ux.intel.com>,
Clark Williams <williams@...hat.com>,
linux-kernel@...r.kernel.org,
linux-perf-users@...r.kernel.org,
Arnaldo Carvalho de Melo <acme@...nel.org>
Subject: [PATCH perf-next 0/4] glibc str functions const return fixes
Hi,
While building with Fedora 44 I noticed so interesting warnings
about touching const memory, fix some of them in this series,
- Arnaldo
Arnaldo Carvalho de Melo (4):
perf list: Remove unused 'sep' variable
perf diff: Constify strchr() return variables
perf tools: Use const for variables receiving str{str,r?chr}() returns
perf trace: Don't change const char strings
tools/perf/builtin-diff.c | 12 +++++-------
tools/perf/builtin-list.c | 4 ++--
tools/perf/builtin-trace.c | 11 +++++++----
tools/perf/jvmti/libjvmti.c | 2 +-
tools/perf/tests/parse-events.c | 4 ++--
tools/perf/util/evlist.c | 3 ++-
6 files changed, 19 insertions(+), 17 deletions(-)
--
2.52.0
Powered by blists - more mailing lists