[GIT PULL] perf-tools fixes for v6.15-rc2
From: Namhyung Kim
Date: Sun Apr 13 2025 - 19:25:52 EST
Hi Linus,
Please consider pulling the following changes in perf tools for v6.15.
Thanks,
Namhyung
The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
Linux 6.15-rc1 (2025-04-06 13:11:33 -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.15-2025-04-13
for you to fetch changes up to 2b70702917337a8d6d07f03eed961e0119091647:
perf tools: Remove evsel__handle_error_quirks() (2025-04-11 09:22:49 -0700)
----------------------------------------------------------------
perf tools fixes for v6.15-rc2
A couple of fixes and the usual tooling header updates.
* fix a build error on ARM64 when libunwind is requested
* fix an infinite loop with branch stack on AMD Zen3
* sync tooling headers with the kernel source
Signed-off-by: Namhyung Kim <namhyung@xxxxxxxxxx>
----------------------------------------------------------------
Arnaldo Carvalho de Melo (1):
perf libunwind arm64: Fix missing close parens in an if statement
Namhyung Kim (11):
tools headers: Update the KVM headers with the kernel sources
tools headers: Update the socket headers with the kernel sources
tools headers: Update the uapi/linux/perf_event.h copy with the kernel sources
tools headers: Update the VFS headers with the kernel sources
tools headers: Update the syscall table with the kernel sources
tools headers: Update the uapi/linux/prctl.h copy with the kernel sources
tools headers: Update the uapi/asm-generic/mman-common.h copy with the kernel sources
tools headers: Update the linux/unaligned.h copy with the kernel sources
tools headers: Update the x86 headers with the kernel sources
tools headers: Update the arch/x86/lib/memset_64.S copy with the kernel sources
perf tools: Remove evsel__handle_error_quirks()
tools/arch/arm64/include/uapi/asm/kvm.h | 5 +-
tools/arch/arm64/include/uapi/asm/unistd.h | 24 +-----
tools/arch/x86/include/asm/cpufeatures.h | 28 ++++--
tools/arch/x86/include/asm/msr-index.h | 31 ++++---
tools/arch/x86/include/uapi/asm/kvm.h | 4 +
tools/arch/x86/include/uapi/asm/svm.h | 2 +
tools/arch/x86/lib/memset_64.S | 3 +-
tools/include/linux/cfi_types.h | 45 ++++++++++
tools/include/uapi/asm-generic/mman-common.h | 1 +
tools/include/uapi/asm-generic/unistd.h | 4 +-
tools/include/uapi/linux/in.h | 2 +
tools/include/uapi/linux/kvm.h | 9 +-
tools/include/uapi/linux/perf_event.h | 2 +
tools/include/uapi/linux/stat.h | 99 ++++++++++++++++------
tools/perf/arch/arm/entry/syscalls/syscall.tbl | 1 +
.../perf/arch/mips/entry/syscalls/syscall_n64.tbl | 1 +
tools/perf/arch/powerpc/entry/syscalls/syscall.tbl | 1 +
tools/perf/arch/s390/entry/syscalls/syscall.tbl | 1 +
tools/perf/arch/sh/entry/syscalls/syscall.tbl | 1 +
tools/perf/arch/sparc/entry/syscalls/syscall.tbl | 1 +
tools/perf/arch/x86/entry/syscalls/syscall_32.tbl | 3 +-
tools/perf/arch/x86/entry/syscalls/syscall_64.tbl | 1 +
tools/perf/arch/xtensa/entry/syscalls/syscall.tbl | 1 +
tools/perf/check-headers.sh | 1 +
tools/perf/trace/beauty/include/linux/socket.h | 2 +
tools/perf/trace/beauty/include/uapi/linux/fcntl.h | 4 +
tools/perf/trace/beauty/include/uapi/linux/fs.h | 21 +++--
tools/perf/trace/beauty/include/uapi/linux/mount.h | 10 ++-
tools/perf/trace/beauty/include/uapi/linux/prctl.h | 11 +++
tools/perf/trace/beauty/include/uapi/linux/stat.h | 99 ++++++++++++++++------
.../perf/trace/beauty/include/uapi/sound/asound.h | 8 +-
tools/perf/util/evsel.c | 22 -----
tools/perf/util/unwind-libunwind-local.c | 2 +-
tools/scripts/syscall.tbl | 1 +
34 files changed, 319 insertions(+), 132 deletions(-)
create mode 100644 tools/include/linux/cfi_types.h