Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-05-21 17:50:56 to 2026-05-25 02:04:23 UTC [more...]

[PATCHES v3 00/29] perf: Harden perf.data parsing against crafted/corrupted files
 2026-05-25  2:04 UTC  (38+ 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 1/3] perf trace: Include copied headers in the beauty directory
 2026-05-25  1:31 UTC  (4+ 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] 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

[PATCHES v2 00/29] perf: Harden perf.data parsing against crafted/corrupted files
 2026-05-24  6:23 UTC  (43+ 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 1/1] perf build: Fix Python extension build with GCC 16 hardening
 2026-05-24  2:49 UTC  (3+ messages)

[PATCH 2/3] perf riscv: Fix discarded const qualifier error in _get_field()
 2026-05-23 22:44 UTC  (4+ messages)
` [PATCH v2] perf riscv: Fix discarded const qualifier "

[PATCH 0/3] AF_ALG: Remove support for AIO and old-style drivers
 2026-05-23 19:43 UTC  (4+ messages)
` [PATCH 1/3] net: Remove support for AIO on sockets
` [PATCH 2/3] AF_ALG: Drop support for off-CPU cryptography
` [PATCH 3/3] AF_ALG: Document that it is *always* slower

[PATCH v2 0/2] complete perf_allow_* trio and use in drm/xe
 2026-05-23 17:52 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] perf/x86/amd/core: Mark perf_nmi_window as __ro_after_init
 2026-05-23 15:57 UTC 

[PATCH v8 2/4] perf inject/aslr: Add aslr tool to remap/obfuscate virtual addresses
 2026-05-23 14:44 UTC  (2+ messages)

[PATCH] perf/x86/amd/uncore: turn amd_uncore_ctx events into a flexible array
 2026-05-23  1:19 UTC 

[PATCH v3 0/2] perf tool_pmu: Support enable/disable for tool PMU events
 2026-05-23  0:40 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] perf tool_pmu: Make tool PMU events respect enable/disable

[PATCH v3 0/8] perf tools amd ibs: Fixes + Zen6 enhancements
 2026-05-23  0:34 UTC  (4+ messages)

[PATCH v2] perf riscv: Add SDT argument parsing for RISC-V
 2026-05-23  0:02 UTC  (3+ messages)

[PATCH v1 0/3] perf: Fix kwork memory sanitization and libunwind test builds
 2026-05-22 23:52 UTC  (3+ messages)

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

[PATCH v8 00/58] perf: Reorganize scripting support
 2026-05-22 23:44 UTC  (37+ 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 06/23] perf python: Add "
  ` [PATCH v9 07/23] perf evsel/evlist: Avoid unnecessary #includes
  ` [PATCH v9 08/23] perf data: Add open flag
  ` [PATCH v9 09/23] perf evlist: Add reference count
  ` [PATCH v9 10/23] perf evsel: "
  ` [PATCH v9 11/23] perf evlist: Add reference count checking
  ` [PATCH v9 12/23] perf python: Use evsel in sample in pyrf_event
  ` [PATCH v9 13/23] perf python: Add wrapper for perf_data file abstraction
  ` [PATCH v9 14/23] perf python: Add python session abstraction wrapping perf's session
  ` [PATCH v9 15/23] perf python: Refactor and add accessors to sample event
  ` [PATCH v9 16/23] perf python: Add mmap2 event
  ` [PATCH v9 17/23] perf python: Add callchain support
  ` [PATCH v9 18/23] perf python: Extend API for stat events in python.c
  ` [PATCH v9 19/23] perf python: Expose brstack in sample event
  ` [PATCH v9 20/23] perf python: Add syscall name/id to convert syscall number and name
  ` [PATCH v9 21/23] perf python: Add config file access
  ` [PATCH v9 22/23] perf python: Add perf.pyi stubs file
  ` [PATCH v9 23/23] perf python: Add LiveSession helper

[PATCH v2] perf stat: Make metric only column line up with header
 2026-05-22 20:25 UTC  (4+ messages)
` [PING] "

[PATCH 5/7] perf/x86/intel/uncore: Introduce PMU flags and broken state
 2026-05-22 19:24 UTC  (3+ messages)

[PATCH v9 3/5] drivers: firmware: add riscv SSE support
 2026-05-22 16:40 UTC  (3+ messages)

[PATCH v2] perf: Extract is_mapping_symbol() helper for kernel mapping symbol filtering
 2026-05-22  8:26 UTC  (7+ messages)
` [PATCH v3] perf: Add "
  ` [PATCH v4 0/2] perf: Add is_ignored_kernel_symbol() for kernel "
    ` [PATCH v4 1/2] perf: Extract is_ignored_kernel_symbol() for kernel mapping "
    ` [PATCH v4 2/2] perf: Apply is_ignored_kernel_symbol() filter in ELF loading path for kernel DSOs

[PATCH v2] perf: Fix off-by-one stack buffer overflow in kallsyms__parse()
 2026-05-22  7:07 UTC 

[PATCH] perf: Fix off-by-one stack buffer overflow in kallsyms__parse()
 2026-05-22  6:35 UTC  (3+ messages)

[PATCH v13 00/32] perf tool: Add evsel to perf_sample
 2026-05-22  6:12 UTC  (8+ messages)
` [PATCH v14 00/32] perf tools: "

[PATCH v3 1/9] perf/x86/intel: Ensure guest PEBS path doesn't set unwanted PERF_GLOBAL_CTRL bits
 2026-05-22  2:26 UTC  (8+ messages)

[Patch v3] perf tests: Add auto counter reload (ACR) sampling test
 2026-05-22  1:10 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 550604d6c9b9efc8d068aff94dc301694a7afdee
 2026-05-22  0:33 UTC 

[FYI] [PATCH] merge resolution commit for perf trace beauty conflict
 2026-05-21 23:43 UTC  (5+ messages)

[PATCH v3 0/2] perf stat: Fix uncore metric scaling across aggregation modes
 2026-05-21 22:01 UTC  (5+ messages)
` [PATCH v3 1/2] perf stat: Add aggr_nr metric parser support
` [PATCH v3 2/2] perf stat: Use aggr_nr scaling for Intel uncore miss latency metrics

[PATCH 2/7] perf/x86/intel/uncore: Let init_box() callback report failures
 2026-05-21 20:29 UTC  (3+ messages)

[PATCH v1] perf python: Clean up and restructure setup.py
 2026-05-21 17:55 UTC 

[PATCH 0/3] Fix out-of-tree build of some tools
 2026-05-21 17:50 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