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: <20251106203353.919035-1-acme@kernel.org>
Date: Thu,  6 Nov 2025 17:33:53 -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>,
	Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: [GIT PULL] perf tools fixes for v6.18

Hi Linus,

	Please consider pulling,

Best regards,

- Arnaldo

The following changes since commit ba36dd5ee6fd4643ebbf6ee6eefcecf0b07e35c7:

  Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf (2025-10-31 18:22:26 -0700)

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-1-2025-11-06

for you to fetch changes up to 7f17ef0d47b9aa01b89a92b2514fbfe800d8aeca:

  perf symbols: Handle '1' symbols in /proc/kallsyms (2025-11-03 14:54:31 -0300)

----------------------------------------------------------------
perf tools fixes for v6.18:

- Add James Clark as a perf tools reviewer.

- Handle '1' type symbols in /proc/kallsyms, related to anonymous Rust closures
  in the DRM panic QR encoder, caught by 'perf test'.

- Sync kernel header copies: MSRs, uprobe syscall, DRM_IOCTL_GEM_CHANGE_HANDLE,
  KVM exit reasons, etc.

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

----------------------------------------------------------------
Arnaldo Carvalho de Melo (14):
      tools arch x86: Sync msr-index.h to pick AMD64_{PERF_CNTR_GLOBAL_STATUS_SET,SAVIC_CONTROL}, IA32_L3_QOS_{ABMC,EXT}_CFG
      tools headers uapi: Update fs.h with the kernel sources
      tools headers: Sync uapi/linux/prctl.h with the kernel source
      tools headers: Sync uapi/linux/fcntl.h with the kernel sources
      tools headers x86: Sync table due to introducion of uprobe syscall
      tools headers x86 cpufeatures: Sync with the kernel sources
      tools headers UAPI: Update tools's copy of drm.h to pick DRM_IOCTL_GEM_CHANGE_HANDLE
      tools headers UAPI: Sync linux/kvm.h with the kernel sources
      MAINTAINERS: Add James Clark as a perf tools reviewer
      tools headers UAPI: Sync x86's asm/kvm.h with the kernel sources
      tools headers svm: Sync svm headers with the kernel sources
      tools headers UAPI: Sync KVM's vmx.h header with the kernel sources to handle new exit reasons
      tools headers asm: Sync fls headers header with the kernel sources
      perf symbols: Handle '1' symbols in /proc/kallsyms

 MAINTAINERS                                        |  1 +
 tools/arch/x86/include/asm/cpufeatures.h           |  5 ++
 tools/arch/x86/include/asm/msr-index.h             | 20 ++++++-
 tools/arch/x86/include/uapi/asm/kvm.h              | 34 ++++++++++++
 tools/arch/x86/include/uapi/asm/svm.h              |  4 ++
 tools/arch/x86/include/uapi/asm/vmx.h              |  6 ++-
 tools/include/asm-generic/bitops/__fls.h           |  2 +-
 tools/include/asm-generic/bitops/fls.h             |  2 +-
 tools/include/asm-generic/bitops/fls64.h           |  4 +-
 tools/include/uapi/drm/drm.h                       | 63 +++++++++++++++++-----
 tools/include/uapi/linux/kvm.h                     |  3 ++
 tools/perf/arch/x86/entry/syscalls/syscall_64.tbl  |  1 +
 tools/perf/trace/beauty/include/uapi/linux/fcntl.h |  1 +
 tools/perf/trace/beauty/include/uapi/linux/fs.h    |  5 +-
 tools/perf/trace/beauty/include/uapi/linux/prctl.h | 10 ++++
 tools/perf/util/symbol.c                           |  6 ++-
 16 files changed, 147 insertions(+), 20 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ