linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Namhyung Kim <namhyung@kernel.org>
To: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: Ian Rogers <irogers@google.com>, Jiri Olsa <jolsa@kernel.org>,
	Adrian Hunter <adrian.hunter@intel.com>,
	Peter Zijlstra <peterz@infradead.org>,
	Ingo Molnar <mingo@kernel.org>,
	LKML <linux-kernel@vger.kernel.org>,
	linux-perf-users@vger.kernel.org
Subject: [PATCH 00/11] perf tools: Sync kernel and tools headers for v6.17
Date: Mon, 25 Aug 2025 14:58:52 -0700	[thread overview]
Message-ID: <20250825215904.2594216-1-namhyung@kernel.org> (raw)

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


             reply	other threads:[~2025-08-25 21:59 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-25 21:58 Namhyung Kim [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250825215904.2594216-1-namhyung@kernel.org \
    --to=namhyung@kernel.org \
    --cc=acme@kernel.org \
    --cc=adrian.hunter@intel.com \
    --cc=irogers@google.com \
    --cc=jolsa@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-perf-users@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=peterz@infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).