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: Mon, 13 May 2024 08:18:45 +0200
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@...hat.com>,
	Jiri Olsa <jolsa@...hat.com>,
	Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
	Mark Rutland <mark.rutland@....com>,
	Namhyung Kim <namhyung@...nel.org>,
	linux-perf-users@...r.kernel.org
Subject: [GIT PULL] Performance events changes for v6.10

Linus,

Please pull the latest perf/core Git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf-core-2024-05-13

   # HEAD: 854dd99b5ddc9d90e31e5f112462a5994dd31810 perf/bpf: Mark perf_event_set_bpf_handler() and perf_event_free_bpf_handler() as inline too

Perf events changes for v6.10:

 - Combine perf and BPF for fast evalution of HW breakpoint
   conditions.

 - Add LBR capture support outside of hardware events

 - Trigger IO signals for watermark_wakeup

 - Add RAPL support for Intel Arrow Lake and Lunar Lake

 - Optimize frequency-throttling

 - Miscellaneous cleanups & fixes.

 Thanks,

	Ingo

------------------>
Andrii Nakryiko (4):
      perf/x86/amd: Ensure amd_pmu_core_disable_all() is always inlined
      perf/x86/amd: Avoid taking branches before disabling LBR
      perf/x86/amd: Support capturing LBR from software events
      perf/x86/amd: Don't reject non-sampling events with configured LBR

Erick Archer (1):
      perf/x86/rapl: Prefer struct_size() over open coded arithmetic

Ingo Molnar (2):
      perf/bpf: Change the !CONFIG_BPF_SYSCALL stubs to static inlines
      perf/bpf: Mark perf_event_set_bpf_handler() and perf_event_free_bpf_handler() as inline too

Kyle Huey (10):
      perf/bpf: Reorder bpf_overflow_handler() ahead of __perf_event_overflow()
      perf/bpf: Create bpf_overflow_handler() stub for !CONFIG_BPF_SYSCALL
      perf/bpf: Remove #ifdef CONFIG_BPF_SYSCALL from struct perf_event members
      perf/bpf: Call BPF handler directly, not through overflow machinery
      perf/bpf: Remove unneeded uses_default_overflow_handler()
      perf/bpf: Allow a BPF program to suppress all sample side effects
      selftest/bpf: Test a perf BPF program that suppresses side effects
      perf: Move perf_event_fasync() to perf_event.h
      perf/ring_buffer: Trigger IO signals for watermark_wakeup
      selftests/perf_events: Test FASYNC with watermark wakeups

Namhyung Kim (2):
      perf/core: Optimize perf_adjust_freq_unthr_context()
      perf/core: Reduce PMU access to adjust sample freq

Zhang Rui (2):
      perf/x86/rapl: Add support for Intel Arrow Lake
      perf/x86/rapl: Add support for Intel Lunar Lake


 arch/arm/kernel/hw_breakpoint.c                    |   8 +-
 arch/arm64/kernel/hw_breakpoint.c                  |   4 +-
 arch/x86/events/amd/core.c                         |  37 ++-
 arch/x86/events/amd/lbr.c                          |  13 +-
 arch/x86/events/perf_event.h                       |  13 +
 arch/x86/events/rapl.c                             |   7 +-
 include/linux/perf_event.h                         |  37 ++-
 kernel/events/core.c                               | 273 +++++++++++----------
 kernel/events/ring_buffer.c                        |   4 +
 tools/testing/selftests/bpf/prog_tests/perf_skip.c | 137 +++++++++++
 tools/testing/selftests/bpf/progs/test_perf_skip.c |  15 ++
 tools/testing/selftests/perf_events/.gitignore     |   1 +
 tools/testing/selftests/perf_events/Makefile       |   2 +-
 .../selftests/perf_events/watermark_signal.c       | 146 +++++++++++
 14 files changed, 525 insertions(+), 172 deletions(-)
 create mode 100644 tools/testing/selftests/bpf/prog_tests/perf_skip.c
 create mode 100644 tools/testing/selftests/bpf/progs/test_perf_skip.c
 create mode 100644 tools/testing/selftests/perf_events/watermark_signal.c

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ