linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] perf tools: Sync kernel and tools headers for v6.17
@ 2025-08-25 21:58 Namhyung Kim
  2025-08-25 21:58 ` [PATCH 01/11] tools headers: Sync KVM headers with the kernel source Namhyung Kim
                   ` (10 more replies)
  0 siblings, 11 replies; 17+ messages in thread
From: Namhyung Kim @ 2025-08-25 21:58 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo
  Cc: Ian Rogers, Jiri Olsa, Adrian Hunter, Peter Zijlstra, Ingo Molnar,
	LKML, linux-perf-users

Hello,

I'll carry these changes on the perf-tools tree to update perf tools to
understand new syscalls and parameters.  You can refer to README file in
the tools/include/uapi directory why it's needed.

Thanks,
Namhyung


Namhyung Kim (11):
  tools headers: Sync KVM headers with the kernel source
  tools headers: Sync linux/bits.h with the kernel source
  tools headers: Sync linux/cfi_types.h with the kernel source
  tools headers: Sync x86 headers with the kernel source
  tools headers: Sync arm64 headers with the kernel source
  tools headers: Sync powerpc headers with the kernel source
  tools headers: Sync syscall tables with the kernel source
  tools headers: Sync uapi/linux/fcntl.h with the kernel source
  tools headers: Sync uapi/linux/fs.h with the kernel source
  tools headers: Sync uapi/linux/prctl.h with the kernel source
  tools headers: Sync uapi/linux/vhost.h with the kernel source

 tools/arch/arm64/include/asm/cputype.h        | 28 ++++++
 tools/arch/powerpc/include/uapi/asm/kvm.h     | 13 ---
 tools/arch/x86/include/asm/cpufeatures.h      | 10 ++-
 tools/arch/x86/include/asm/msr-index.h        |  7 ++
 tools/arch/x86/include/uapi/asm/kvm.h         |  8 +-
 tools/include/linux/bits.h                    | 29 ++----
 tools/include/linux/cfi_types.h               | 23 +++++
 tools/include/uapi/asm-generic/unistd.h       |  8 +-
 tools/include/uapi/linux/kvm.h                | 27 ++++++
 .../perf/arch/arm/entry/syscalls/syscall.tbl  |  2 +
 .../arch/mips/entry/syscalls/syscall_n64.tbl  |  2 +
 .../arch/powerpc/entry/syscalls/syscall.tbl   |  2 +
 .../perf/arch/s390/entry/syscalls/syscall.tbl |  2 +
 tools/perf/arch/sh/entry/syscalls/syscall.tbl |  2 +
 .../arch/sparc/entry/syscalls/syscall.tbl     |  2 +
 .../arch/x86/entry/syscalls/syscall_32.tbl    |  2 +
 .../arch/x86/entry/syscalls/syscall_64.tbl    |  2 +
 .../arch/xtensa/entry/syscalls/syscall.tbl    |  2 +
 .../trace/beauty/include/uapi/linux/fcntl.h   | 18 ++++
 .../perf/trace/beauty/include/uapi/linux/fs.h | 88 +++++++++++++++++++
 .../trace/beauty/include/uapi/linux/prctl.h   |  9 +-
 .../trace/beauty/include/uapi/linux/vhost.h   | 35 ++++++++
 tools/scripts/syscall.tbl                     |  2 +
 23 files changed, 283 insertions(+), 40 deletions(-)

-- 
2.51.0.261.g7ce5a0a67e-goog


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2025-08-27 17:28 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-25 21:58 [PATCH 00/11] perf tools: Sync kernel and tools headers for v6.17 Namhyung Kim
2025-08-25 21:58 ` [PATCH 01/11] tools headers: Sync KVM headers with the kernel source Namhyung Kim
2025-08-25 21:58 ` [PATCH 02/11] tools headers: Sync linux/bits.h " Namhyung Kim
2025-08-27  1:29   ` Yury Norov
2025-08-25 21:58 ` [PATCH 03/11] tools headers: Sync linux/cfi_types.h " Namhyung Kim
2025-08-25 21:58 ` [PATCH 04/11] tools headers: Sync x86 headers " Namhyung Kim
2025-08-25 21:58 ` [PATCH 05/11] tools headers: Sync arm64 " Namhyung Kim
2025-08-27  8:12   ` Leo Yan
2025-08-27 17:28     ` Namhyung Kim
2025-08-25 21:58 ` [PATCH 06/11] tools headers: Sync powerpc " Namhyung Kim
2025-08-26  4:01   ` Madhavan Srinivasan
2025-08-25 21:58 ` [PATCH 07/11] tools headers: Sync syscall tables " Namhyung Kim
2025-08-25 21:59 ` [PATCH 08/11] tools headers: Sync uapi/linux/fcntl.h " Namhyung Kim
2025-08-25 21:59 ` [PATCH 09/11] tools headers: Sync uapi/linux/fs.h " Namhyung Kim
2025-08-25 21:59 ` [PATCH 10/11] tools headers: Sync uapi/linux/prctl.h " Namhyung Kim
2025-08-25 21:59 ` [PATCH 11/11] tools headers: Sync uapi/linux/vhost.h " Namhyung Kim
2025-08-26  7:38   ` Michael S. Tsirkin

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).