Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-05-25 01:52:24 to 2026-05-27 15:42:59 UTC [more...]

[PATCH v2 0/2] complete perf_allow_* trio and use in drm/xe
 2026-05-27 15:42 UTC  (9+ messages)
` [PATCH v2 1/2] perf/core: out-of-line and export perf_allow_cpu/tracepoint()
` [PATCH v2 2/2] drm/xe: gate observation streams with perf_allow_cpu()

[PATCH v7 0/2] perf: marvell: Add CN20K DDR PMU support
 2026-05-27 15:41 UTC  (3+ messages)
` [PATCH v7 1/2] dt-bindings: perf: marvell: Add CN20K DDR PMU binding
` [PATCH v7 2/2] perf: marvell: Add CN20K DDR PMU support

[PATCH 0/8] riscv: Add reliable stack unwinding for livepatch
 2026-05-27 15:30 UTC  (10+ messages)
` [PATCH 1/8] scripts/sorttable: Handle RISC-V patchable ftrace entries
` [PATCH 2/8] riscv: stacktrace: Add frame record metadata
` [PATCH 3/8] riscv: stacktrace: disable KASAN instrumentation for stacktrace.o
` [PATCH 4/8] riscv: ftrace: always preserve s0 in dynamic ftrace register frame
` [PATCH 5/8] riscv: stacktrace: introduce stack-bound tracking helpers
` [PATCH 6/8] riscv: stacktrace: switch to frame-pointer based unwinder
` [PATCH 7/8] riscv: Kconfig: enable HAVE_RELIABLE_STACKTRACE and HAVE_LIVEPATCH
` [PATCH 8/8] selftests/livepatch: Add RISC-V syscall wrapper prefix

[PATCH V2 0/7] perf/x86/intel/uncore: Bug fixes and cleanups
 2026-05-27 15:14 UTC 

[PATCH V2 1/7] perf/x86/intel/uncore: Fix discovery unit lookup for multi-die systems
 2026-05-27 15:11 UTC  (7+ messages)
` [PATCH V2 2/7] perf/x86/intel/uncore: Guard against invalid box control address
` [PATCH V2 3/7] perf/x86/intel/uncore: Fix PCI device refcount leak in UPI discovery
` [PATCH V2 4/7] perf/x86/intel/uncore: Defer ADL global PMON enable to enable_box()
` [PATCH V2 5/7] perf/x86/intel/uncore: Move die_to_cpu() to uncore.c
` [PATCH V2 6/7] perf/x86/intel/uncore: Fix uncore_die_to_cpu() for offline dies
` [PATCH V2 7/7] perf/x86/intel/uncore: Implement global init callback for GNR uncore

[PATCH v4 0/4] arm64: Add BRBE support for bpf_get_branch_snapshot()
 2026-05-27 14:09 UTC  (8+ messages)
` [PATCH v4 1/4] perf/core: Fix sched_task callbacks for CPU-wide branch stack events
` [PATCH v4 2/4] perf: Use a union to clear branch entry bitfields
` [PATCH v4 3/4] perf/arm64: Add BRBE support for bpf_get_branch_snapshot()
` [PATCH v4 4/4] selftests/bpf: Adjust wasted entries threshold for ARM64 BRBE

[PATCH v3] perf bench: add --write-size option to sched pipe
 2026-05-27 14:07 UTC  (2+ messages)

[PATCH v3] perf: Add is_mapping_symbol() helper for kernel mapping symbol filtering
 2026-05-27 11:15 UTC  (4+ messages)
` [PATCH v4 0/2] perf: Add is_ignored_kernel_symbol() for kernel "

[PATCH V5 1/2] powerpc tools perf: Initialize error code in auxtrace_record_init function
 2026-05-27 11:10 UTC  (3+ messages)

[PATCH v6 0/2] perf: marvell: Add CN20K DDR PMU support
 2026-05-27  9:20 UTC  (6+ messages)
` [PATCH v6 1/2] dt-bindings: perf: marvell: Extend CN10K DDR PMU binding for CN20K
    ` [EXTERNAL] "
` [PATCH v6 2/2] perf: marvell: Add CN20K DDR PMU support

[PATCH v2] perf bench: add --write-size option to sched pipe
 2026-05-27  9:03 UTC  (5+ messages)

[PATCH 0/3] AF_ALG: Remove support for AIO and old-style drivers
 2026-05-27  8:13 UTC  (6+ messages)
` [PATCH 1/3] net: Remove support for AIO on sockets

[PATCH v2] perf: Fix off-by-one stack buffer overflow in kallsyms__parse()
 2026-05-27  7:57 UTC  (3+ messages)
  ` [PATCH v3] "

[PATCH V2 0/7] perf/x86/intel/uncore: Bug fixes and cleanups
 2026-05-27  5:17 UTC  (2+ messages)

[PATCH 0/1] allow trace events to be accessed from any CPU
 2026-05-28  0:51 UTC  (3+ messages)
` [PATCH 1/1] perf/core: "

[PATCHES v4 00/29] perf: Harden perf.data parsing against crafted/corrupted files
 2026-05-27  1:06 UTC  (45+ messages)
` [PATCH 01/29] perf session: Add minimum event size and alignment validation
` [PATCH 02/29] perf session: Bounds-check one_mmap event pointer in peek_event
` [PATCH 03/29] perf tools: Fix event_contains() macro to verify full field extent
` [PATCH 04/29] perf zstd: Fix compression error path in zstd_compress_stream_to_records()
` [PATCH 05/29] perf zstd: Fix multi-iteration decompression and error handling
` [PATCH 06/29] perf session: Fix PERF_RECORD_READ swap and dump for variable-length events
` [PATCH 07/29] perf session: Fix swap_sample_id_all() crash on crafted events
` [PATCH 08/29] perf session: Add validated swap infrastructure with null-termination checks
` [PATCH 09/29] perf session: Use bounded copy for PERF_RECORD_TIME_CONV
` [PATCH 10/29] perf session: Validate HEADER_ATTR attr.size before swapping
` [PATCH 11/29] perf session: Validate nr fields against event size on both swap and common paths
` [PATCH 12/29] perf header: Byte-swap build ID event pid and bounds check section entries
` [PATCH 13/29] perf cpumap: Reject RANGE_CPUS with start_cpu > end_cpu
` [PATCH 14/29] perf auxtrace: Harden auxtrace_error event handling
` [PATCH 15/29] perf session: Add byte-swap and bounds check for PERF_RECORD_BPF_METADATA events
` [PATCH 16/29] perf header: Validate null-termination in PERF_RECORD_EVENT_UPDATE string fields
` [PATCH 17/29] perf tools: Bounds check perf_event_attr fields against attr.size before printing
` [PATCH 18/29] perf header: Propagate feature section processing errors
` [PATCH 19/29] perf header: Validate f_attr.ids section before use in perf_session__read_header()
` [PATCH 20/29] perf header: Validate feature section size and add read path bounds checking
` [PATCH 21/29] perf header: Sanity check HEADER_EVENT_DESC attr.size before swap
` [PATCH 22/29] perf header: Validate bitmap size before allocating in do_read_bitmap()
` [PATCH 23/29] perf session: Add byte-swap handler for PERF_RECORD_COMPRESSED2
` [PATCH 24/29] perf tools: Harden compressed event processing
` [PATCH 25/29] perf session: Check for decompression buffer size overflow
` [PATCH 26/29] perf session: Bound nr_cpus_avail and validate sample CPU
` [PATCH 27/29] perf kwork: Bounds check work->cpu before indexing cpus_runtime[]
` [PATCH 28/29] perf session: Snapshot event->header.size in process_user_event()
` [PATCH 29/29] perf test: Add truncated perf.data robustness test

[PATCH v1] perf clang-format: Prioritize Python.h and expand other categories
 2026-05-26 22:48 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v6 0/8] perf cs-etm: Support thread stack and callchain
 2026-05-26 20:56 UTC  (13+ messages)
` [PATCH v6 1/8] perf cs-etm: Decode ETE exception packets
` [PATCH v6 2/8] perf cs-etm: Refactor instruction size handling
` [PATCH v6 3/8] perf cs-etm: Use thread-stack for last branch entries
` [PATCH v6 4/8] perf cs-etm: Flush thread stacks after decoder reset
` [PATCH v6 5/8] perf cs-etm: Support call indentation
` [PATCH v6 6/8] perf cs-etm: Filter synthesized branch samples
` [PATCH v6 7/8] perf cs-etm: Synthesize callchains for instruction samples
` [PATCH v6 8/8] perf test: Add Arm CoreSight callchain test

[PATCH 1/1] perf build: Fix Python extension build with GCC 16 hardening
 2026-05-26 16:59 UTC  (7+ messages)

Summary of perf-tools-next changes and patches sent to linux-perf-users
 2026-05-26 16:20 UTC  (13+ messages)

[PATCH 0/1] perf util: fix out-of-bounds write in perf_exe()
 2026-05-26 15:05 UTC  (3+ messages)
` [PATCH 1/1] perf util: fix perf_exe() buffer write past end

[PATCH 0/2] perf cs-etm: Queue context packets for frontend
 2026-05-26 12:13 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] perf test cs-etm: Test thread attribution

[PATCH] perf cs-etm: stamp pid/tid/EL on each buffered packet to fix cross-pid attribution
 2026-05-26 11:18 UTC  (2+ messages)

[PATCH v9 06/23] perf python: Add missed explicit dependencies
 2026-05-26  3:28 UTC  (4+ messages)

[PATCH v8 00/58] perf: Reorganize scripting support
 2026-05-26  0:38 UTC  (17+ messages)
` [PATCH v9 00/23] perf python: Modernize and extend Python API (Phase 1)
  ` [PATCH v9 01/23] perf arch arm: Sort includes and add missed explicit dependencies
  ` [PATCH v9 02/23] perf arch x86: "
  ` [PATCH v9 03/23] perf tests: "
  ` [PATCH v9 04/23] perf script: "
  ` [PATCH v9 05/23] perf util: "
  ` [PATCH v9 07/23] perf evsel/evlist: Avoid unnecessary #includes

[RFC PATCH v1 00/14] perf stat: Decouple and modularize metrics/events output printing API
 2026-05-26  0:20 UTC  (24+ messages)
` [RFC PATCH v2 "
  ` [RFC PATCH v2 01/14] perf stat: Introduce core generic print traversal engine and header stubs
  ` [RFC PATCH v2 02/14] perf stat: Implement standard console (STD) formatting callbacks
  ` [RFC PATCH v2 03/14] perf stat: Extend STD output linter to test basic New API checks
  ` [RFC PATCH v2 04/14] perf stat: Extend STD output linter to test core aggregation checks
  ` [RFC PATCH v2 05/14] perf stat: Extend STD output linter to test advanced PMU checks
  ` [RFC PATCH v2 06/14] perf stat: Extend STD output linter to test metric-only checks
  ` [RFC PATCH v2 07/14] perf stat: Implement CSV formatting callbacks
  ` [RFC PATCH v2 08/14] perf stat: Extend CSV output linter to test core aggregation checks
  ` [RFC PATCH v2 09/14] perf stat: Extend CSV output linter to test advanced PMU and metric-only checks
  ` [RFC PATCH v2 10/14] perf stat: Implement streaming JSON formatting callbacks
  ` [RFC PATCH v2 11/14] perf stat: Extend JSON output linter to test core aggregation checks
  ` [RFC PATCH v2 12/14] perf stat: Extend JSON output linter to test advanced PMU and metric-only checks
  ` [RFC PATCH v2 13/14] perf stat: Add --new support to PMU metrics Python validator
  ` [RFC PATCH v2 14/14] perf stat: Extend PMU metrics value linter to validate --new outputs

[PATCH 1/3] perf trace: Include copied headers in the beauty directory
 2026-05-26  0:14 UTC  (5+ messages)

[PATCH v2 0/2] Fix cgroup metric association with BPF counters
 2026-05-25 22:46 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] perf test: Add stat metrics --for-each-cgroup test

[PATCH 29/29] perf test: Add truncated perf.data robustness test
 2026-05-25 15:41 UTC  (3+ messages)

[PATCH 22/29] perf header: Validate bitmap size before allocating in do_read_bitmap()
 2026-05-25 15:38 UTC  (3+ messages)

[PATCH v14 32/32] perf kwork: Fix memory management of kwork_work
 2026-05-25 13:51 UTC  (2+ messages)

[PATCH RESEND v2] perf/x86/intel/uncore: Use sysfs_emit() in uncore_event_show()
 2026-05-25  9:24 UTC 

[PATCH 18/29] perf header: Propagate feature section processing errors
 2026-05-25  3:01 UTC  (2+ messages)

[PATCH 19/29] perf header: Validate f_attr.ids section before use in perf_session__read_header()
 2026-05-25  2:39 UTC  (2+ messages)

[PATCH 28/29] perf session: Snapshot event->header.size in process_user_event()
 2026-05-25  2:39 UTC  (2+ messages)

[PATCH 24/29] perf tools: Harden compressed event processing
 2026-05-25  2:17 UTC  (2+ messages)

[PATCH 17/29] perf tools: Bounds check perf_event_attr fields against attr.size before printing
 2026-05-25  1:59 UTC  (2+ messages)

[PATCH 10/29] perf session: Validate HEADER_ATTR attr.size before swapping
 2026-05-25  1:56 UTC  (2+ messages)

[PATCH 15/29] perf session: Add byte-swap and bounds check for PERF_RECORD_BPF_METADATA events
 2026-05-25  1:54 UTC  (2+ messages)

[PATCH 04/29] perf zstd: Fix compression error path in zstd_compress_stream_to_records()
 2026-05-25  1:52 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox