Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-05-24 04:08:34 to 2026-05-27 00:50:16 UTC [more...]

[PATCHES v4 00/29] perf: Harden perf.data parsing against crafted/corrupted files
 2026-05-27  0:50 UTC  (44+ 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 V2 0/7] perf/x86/intel/uncore: Bug fixes and cleanups
 2026-05-26 21:18 UTC 

[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 v2] perf bench: add --write-size option to sched pipe
 2026-05-26 17:55 UTC  (3+ messages)

[PATCH v6 0/2] perf: marvell: Add CN20K DDR PMU support
 2026-05-26 17:22 UTC  (4+ messages)
` [PATCH v6 1/2] dt-bindings: perf: marvell: Extend CN10K DDR PMU binding for CN20K
` [PATCH v6 2/2] perf: marvell: Add CN20K DDR PMU support

[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/3] AF_ALG: Remove support for AIO and old-style drivers
 2026-05-26 15:58 UTC  (4+ messages)
` [PATCH 1/3] net: Remove support for AIO on sockets

[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 v2] perf: Fix off-by-one stack buffer overflow in kallsyms__parse()
 2026-05-26  2:09 UTC  (2+ messages)

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

[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  (7+ messages)
` [PATCH 2/3] perf trace: Copy uapi/linux/eventfd.h for beautifier
` [PATCH 3/3] perf trace: Copy uapi/linux/futex.h "

[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

[PATCHES v3 00/29] perf: Harden perf.data parsing against crafted/corrupted files
 2026-05-25 15:41 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 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 v2] perf/arm-cmn: Add workarounds for CMN-S3 on Graviton5
 2026-05-24 16:40 UTC  (6+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] perf/arm-cmn: Move struct arm_cmn_hw_event into struct hw_perf_event
  ` [PATCH v3 2/2] perf/arm-cmn: Add workarounds for CMN-S3 on Graviton5

[PATCH 26/29] perf session: Bound nr_cpus_avail and validate sample CPU
 2026-05-24  6:23 UTC  (2+ messages)

[PATCH 20/29] perf header: Validate feature section size and add read path bounds checking
 2026-05-24  4:37 UTC  (2+ messages)

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

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

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

[PATCH 01/29] perf session: Add minimum event size and alignment validation
 2026-05-24  4:13 UTC  (2+ messages)

[PATCH 12/29] perf header: Byte-swap build ID event pid and bounds check section entries
 2026-05-24  4:08 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