This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from bbbc721033c0 Merge tag 'pm-6.19-rc4' of git://git.kernel.org/pub/scm/li [...] new 7678523109d1 tools/build: Add a feature test for libopenssl new 800ad1f0e277 perf tools: Disable BPF skeleton if no libopenssl found new 5c5f6fe32df2 perf symbol: Fix ENOENT case for filename__read_build_id new b3d1dcd02c8c perf tests kvm: Avoid leaving perf.data.guest file around new 9e724085dacd perf tests top: Make the test exclusive new d5e4c710b54a tools headers arm64: Add NVIDIA Olympus part new d852b838eb05 perf arm-spe: Add NVIDIA Olympus to neoverse list new be6c9e82c999 tools headers: Sync UAPI drm/drm.h with kernel sources new 34524cde88c9 tools headers: Sync UAPI KVM headers with kernel sources new 673293eadbe9 tools headers: Sync UAPI linux/fcntl.h with kernel sources new 4bd8d145731f tools headers: Sync UAPI linux/fs.h with kernel sources new 45e07a6f3a19 tools headers: Sync UAPI linux/mount.h with kernel sources new c482993189df tools headers: Sync UAPI sound/asound.h with kernel sources new 369e91bd201d tools headers: Sync x86 headers with kernel sources new 0d5d3bb6cef4 tools headers: Sync arm64 headers with kernel sources new d0783e1fb83b tools headers: Sync linux/gfp_types.h with kernel sources new 00a7e470a597 tools headers: Sync linux/socket.h with kernel sources new eb0674018791 tools headers: Sync syscall table with kernel sources new fe072f651083 tools build: Fix the common set of features test wrt libopenssl new 805f9a061372 Merge tag 'perf-tools-fixes-for-v6.19-2026-01-02' of git:/ [...]
The 20 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 | 8 +++--- tools/arch/x86/include/asm/cpufeatures.h | 11 ++++++++ tools/arch/x86/include/asm/msr-index.h | 30 ++++++++++++++++++++++ tools/arch/x86/include/uapi/asm/kvm.h | 1 + tools/build/Makefile.feature | 6 +++-- tools/build/feature/Makefile | 10 +++++--- tools/build/feature/test-all.c | 5 ++++ tools/build/feature/test-libopenssl.c | 7 +++++ tools/include/linux/gfp_types.h | 6 ----- tools/include/uapi/asm-generic/unistd.h | 4 ++- tools/include/uapi/drm/drm.h | 15 +++++++++++ tools/include/uapi/linux/kvm.h | 11 ++++++++ tools/perf/Makefile.config | 8 ++++++ 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 | 1 + tools/perf/arch/x86/entry/syscalls/syscall_64.tbl | 1 + tools/perf/arch/xtensa/entry/syscalls/syscall.tbl | 1 + tools/perf/builtin-buildid-cache.c | 6 +++-- tools/perf/tests/shell/kvm.sh | 2 +- tools/perf/tests/shell/top.sh | 2 +- tools/perf/trace/beauty/include/linux/socket.h | 24 ++++++++++++++--- tools/perf/trace/beauty/include/uapi/linux/fcntl.h | 12 +++++++++ tools/perf/trace/beauty/include/uapi/linux/fs.h | 3 ++- tools/perf/trace/beauty/include/uapi/linux/mount.h | 2 +- .../perf/trace/beauty/include/uapi/sound/asound.h | 2 +- tools/perf/util/arm-spe.c | 1 + tools/perf/util/libbfd.c | 4 ++- tools/perf/util/symbol-elf.c | 4 ++- tools/perf/util/symbol-minimal.c | 4 ++- tools/scripts/syscall.tbl | 1 + 35 files changed, 170 insertions(+), 28 deletions(-) create mode 100644 tools/build/feature/test-libopenssl.c