]> www.infradead.org Git - users/hch/misc.git/commit
Merge tag 'perf-tools-fixes-for-v6.14-2025-01-30' of git://git.kernel.org/pub/scm...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 31 Jan 2025 01:38:20 +0000 (17:38 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 31 Jan 2025 01:38:20 +0000 (17:38 -0800)
commitc06310fd6b1c98f27f51a81637311ad560c614e9
treeda2036c2b53368a3c77ebe21b26fa643277aa48b
parente20f2bb8b7b6047182066dde0a101e0660519f6a
parent9fae5884bb0e3480dbb69314b82ed3d8f8482eef
Merge tag 'perf-tools-fixes-for-v6.14-2025-01-30' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools

Pull perf tools fixes from Namhyung Kim:
 "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"

* tag 'perf-tools-fixes-for-v6.14-2025-01-30' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools:
  perf cpumap: Fix die and cluster IDs
  perf test: Skip syscall enum test if no landlock syscall
  perf trace: Fix runtime error of index out of bounds
  perf annotate: Use an array for the disassembler preference
  perf trace: Fix BPF loading failure (-E2BIG)