[GIT PULL] perf tools fixes for v6.7: 1st batch

From: Namhyung Kim
Date: Wed Nov 29 2023 - 14:22:12 EST


Hi Linus,

Please consider pulling the following fixes for the perf tools.

Thanks
Namhyung


The following changes since commit 98b1cc82c4affc16f5598d4fa14b1858671b2263:

Linux 6.7-rc2 (2023-11-19 15:02:14 -0800)

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.7-1-2023-11-29

for you to fetch changes up to 57686a72da08ae555d93148aa8756b16417a6aff:

tools: Disable __packed attribute compiler warning due to -Werror=attributes (2023-11-22 12:23:27 -0800)

----------------------------------------------------------------
perf tools fixes for v6.7: 1st batch

Assorted build fixes including:
- fix compile errors in printf() with u64 on 32-bit systesm
- sync kernel headers to the tool copies
- update arm64 sysreg generation for tarballs
- disable compile warnings on __packed attribute

Signed-off-by: Namhyung Kim <namhyung@xxxxxxxxxx>

----------------------------------------------------------------
Arnaldo Carvalho de Melo (1):
tools: Disable __packed attribute compiler warning due to -Werror=attributes

Namhyung Kim (14):
tools headers UAPI: Update tools's copy of drm headers
tools headers UAPI: Update tools's copy of fscrypt.h header
tools headers UAPI: Update tools's copy of kvm.h header
tools headers UAPI: Update tools's copy of mount.h header
tools headers UAPI: Update tools's copy of vhost.h header
tools headers UAPI: Update tools's copy of unistd.h header
tools headers: Update tools's copy of socket.h header
tools headers: Update tools's copy of x86/asm headers
tools headers: Update tools's copy of arm64/asm headers
tools headers: Update tools's copy of s390/asm headers
tools/perf: Update tools's copy of x86 syscall table
tools/perf: Update tools's copy of powerpc syscall table
tools/perf: Update tools's copy of s390 syscall table
tools/perf: Update tools's copy of mips syscall table

Oliver Upton (2):
tools perf: Add arm64 sysreg files to MANIFEST
perf build: Ensure sysreg-defs Makefile respects output dir

Yang Jihong (2):
perf kwork: Fix a build error on 32-bit
perf lock contention: Fix a build error on 32-bit

tools/arch/arm64/include/asm/cputype.h | 5 +++-
tools/arch/arm64/include/uapi/asm/kvm.h | 32 ++++++++++++++++++++++
tools/arch/arm64/include/uapi/asm/perf_regs.h | 10 ++++---
tools/arch/arm64/tools/Makefile | 2 +-
tools/arch/s390/include/uapi/asm/kvm.h | 16 +++++++++++
tools/arch/x86/include/asm/cpufeatures.h | 16 ++++++++++-
tools/arch/x86/include/asm/disabled-features.h | 16 +++++++++--
tools/arch/x86/include/asm/msr-index.h | 23 +++++++++++++---
tools/arch/x86/include/uapi/asm/prctl.h | 12 ++++++++
tools/include/asm-generic/unaligned.h | 1 +
tools/include/uapi/asm-generic/unistd.h | 12 ++++++--
tools/include/uapi/drm/drm.h | 20 ++++++++++++++
tools/include/uapi/drm/i915_drm.h | 8 +++---
tools/include/uapi/linux/fscrypt.h | 3 +-
tools/include/uapi/linux/kvm.h | 24 ++++++++++++++--
tools/include/uapi/linux/mount.h | 3 +-
tools/include/uapi/linux/vhost.h | 8 ++++++
tools/perf/MANIFEST | 2 ++
tools/perf/Makefile.perf | 24 ++++++++++------
.../perf/arch/mips/entry/syscalls/syscall_n64.tbl | 4 +++
tools/perf/arch/powerpc/entry/syscalls/syscall.tbl | 4 +++
tools/perf/arch/s390/entry/syscalls/syscall.tbl | 4 +++
tools/perf/arch/x86/entry/syscalls/syscall_64.tbl | 3 ++
tools/perf/builtin-kwork.c | 2 +-
tools/perf/trace/beauty/include/linux/socket.h | 1 +
tools/perf/util/Build | 2 +-
tools/perf/util/bpf_lock_contention.c | 3 +-
tools/testing/selftests/kvm/Makefile | 5 ++--
28 files changed, 226 insertions(+), 39 deletions(-)