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: <20260102220113.3067493-1-namhyung@kernel.org>
Date: Fri,  2 Jan 2026 14:01:13 -0800
From: Namhyung Kim <namhyung@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Arnaldo Carvalho de Melo <acme@...nel.org>,
	Ian Rogers <irogers@...gle.com>,
	James Clark <james.clark@...aro.org>,
	Peter Zijlstra <peterz@...radead.org>,
	Ingo Molnar <mingo@...nel.org>,
	LKML <linux-kernel@...r.kernel.org>,
	linux-perf-users@...r.kernel.org
Subject: [GIT PULL] perf-tools fixes for v6.19-rc4

Hi Linus,

Please consider pulling the following changes in perf tools for v6.19.
You should be able to find my GPG key from the server now.

Thanks,
Namhyung


The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:

  Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)

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.19-2026-01-02

for you to fetch changes up to fe072f651083c612278de82ce08bccdfecf574b3:

  tools build: Fix the common set of features test wrt libopenssl (2025-12-27 20:26:44 -0800)

----------------------------------------------------------------
perf-tools fixes and updates for v6.19

A number of small updates:

 - skip building BPF skeletons if libopenssl is missing
 - a couple of test updates
 - handle error cases of filename__read_build_id()
 - support NVIDIA Olympus for ARM SPE profiling
 - update tool headers to sync with the kernel

Signed-off-by: Namhyung Kim <namhyung@...nel.org>

----------------------------------------------------------------
Arnaldo Carvalho de Melo (1):
      tools build: Fix the common set of features test wrt libopenssl

Besar Wicaksono (2):
      tools headers arm64: Add NVIDIA Olympus part
      perf arm-spe: Add NVIDIA Olympus to neoverse list

Ian Rogers (3):
      perf symbol: Fix ENOENT case for filename__read_build_id
      perf tests kvm: Avoid leaving perf.data.guest file around
      perf tests top: Make the test exclusive

Namhyung Kim (13):
      tools/build: Add a feature test for libopenssl
      perf tools: Disable BPF skeleton if no libopenssl found
      tools headers: Sync UAPI drm/drm.h with kernel sources
      tools headers: Sync UAPI KVM headers with kernel sources
      tools headers: Sync UAPI linux/fcntl.h with kernel sources
      tools headers: Sync UAPI linux/fs.h with kernel sources
      tools headers: Sync UAPI linux/mount.h with kernel sources
      tools headers: Sync UAPI sound/asound.h with kernel sources
      tools headers: Sync x86 headers with kernel sources
      tools headers: Sync arm64 headers with kernel sources
      tools headers: Sync linux/gfp_types.h with kernel sources
      tools headers: Sync linux/socket.h with kernel sources
      tools headers: Sync syscall table with kernel sources

 tools/arch/arm64/include/asm/cputype.h             |  8 +++---
 tools/arch/x86/include/asm/cpufeatures.h           | 11 ++++++++
 tools/arch/x86/include/asm/msr-index.h             | 30 ++++++++++++++++++++++
 tools/arch/x86/include/uapi/asm/kvm.h              |  1 +
 tools/build/Makefile.feature                       |  6 +++--
 tools/build/feature/Makefile                       | 10 +++++---
 tools/build/feature/test-all.c                     |  5 ++++
 tools/build/feature/test-libopenssl.c              |  7 +++++
 tools/include/linux/gfp_types.h                    |  6 -----
 tools/include/uapi/asm-generic/unistd.h            |  4 ++-
 tools/include/uapi/drm/drm.h                       | 15 +++++++++++
 tools/include/uapi/linux/kvm.h                     | 11 ++++++++
 tools/perf/Makefile.config                         |  8 ++++++
 tools/perf/arch/arm/entry/syscalls/syscall.tbl     |  1 +
 .../perf/arch/mips/entry/syscalls/syscall_n64.tbl  |  1 +
 tools/perf/arch/powerpc/entry/syscalls/syscall.tbl |  1 +
 tools/perf/arch/s390/entry/syscalls/syscall.tbl    |  1 +
 tools/perf/arch/sh/entry/syscalls/syscall.tbl      |  1 +
 tools/perf/arch/sparc/entry/syscalls/syscall.tbl   |  1 +
 tools/perf/arch/x86/entry/syscalls/syscall_32.tbl  |  1 +
 tools/perf/arch/x86/entry/syscalls/syscall_64.tbl  |  1 +
 tools/perf/arch/xtensa/entry/syscalls/syscall.tbl  |  1 +
 tools/perf/builtin-buildid-cache.c                 |  6 +++--
 tools/perf/tests/shell/kvm.sh                      |  2 +-
 tools/perf/tests/shell/top.sh                      |  2 +-
 tools/perf/trace/beauty/include/linux/socket.h     | 24 ++++++++++++++---
 tools/perf/trace/beauty/include/uapi/linux/fcntl.h | 12 +++++++++
 tools/perf/trace/beauty/include/uapi/linux/fs.h    |  3 ++-
 tools/perf/trace/beauty/include/uapi/linux/mount.h |  2 +-
 .../perf/trace/beauty/include/uapi/sound/asound.h  |  2 +-
 tools/perf/util/arm-spe.c                          |  1 +
 tools/perf/util/libbfd.c                           |  4 ++-
 tools/perf/util/symbol-elf.c                       |  4 ++-
 tools/perf/util/symbol-minimal.c                   |  4 ++-
 tools/scripts/syscall.tbl                          |  1 +
 35 files changed, 170 insertions(+), 28 deletions(-)
 create mode 100644 tools/build/feature/test-libopenssl.c

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ