messages from 2026-05-22 22:04:46 to 2026-05-25 23:19:38 UTC [more...]
[RFC PATCH v1 00/14] perf stat: Decouple and modularize metrics/events output printing API
2026-05-25 23:18 UTC (36+ 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
` [RFC PATCH v2 00/14] perf stat: Decouple and modularize metrics/events output printing API
` [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
[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 v8 00/58] perf: Reorganize scripting support
2026-05-25 22:39 UTC (38+ messages)
` [PATCH v9 00/23] perf python: Modernize and extend Python API (Phase 1)
` [PATCH v9 03/23] perf tests: Sort includes and add missed explicit dependencies
` [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 1/3] perf trace: Include copied headers in the beauty directory
2026-05-25 15:45 UTC (6+ messages)
` [PATCH 2/3] perf trace: Copy uapi/linux/eventfd.h for beautifier
` [PATCH 3/3] perf trace: Copy uapi/linux/futex.h "
[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 0/3] AF_ALG: Remove support for AIO and old-style drivers
2026-05-25 8:03 UTC (5+ 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] 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 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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox