public inbox for linux-perf-users@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] perf-tools fixes for v6.14
@ 2025-01-30 21:49 Namhyung Kim
  2025-01-31  2:00 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Namhyung Kim @ 2025-01-30 21:49 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Arnaldo Carvalho de Melo, Ian Rogers, Kan Liang, Peter Zijlstra,
	Ingo Molnar, LKML, linux-perf-users

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-01-31  1:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-30 21:49 [GIT PULL] perf-tools fixes for v6.14 Namhyung Kim
2025-01-31  2:00 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox