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: <Z8ILr7mcMg6x46nA@gmail.com>
Date: Fri, 28 Feb 2025 20:17:03 +0100
From: Ingo Molnar <mingo@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Peter Zijlstra <peterz@...radead.org>,
	Arnaldo Carvalho de Melo <acme@...nel.org>,
	Jiri Olsa <jolsa@...nel.org>,
	Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
	Mark Rutland <mark.rutland@....com>,
	Namhyung Kim <namhyung@...nel.org>,
	Andrew Morton <akpm@...ux-foundation.org>,
	Kan Liang <kan.liang@...ux.intel.com>
Subject: [GIT PULL] perf events fixes

Linus,

Please pull the latest perf/urgent Git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf-urgent-2025-02-28

   # HEAD: f8c857238a392f21d5726d07966f6061007c8d4f uprobes: Remove too strict lockdep_assert() condition in hprobe_expire()

Miscellaneous perf events fixes and a minor HW enablement change:

 - Fix missing RCU protection in perf_iterate_ctx()

 - Fix pmu_ctx_list ordering bug

 - Reject the zero page in uprobes

 - Fix a family of bugs related to low frequency sampling

 - Add Intel Arrow Lake U CPUs to the generic Arrow Lake
   RAPL support table

 - Fix a lockdep-assert false positive in uretprobes

 Thanks,

	Ingo

------------------>
Aaron Ma (1):
      perf/x86/rapl: Add support for Intel Arrow Lake U

Andrii Nakryiko (1):
      uprobes: Remove too strict lockdep_assert() condition in hprobe_expire()

Breno Leitao (1):
      perf/core: Add RCU read lock protection to perf_iterate_ctx()

Kan Liang (3):
      perf/x86: Fix low freqency setting issue
      perf/core: Fix low freq setting via IOC_PERIOD
      perf/x86/intel: Use better start period for frequency mode

Luo Gengkun (1):
      perf/core: Order the PMU list to fix warning about unordered pmu_ctx_list

Tong Tiangen (1):
      uprobes: Reject the shared zeropage in uprobe_write_opcode()


 arch/x86/events/core.c       |  2 +-
 arch/x86/events/intel/core.c | 85 ++++++++++++++++++++++++++++++++++++++++++++
 arch/x86/events/rapl.c       |  1 +
 kernel/events/core.c         | 31 ++++++++++------
 kernel/events/uprobes.c      | 15 ++++++--
 5 files changed, 119 insertions(+), 15 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ