This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 39f90c196721 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] new 22ec0faa0eda perf test: Fix a build error in x86 topdown test new bd842ff41543 tools headers: Sync KVM headers with the kernel source new 6cb8607934d9 tools headers: Sync linux/bits.h with the kernel source new aa34642f6fc3 tools headers: Sync linux/cfi_types.h with the kernel source new 619f55c85901 tools headers: Sync x86 headers with the kernel source new 14ec8ce45611 tools headers: Sync arm64 headers with the kernel source new c85538c4e3c7 tools headers: Sync powerpc headers with the kernel source new 52174e0eb138 tools headers: Sync syscall tables with the kernel source new b18aabe283a1 tools headers: Sync uapi/linux/fcntl.h with the kernel source new 4a4083af03a7 tools headers: Sync uapi/linux/fs.h with the kernel source new e7e79e997261 tools headers: Sync uapi/linux/prctl.h with the kernel source new f79a62f4b3c7 tools headers: Sync uapi/linux/vhost.h with the kernel source new ba0b7081f7a5 perf symbol-minimal: Fix ehdr reading in filename__read_build_id new 2c369d91d093 perf symbol: Add blocking argument to filename__read_build_id new 07d9df80082b Merge tag 'perf-tools-fixes-for-v6.17-2025-08-27' of git:/ [...]
The 15 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: tools/arch/arm64/include/asm/cputype.h | 28 +++++++ tools/arch/powerpc/include/uapi/asm/kvm.h | 13 ---- tools/arch/x86/include/asm/cpufeatures.h | 10 ++- tools/arch/x86/include/asm/msr-index.h | 7 ++ tools/arch/x86/include/uapi/asm/kvm.h | 8 +- tools/include/linux/bits.h | 29 ++----- tools/include/linux/cfi_types.h | 23 ++++++ tools/include/uapi/asm-generic/unistd.h | 8 +- tools/include/uapi/linux/kvm.h | 27 +++++++ tools/perf/arch/arm/entry/syscalls/syscall.tbl | 2 + .../perf/arch/mips/entry/syscalls/syscall_n64.tbl | 2 + tools/perf/arch/powerpc/entry/syscalls/syscall.tbl | 2 + tools/perf/arch/s390/entry/syscalls/syscall.tbl | 2 + tools/perf/arch/sh/entry/syscalls/syscall.tbl | 2 + tools/perf/arch/sparc/entry/syscalls/syscall.tbl | 2 + tools/perf/arch/x86/entry/syscalls/syscall_32.tbl | 2 + tools/perf/arch/x86/entry/syscalls/syscall_64.tbl | 2 + tools/perf/arch/x86/tests/topdown.c | 1 + tools/perf/arch/xtensa/entry/syscalls/syscall.tbl | 2 + tools/perf/bench/inject-buildid.c | 2 +- tools/perf/builtin-buildid-cache.c | 8 +- tools/perf/builtin-inject.c | 4 +- tools/perf/tests/sdt.c | 2 +- tools/perf/trace/beauty/include/uapi/linux/fcntl.h | 18 +++++ tools/perf/trace/beauty/include/uapi/linux/fs.h | 88 ++++++++++++++++++++++ tools/perf/trace/beauty/include/uapi/linux/prctl.h | 9 ++- tools/perf/trace/beauty/include/uapi/linux/vhost.h | 35 +++++++++ tools/perf/util/build-id.c | 4 +- tools/perf/util/debuginfo.c | 8 +- tools/perf/util/dsos.c | 4 +- tools/perf/util/symbol-elf.c | 9 ++- tools/perf/util/symbol-minimal.c | 59 +++++++-------- tools/perf/util/symbol.c | 8 +- tools/perf/util/symbol.h | 2 +- tools/perf/util/synthetic-events.c | 2 +- tools/scripts/syscall.tbl | 2 + 36 files changed, 342 insertions(+), 94 deletions(-)