* [GIT PULL] perf tools fixes for v6.7: 1st batch
@ 2023-11-29 19:21 Namhyung Kim
2023-12-01 1:24 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Namhyung Kim @ 2023-11-29 19:21 UTC (permalink / raw)
To: Linus Torvalds
Cc: Arnaldo Carvalho de Melo, Jiri Olsa, Ian Rogers, Adrian Hunter,
Peter Zijlstra, Ingo Molnar, LKML, linux-perf-users
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@kernel.org>
----------------------------------------------------------------
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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] perf tools fixes for v6.7: 1st batch
2023-11-29 19:21 [GIT PULL] perf tools fixes for v6.7: 1st batch Namhyung Kim
@ 2023-12-01 1:24 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-12-01 1:24 UTC (permalink / raw)
To: Namhyung Kim
Cc: Linus Torvalds, Arnaldo Carvalho de Melo, Jiri Olsa, Ian Rogers,
Adrian Hunter, Peter Zijlstra, Ingo Molnar, LKML,
linux-perf-users
The pull request you sent on Wed, 29 Nov 2023 11:21:58 -0800:
> git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools.git tags/perf-tools-fixes-for-v6.7-1-2023-11-29
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2594faafeee2f4406ff82790604e4e3f55037d60
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-12-01 1:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-29 19:21 [GIT PULL] perf tools fixes for v6.7: 1st batch Namhyung Kim
2023-12-01 1:24 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).