lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250825215904.2594216-1-namhyung@kernel.org>
Date: Mon, 25 Aug 2025 14:58:52 -0700
From: Namhyung Kim <namhyung@...nel.org>
To: Arnaldo Carvalho de Melo <acme@...nel.org>
Cc: Ian Rogers <irogers@...gle.com>,
	Jiri Olsa <jolsa@...nel.org>,
	Adrian Hunter <adrian.hunter@...el.com>,
	Peter Zijlstra <peterz@...radead.org>,
	Ingo Molnar <mingo@...nel.org>,
	LKML <linux-kernel@...r.kernel.org>,
	linux-perf-users@...r.kernel.org
Subject: [PATCH 00/11] perf tools: Sync kernel and tools headers for v6.17

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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ