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: <20251116192901.272457-1-acme@kernel.org>
Date: Sun, 16 Nov 2025 16:29:01 -0300
From: Arnaldo Carvalho de Melo <acme@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Ingo Molnar <mingo@...nel.org>,
	Thomas Gleixner <tglx@...utronix.de>,
	Jiri Olsa <jolsa@...nel.org>,
	Namhyung Kim <namhyung@...nel.org>,
	Ian Rogers <irogers@...gle.com>,
	Adrian Hunter <adrian.hunter@...el.com>,
	James Clark <james.clark@...aro.org>,
	Clark Williams <williams@...hat.com>,
	linux-kernel@...r.kernel.org,
	linux-perf-users@...r.kernel.org,
	Arnaldo Carvalho de Melo <acme@...nel.org>,
	Guilherme Amadio <amadio@...too.org>,
	Ravi Bangoria <ravi.bangoria@....com>,
	Thomas Falcon <thomas.falcon@...el.com>,
	Tycho Andersen <tycho@...nel.org>,
	Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: [GIT PULL] perf tools fixes for v6.18: 2nd batch

Hi Linus,

	Please consider pulling,

Best regards,

- Arnaldo

The following changes since commit 9b9e43704d2b05514aeeaea36311addba2c72408:

  Merge tag 'slab-for-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab (2025-11-13 11:42:44 -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.18-2-2025-11-16

for you to fetch changes up to b72b8132d8fd2d6bf5b420a03d4fc553980c3a92:

  perf libbfd: Ensure libbfd is initialized prior to use (2025-11-13 17:55:19 -0300)

----------------------------------------------------------------
perf tools fixes for v6.18: 2nd batch

- Fix writing bpf_prog (infos|btfs)_cnt to data file, to not generate
  invalid perf.data files in some corner cases.

- Fix 'perf top' segfault by ensuring libbfd is initialized. This is an
  opt-in feature due to license incompatibilities.

- Fix segfault in 'perf lock' due to missing kernel map.

- Fix 'perf lock contention' test.

- Don't fail fast path detection if binutils-devel isn't available.

- Sync KVM's vmx.h with the kernel to pick SEAMCALL exit reason.

Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>

----------------------------------------------------------------
Arnaldo Carvalho de Melo (2):
      perf build: Don't fail fast path feature detection when binutils-devel is not available
      tools headers UAPI: Sync KVM's vmx.h with the kernel to pick SEAMCALL exit reason

Ian Rogers (1):
      perf libbfd: Ensure libbfd is initialized prior to use

Ravi Bangoria (2):
      perf lock: Fix segfault due to missing kernel map
      perf test: Fix lock contention test

Thomas Falcon (1):
      perf header: Write bpf_prog (infos|btfs)_cnt to data file

 tools/arch/x86/include/uapi/asm/vmx.h     |  1 +
 tools/build/feature/Makefile              |  4 ++--
 tools/perf/Makefile.config                |  5 ++--
 tools/perf/builtin-lock.c                 |  2 ++
 tools/perf/tests/shell/lock_contention.sh | 14 ++++++++----
 tools/perf/util/header.c                  | 10 ++------
 tools/perf/util/libbfd.c                  | 38 +++++++++++++++++++++++++++++++
 tools/perf/util/mutex.c                   | 14 ++++++++----
 tools/perf/util/mutex.h                   |  2 ++
 9 files changed, 68 insertions(+), 22 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ