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: <20250130214935.2148549-1-namhyung@kernel.org>
Date: Thu, 30 Jan 2025 13:49:35 -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>,
	Kan Liang <kan.liang@...ux.intel.com>,
	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.14

Hi Linus,

Please consider pulling the following changes in perf tools for v6.14.

Thanks,
Namhyung


The following changes since commit 91b7747dc70d64b5ec56ffe493310f207e7ffc99:

  perf test: Update event_groups test to use instructions (2025-01-18 10:32:57 -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.14-2025-01-30

for you to fetch changes up to 9fae5884bb0e3480dbb69314b82ed3d8f8482eef:

  perf cpumap: Fix die and cluster IDs (2025-01-28 10:03:26 -0800)

----------------------------------------------------------------
perf-tools fixes for 6.14

An early round of random fixes in perf tools for this cycle.

perf trace
----------
* Fix loading of BPF program on certain clang versions
* Fix out-of-bound access in syscalls with 6 arguments
* Skip syscall enum test if landlock syscall is not available

perf annotate
-------------
* Fix segfaults due to invalid access in disasm arrays

perf stat
---------
* Fix error handling in topology parsing

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

----------------------------------------------------------------
Howard Chu (2):
      perf trace: Fix BPF loading failure (-E2BIG)
      perf trace: Fix runtime error of index out of bounds

Ian Rogers (1):
      perf annotate: Use an array for the disassembler preference

James Clark (1):
      perf cpumap: Fix die and cluster IDs

Namhyung Kim (1):
      perf test: Skip syscall enum test if no landlock syscall

 tools/perf/builtin-trace.c                         |  6 +-
 tools/perf/tests/shell/trace_btf_enum.sh           |  8 ++-
 tools/perf/util/annotate.c                         | 76 ++++++++++++++++++--
 tools/perf/util/annotate.h                         | 15 ++--
 .../util/bpf_skel/augmented_raw_syscalls.bpf.c     | 11 ++-
 tools/perf/util/cpumap.c                           |  4 +-
 tools/perf/util/disasm.c                           | 83 ++++------------------
 7 files changed, 113 insertions(+), 90 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ