-
- Downloads
Merge tag 'perf-tools-fixes-for-v6.7-1-2023-11-29' of...
Merge tag 'perf-tools-fixes-for-v6.7-1-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools Pull perf tools fixes from Namhyung Kim: "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" * tag 'perf-tools-fixes-for-v6.7-1-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools: tools: Disable __packed attribute compiler warning due to -Werror=attributes perf build: Ensure sysreg-defs Makefile respects output dir tools perf: Add arm64 sysreg files to MANIFEST tools/perf: Update tools's copy of mips syscall table tools/perf: Update tools's copy of s390 syscall table tools/perf: Update tools's copy of powerpc syscall table tools/perf: Update tools's copy of x86 syscall table tools headers: Update tools's copy of s390/asm headers tools headers: Update tools's copy of arm64/asm headers tools headers: Update tools's copy of x86/asm headers tools headers: Update tools's copy of socket.h header tools headers UAPI: Update tools's copy of unistd.h header tools headers UAPI: Update tools's copy of vhost.h header tools headers UAPI: Update tools's copy of mount.h header tools headers UAPI: Update tools's copy of kvm.h header tools headers UAPI: Update tools's copy of fscrypt.h header tools headers UAPI: Update tools's copy of drm headers perf lock contention: Fix a build error on 32-bit perf kwork: Fix a build error on 32-bit
Showing
- tools/arch/arm64/include/asm/cputype.h 4 additions, 1 deletiontools/arch/arm64/include/asm/cputype.h
- tools/arch/arm64/include/uapi/asm/kvm.h 32 additions, 0 deletionstools/arch/arm64/include/uapi/asm/kvm.h
- tools/arch/arm64/include/uapi/asm/perf_regs.h 6 additions, 4 deletionstools/arch/arm64/include/uapi/asm/perf_regs.h
- tools/arch/arm64/tools/Makefile 1 addition, 1 deletiontools/arch/arm64/tools/Makefile
- tools/arch/s390/include/uapi/asm/kvm.h 16 additions, 0 deletionstools/arch/s390/include/uapi/asm/kvm.h
- tools/arch/x86/include/asm/cpufeatures.h 15 additions, 1 deletiontools/arch/x86/include/asm/cpufeatures.h
- tools/arch/x86/include/asm/disabled-features.h 14 additions, 2 deletionstools/arch/x86/include/asm/disabled-features.h
- tools/arch/x86/include/asm/msr-index.h 19 additions, 4 deletionstools/arch/x86/include/asm/msr-index.h
- tools/arch/x86/include/uapi/asm/prctl.h 12 additions, 0 deletionstools/arch/x86/include/uapi/asm/prctl.h
- tools/include/asm-generic/unaligned.h 1 addition, 0 deletionstools/include/asm-generic/unaligned.h
- tools/include/uapi/asm-generic/unistd.h 9 additions, 3 deletionstools/include/uapi/asm-generic/unistd.h
- tools/include/uapi/drm/drm.h 20 additions, 0 deletionstools/include/uapi/drm/drm.h
- tools/include/uapi/drm/i915_drm.h 4 additions, 4 deletionstools/include/uapi/drm/i915_drm.h
- tools/include/uapi/linux/fscrypt.h 2 additions, 1 deletiontools/include/uapi/linux/fscrypt.h
- tools/include/uapi/linux/kvm.h 21 additions, 3 deletionstools/include/uapi/linux/kvm.h
- tools/include/uapi/linux/mount.h 2 additions, 1 deletiontools/include/uapi/linux/mount.h
- tools/include/uapi/linux/vhost.h 8 additions, 0 deletionstools/include/uapi/linux/vhost.h
- tools/perf/MANIFEST 2 additions, 0 deletionstools/perf/MANIFEST
- tools/perf/Makefile.perf 15 additions, 9 deletionstools/perf/Makefile.perf
- tools/perf/arch/mips/entry/syscalls/syscall_n64.tbl 4 additions, 0 deletionstools/perf/arch/mips/entry/syscalls/syscall_n64.tbl
Loading
Please register or sign in to comment