[GIT PULL] perf-tools fixes for v6.14
From: Namhyung Kim
Date: Thu Jan 30 2025 - 16:49:43 EST
Hi Linus,
Please consider pulling the following changes in perf tools for v6.14.
Thanks,
Namhyung
The following changes since commit 91b7747dc70d64b5ec56ffe493310f207e7ffc99:
perf test: Update event_groups test to use instructions (2025-01-18 10:32:57 -0800)
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.14-2025-01-30
for you to fetch changes up to 9fae5884bb0e3480dbb69314b82ed3d8f8482eef:
perf cpumap: Fix die and cluster IDs (2025-01-28 10:03:26 -0800)
----------------------------------------------------------------
perf-tools fixes for 6.14
An early round of random fixes in perf tools for this cycle.
perf trace
----------
* Fix loading of BPF program on certain clang versions
* Fix out-of-bound access in syscalls with 6 arguments
* Skip syscall enum test if landlock syscall is not available
perf annotate
-------------
* Fix segfaults due to invalid access in disasm arrays
perf stat
---------
* Fix error handling in topology parsing
Signed-off-by: Namhyung Kim <namhyung@xxxxxxxxxx>
----------------------------------------------------------------
Howard Chu (2):
perf trace: Fix BPF loading failure (-E2BIG)
perf trace: Fix runtime error of index out of bounds
Ian Rogers (1):
perf annotate: Use an array for the disassembler preference
James Clark (1):
perf cpumap: Fix die and cluster IDs
Namhyung Kim (1):
perf test: Skip syscall enum test if no landlock syscall
tools/perf/builtin-trace.c | 6 +-
tools/perf/tests/shell/trace_btf_enum.sh | 8 ++-
tools/perf/util/annotate.c | 76 ++++++++++++++++++--
tools/perf/util/annotate.h | 15 ++--
.../util/bpf_skel/augmented_raw_syscalls.bpf.c | 11 ++-
tools/perf/util/cpumap.c | 4 +-
tools/perf/util/disasm.c | 83 ++++------------------
7 files changed, 113 insertions(+), 90 deletions(-)