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]
Date: Fri, 19 Apr 2024 14:12:27 -0700
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.9

Hi Linus,

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

Thanks,
Namhyung


The following changes since commit fec50db7033ea478773b159e0e2efb135270e3b7:

  Linux 6.9-rc3 (2024-04-07 13:22:46 -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.9-2024-04-19

for you to fetch changes up to 1cebd7f74976455ccd89c1dfbcf00bca52d0a512:

  tools/include: Sync arm64 asm/cputype.h with the kernel sources (2024-04-11 10:38:29 -0700)

----------------------------------------------------------------
perf tools fixes for v6.9

A random set of small bug fixes:

 * Fix perf annotate TUI when used with data type profiling
 * Work around BPF verifier about sighand lock checking

And a set of kernel header synchronization.

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

----------------------------------------------------------------
Namhyung Kim (11):
      perf annotate: Make sure to call symbol__annotate2() in TUI
      perf lock contention: Add a missing NULL check
      tools/include: Sync uapi/drm/i915_drm.h with the kernel sources
      tools/include: Sync uapi/linux/fs.h with the kernel sources
      tools/include: Sync uapi/linux/kvm.h and asm/kvm.h with the kernel sources
      tools/include: Sync uapi/sound/asound.h with the kernel sources
      tools/include: Sync x86 CPU feature headers with the kernel sources
      tools/include: Sync x86 asm/irq_vectors.h with the kernel sources
      tools/include: Sync x86 asm/msr-index.h with the kernel sources
      tools/include: Sync asm-generic/bitops/fls.h with the kernel sources
      tools/include: Sync arm64 asm/cputype.h with the kernel sources

 tools/arch/arm64/include/asm/cputype.h         |   4 +
 tools/arch/arm64/include/uapi/asm/kvm.h        |  15 +-
 tools/arch/powerpc/include/uapi/asm/kvm.h      |  45 +-
 tools/arch/s390/include/uapi/asm/kvm.h         | 315 ++++++++++-
 tools/arch/x86/include/asm/cpufeatures.h       |  17 +-
 tools/arch/x86/include/asm/disabled-features.h |  11 +-
 tools/arch/x86/include/asm/irq_vectors.h       |   2 -
 tools/arch/x86/include/asm/msr-index.h         |  74 ++-
 tools/arch/x86/include/asm/required-features.h |   3 +-
 tools/arch/x86/include/uapi/asm/kvm.h          | 308 ++++++++++-
 tools/include/asm-generic/bitops/__fls.h       |   8 +-
 tools/include/asm-generic/bitops/fls.h         |   8 +-
 tools/include/uapi/drm/i915_drm.h              |  16 +
 tools/include/uapi/linux/fs.h                  |  30 +-
 tools/include/uapi/linux/kvm.h                 | 689 +------------------------
 tools/include/uapi/sound/asound.h              |   4 +-
 tools/perf/ui/browsers/annotate.c              |   2 +-
 tools/perf/util/annotate.c                     |   3 +
 tools/perf/util/bpf_skel/lock_contention.bpf.c |   5 +-
 19 files changed, 817 insertions(+), 742 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ