[GIT PULL] perf-tools fixes for v6.11-rc4
From: Namhyung Kim
Date: Thu Aug 15 2024 - 19:03:29 EST
Hi Linus,
Please consider pulling the following changes in perf tools for v6.11.
Thanks,
Namhyung
The following changes since commit de9c2c66ad8e787abec7c9d7eff4f8c3cdd28aed:
Linux 6.11-rc2 (2024-08-04 13:50:53 -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.11-2024-08-15
for you to fetch changes up to 4bbe6002931954bbe82b25f25990b987b0392e18:
perf daemon: Fix the build on 32-bit architectures (2024-08-09 19:36:20 -0700)
----------------------------------------------------------------
perf tools fixes for v6.11
The usual header file sync-ups and one more build fix.
* Add README file to explain why we copy the headers
* Sync UAPI and other header files with kernel source
* Fix build on MIPS 32-bit
Signed-off-by: Namhyung Kim <namhyung@xxxxxxxxxx>
----------------------------------------------------------------
Arnaldo Carvalho de Melo (1):
perf daemon: Fix the build on 32-bit architectures
Namhyung Kim (10):
perf tools: Add tools/include/uapi/README
tools/include: Sync uapi/drm/i915_drm.h with the kernel sources
tools/include: Sync uapi/linux/kvm.h with the kernel sources
tools/include: Sync uapi/linux/perf.h with the kernel sources
tools/include: Sync uapi/sound/asound.h with the kernel sources
tools/include: Sync uapi/asm-generic/unistd.h with the kernel sources
tools/include: Sync network socket headers with the kernel sources
tools/include: Sync filesystem headers with the kernel sources
tools/include: Sync x86 headers with the kernel sources
tools/include: Sync arm64 headers with the kernel sources
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