From: Namhyung Kim <namhyung@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Arnaldo Carvalho de Melo <acme@kernel.org>,
Ian Rogers <irogers@google.com>,
Kan Liang <kan.liang@linux.intel.com>,
Peter Zijlstra <peterz@infradead.org>,
Ingo Molnar <mingo@kernel.org>,
LKML <linux-kernel@vger.kernel.org>,
linux-perf-users@vger.kernel.org
Subject: [GIT PULL] perf-tools fixes for v6.14
Date: Thu, 30 Jan 2025 13:49:35 -0800 [thread overview]
Message-ID: <20250130214935.2148549-1-namhyung@kernel.org> (raw)
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@kernel.org>
----------------------------------------------------------------
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(-)
next reply other threads:[~2025-01-30 21:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-30 21:49 Namhyung Kim [this message]
2025-01-31 2:00 ` [GIT PULL] perf-tools fixes for v6.14 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250130214935.2148549-1-namhyung@kernel.org \
--to=namhyung@kernel.org \
--cc=acme@kernel.org \
--cc=irogers@google.com \
--cc=kan.liang@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-perf-users@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=peterz@infradead.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox