This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e724918b3786 Merge tag 'hardening-v6.11-rc4' of git://git.kernel.org/pu [...] new fbc05142ccdd perf tools: Add tools/include/uapi/README new aef21f6b6a4a tools/include: Sync uapi/drm/i915_drm.h with the kernel sources new a625df3995c3 tools/include: Sync uapi/linux/kvm.h with the kernel sources new 8ec9497d3ef3 tools/include: Sync uapi/linux/perf.h with the kernel sources new b97350067626 tools/include: Sync uapi/sound/asound.h with the kernel sources new 568901e709d7 tools/include: Sync uapi/asm-generic/unistd.h with the ker [...] new ed86525f1f4b tools/include: Sync network socket headers with the kernel [...] new 845295f4004c tools/include: Sync filesystem headers with the kernel sources new f6d9883f8e68 tools/include: Sync x86 headers with the kernel sources new d5b854893d27 tools/include: Sync arm64 headers with the kernel sources new 4bbe60029319 perf daemon: Fix the build on 32-bit architectures new d7a5aa4b3c00 Merge tag 'perf-tools-fixes-for-v6.11-2024-08-15' of git:/ [...]
The 12 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 | 10 + tools/arch/powerpc/include/uapi/asm/kvm.h | 3 + tools/arch/x86/include/asm/cpufeatures.h | 803 +++++++++++---------- tools/arch/x86/include/asm/msr-index.h | 11 + tools/arch/x86/include/uapi/asm/kvm.h | 49 ++ tools/arch/x86/include/uapi/asm/svm.h | 1 + tools/include/uapi/README | 73 ++ tools/include/uapi/asm-generic/unistd.h | 2 +- tools/include/uapi/drm/i915_drm.h | 27 + tools/include/uapi/linux/in.h | 2 + tools/include/uapi/linux/kvm.h | 17 +- tools/include/uapi/linux/perf_event.h | 6 +- tools/include/uapi/linux/stat.h | 12 +- tools/perf/arch/powerpc/entry/syscalls/syscall.tbl | 6 +- tools/perf/arch/s390/entry/syscalls/syscall.tbl | 2 +- tools/perf/arch/x86/entry/syscalls/syscall_64.tbl | 8 +- tools/perf/builtin-daemon.c | 9 +- tools/perf/trace/beauty/include/linux/socket.h | 5 +- tools/perf/trace/beauty/include/uapi/linux/fs.h | 163 ++++- tools/perf/trace/beauty/include/uapi/linux/mount.h | 10 +- tools/perf/trace/beauty/include/uapi/linux/stat.h | 12 +- .../perf/trace/beauty/include/uapi/sound/asound.h | 9 +- 22 files changed, 814 insertions(+), 426 deletions(-) create mode 100644 tools/include/uapi/README