[GIT PULL] perf-tools fixes for v6.17-rc7
From: Namhyung Kim
Date: Tue Sep 16 2025 - 17:59:34 EST
Hi Linus,
Please consider pulling the following fixes in perf tools for v6.17.
Thanks,
Namhyung
The following changes since commit ca81e74dc34734078d34485d4aa123561ba75b15:
perf symbol-elf: Add support for the block argument for libbfd (2025-09-04 16:37:35 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools.git tags/perf-tools-fixes-for-v6.17-2025-09-16
for you to fetch changes up to 20c9ccffccd61b37325a0519fb6d485caeecf7fa:
perf maps: Ensure kmap is set up for all inserts (2025-09-15 10:03:23 -0700)
----------------------------------------------------------------
perf-tools fixes for v6.17-rc7
A small set of fixes for crashes in different commands and conditions.
Signed-off-by: Namhyung Kim <namhyung@xxxxxxxxxx>
----------------------------------------------------------------
Ian Rogers (2):
perf lock: Provide a host_env for session new
perf maps: Ensure kmap is set up for all inserts
hupu (1):
perf subcmd: avoid crash in exclude_cmds when excludes is empty
tools/lib/subcmd/help.c | 3 +++
tools/perf/builtin-lock.c | 7 ++++++-
tools/perf/util/maps.c | 9 +++++----
3 files changed, 14 insertions(+), 5 deletions(-)