Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-06-05 14:34:57 to 2026-06-06 00:05:25 UTC [more...]

[PATCH v2 0/4] perf timechart: Fix memory leaks
 2026-06-06  0:05 UTC  (6+ messages)
` [PATCH v2 1/4] perf timechart: Release event samples at the end
` [PATCH v2 2/4] perf timechart: Fix memory leaks during record
` [PATCH v2 3/4] perf timechart: Fix memory leaks in draw_wakeups()
` [PATCH v2 4/4] perf test: Update perf timechart test

[PATCHES v2 0/9] perf tools: Fix OOB writes, refcount bugs, and BUG_ON in mmap/stat/c2c/sched
 2026-06-05 23:56 UTC  (15+ messages)
` [PATCH 1/9] perf mmap: Guard cpu__get_node() return in aio_bind()
` [PATCH 2/9] perf stat: Bounds-check CPU index in topology aggregation callbacks
` [PATCH 3/9] perf c2c: Bounds-check CPU and node IDs before bitmap and array access
` [PATCH 4/9] perf c2c: Bounds-check CPU IDs in setup_nodes() topology loop
` [PATCH 5/9] perf sched: Clean up idle_threads entry on init failure
` [PATCH 6/9] perf sched: Use is_idle_sample() for idle thread runtime cast guard
` [PATCH 7/9] perf sched: Fix thread reference leak in idle hist processing
` [PATCH 8/9] perf sched: Use thread__put() in free_idle_threads()
` [PATCH 9/9] perf sched: Replace BUG_ON and add NULL checks in replay event helpers

[PATCH 0/4] perf timechart: Fix memory leaks
 2026-06-05 23:41 UTC  (16+ messages)
` [PATCH 1/4] perf timechart: Release event samples at the end
` [PATCH 2/4] perf timechart: Fix memory leaks during record
` [PATCH 3/4] perf timechart: Fix memory leaks in draw_wakeups()
` [PATCH 4/4] perf test: Update perf timechart test

[PATCH] perf jitdump: Fix a build error with ASAN
 2026-06-05 23:22 UTC  (3+ messages)

[PATCH v10 0/5] perf tools: Add inject --aslr feature, early maps loading, and decoupling fixes
 2026-06-05 23:17 UTC  (33+ messages)
` [PATCH v11 "
  ` [PATCH v11 1/5] perf maps: Add maps__mutate_mapping
  ` [PATCH v11 2/5] perf inject/aslr: Add ASLR tool infrastructure and MMAP tracking
  ` [PATCH v11 3/5] perf inject/aslr: Implement sample address remapping
  ` [PATCH v11 4/5] perf test: Add inject ASLR test
  ` [PATCH v11 5/5] perf aslr: Strip sample registers
  ` [PATCH v12 0/5] perf tools: Add inject --aslr feature, early maps loading, and decoupling fixes
    ` [PATCH v12 1/5] perf maps: Add maps__mutate_mapping
    ` [PATCH v12 2/5] perf inject/aslr: Add ASLR tool infrastructure and MMAP tracking
    ` [PATCH v12 3/5] perf inject/aslr: Implement sample address remapping
    ` [PATCH v12 4/5] perf test: Add inject ASLR test
    ` [PATCH v12 5/5] perf aslr: Strip sample registers
    ` [PATCH v13 0/5] perf tools: Add inject --aslr feature, early maps loading, and decoupling fixes
      ` [PATCH v13 1/5] perf maps: Add maps__mutate_mapping
      ` [PATCH v13 2/5] perf inject/aslr: Add ASLR tool infrastructure and MMAP tracking
      ` [PATCH v13 3/5] perf inject/aslr: Implement sample address remapping
      ` [PATCH v13 4/5] perf test: Add inject ASLR test
      ` [PATCH v13 5/5] perf aslr: Strip sample registers
      ` [PATCH v14 0/5] perf tools: Add inject --aslr feature, early maps loading, and decoupling fixes
        ` [PATCH v14 1/5] perf maps: Add maps__mutate_mapping
        ` [PATCH v14 2/5] perf inject/aslr: Add ASLR tool infrastructure and MMAP tracking
        ` [PATCH v14 3/5] perf inject/aslr: Implement sample address remapping
        ` [PATCH v14 4/5] perf test: Add inject ASLR test
        ` [PATCH v14 5/5] perf aslr: Strip sample registers

[PATCH v1] bpftool build: Restrict feature tests during bootstrap compilation
 2026-06-05 21:20 UTC  (2+ messages)

[PATCHES v1 0/8] perf tools: Fix OOB writes, refcount bugs, and BUG_ON in mmap/stat/c2c/sched
 2026-06-05 20:53 UTC  (15+ messages)
` [PATCH 1/8] perf mmap: Guard cpu__get_node() return in aio_bind()
` [PATCH 2/8] perf stat: Bounds-check CPU index in topology aggregation callbacks
` [PATCH 3/8] perf c2c: Bounds-check CPU and node IDs before bitmap and array access
` [PATCH 4/8] perf c2c: Bounds-check CPU IDs in setup_nodes() topology loop
` [PATCH 5/8] perf sched: Clean up idle_threads entry on init failure
` [PATCH 6/8] perf sched: Fix thread reference leak in idle hist processing
` [PATCH 7/8] perf sched: Use thread__put() in free_idle_threads()
` [PATCH 8/8] perf sched: Replace BUG_ON and add NULL checks in replay event helpers

[PATCH 0/8] perf/x86: Miscellaneous PMU bug fixes
 2026-06-05 20:32 UTC  (16+ messages)
` [PATCH 1/8] perf/x86/intel: Remove anythread_deprecated bit from perf_capabilities
` [PATCH 2/8] perf/x86: Introduce is_x86_pmu() helper
` [PATCH 3/8] perf/x86: Update cap_user_rdpmc base on rdpmc user disable state
` [PATCH 4/8] perf/x86/intel: Fix redundant branch type check in intel_pmu_lbr_filter()
` [PATCH 6/8] perf/x86/intel: Validate return value of intel_pmu_init_hybrid()
` [PATCH 7/8] perf/x86/intel: Drop fixed-counter PEBS constraints for baseline PEBS
` [PATCH 8/8] perf/core: Fix kernel register info leak via hardware skid

[PATCH v10 00/19] perf python: Modernize and extend Python API (Phase 1)
 2026-06-05 19:43 UTC  (33+ messages)
` [PATCH v11 "
  ` [PATCH v11 01/19] perf util: Sort includes and add missed explicit dependencies
  ` [PATCH v11 02/19] perf python: Add "
  ` [PATCH v11 03/19] perf evsel/evlist: Avoid unnecessary #includes
  ` [PATCH v11 04/19] perf data: Add open flag
  ` [PATCH v11 05/19] perf evlist: Add reference count
  ` [PATCH v11 06/19] perf evsel: "
  ` [PATCH v11 07/19] perf evlist: Add reference count checking
  ` [PATCH v11 08/19] perf python: Use evsel in sample in pyrf_event
  ` [PATCH v11 09/19] perf python: Add wrapper for perf_data file abstraction
  ` [PATCH v11 10/19] perf python: Add python session abstraction wrapping perf's session
  ` [PATCH v11 11/19] perf python: Refactor and add accessors to sample event
  ` [PATCH v11 12/19] perf python: Add mmap2 event
  ` [PATCH v11 13/19] perf python: Add callchain support
  ` [PATCH v11 14/19] perf python: Extend API for stat events in python.c
  ` [PATCH v11 15/19] perf python: Expose brstack in sample event
  ` [PATCH v11 16/19] perf python: Add syscall name/id to convert syscall number and name
  ` [PATCH v11 17/19] perf python: Add config file access
  ` [PATCH v11 18/19] perf python: Add perf.pyi stubs file
  ` [PATCH v11 19/19] perf python: Add LiveSession helper

[RFC PATCH v1 00/14] perf stat: Decouple and modularize metrics/events output printing API
 2026-06-05 18:02 UTC  (3+ messages)
` [RFC PATCH v2 "

[PATCH v2 00/10] x86/msr: Drop 32-bit variants of *_on_cpu() MSR functions
 2026-06-05 15:09 UTC  (4+ messages)
` [PATCH v2 05/10] x86/msr: Switch wrmsr_on_cpu() users to wrmsrq_on_cpu()

[PATCHES v1 0/5] perf tools: Fix OOB reads, reference leaks, and overflow in sched/script/auxtrace
 2026-06-05 15:01 UTC  (4+ messages)
` [PATCH 4/5] perf sched: Cap max_cpu at MAX_CPUS in timehist sample processing

[PATCH 2/5] perf tools: Add bounds check to cpu__get_node()
 2026-06-05 14:45 UTC  (3+ messages)


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