public inbox for linux-trace-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-03 11:42:09 to 2026-03-06 02:14:38 UTC [more...]

[PATCH] tracing: Fix use-after-free race in copy_trace_marker on instance removal
 2026-03-06  2:14 UTC  (2+ messages)

[PATCH v4 0/5] mm: zone lock tracepoint instrumentation
 2026-03-06  1:20 UTC  (14+ messages)
` [PATCH v4 4/5] mm: rename zone->lock to zone->_lock

[PATCH bpf-next v4 0/3] Optimize kprobe.session attachment for exact function names
 2026-03-05 23:30 UTC  (2+ messages)

[PATCH] tracefs: Simplify get_dname() with kmemdup_nul()
 2026-03-05 21:52 UTC  (4+ messages)
` [PATCH v2] tracefs: Use dentry name snapshots instead of heap allocation

[PATCH v13 00/18] unwind_deferred: Implement sframe handling
 2026-03-05 20:18 UTC  (6+ messages)

[PATCH v2] tracing: Add NULL pointer check to trigger_data_free()
 2026-03-05 19:33 UTC 

[RFC PATCH 0/2] disable optimistic spinning for ftrace_lock
 2026-03-05 19:00 UTC  (24+ messages)
` [RFC PATCH 1/2] locking: add mutex_lock_nospin()
` [RFC PATCH 2/2] ftrace: disable optimistic spinning for ftrace_lock

[PATCH v12 00/30] Tracefs support for pKVM
 2026-03-05 18:35 UTC  (5+ messages)

[PATCH RFC 0/3] locking: contended_release tracepoint instrumentation
 2026-03-05 18:06 UTC  (11+ messages)
` [PATCH RFC 1/3] locking: Add contended_release tracepoint
` [PATCH RFC 2/3] locking/percpu-rwsem: Extract __percpu_up_read_slowpath()
` [PATCH RFC 3/3] locking: Wire up contended_release tracepoint

[PATCH v5 0/3] ring-buffer: Making persistent ring buffers robust
 2026-03-05 18:03 UTC  (3+ messages)
` [PATCH v5 2/3] ring-buffer: Handle RB_MISSED_* flags on commit field correctly

[PATCH v8 0/6] tracing: Remove backup instance after read all
 2026-03-05 17:33 UTC  (5+ messages)
` [PATCH v8 3/6] tracefs: Check file permission even if user has CAP_DAC_OVERRIDE

[PATCH] tracing: Do not call trigger_data_free with NULL data pointer
 2026-03-05 16:57 UTC  (3+ messages)

[PATCH] tracing: Documentation: Update histogram-design.rst for fn() handling
 2026-03-05 16:12 UTC  (3+ messages)

[RFC PATCH] tracing: Revert "tracing: Remove pid in task_rename tracing output"
 2026-03-05 15:08 UTC  (2+ messages)

[PATCH v3 00/12] vfs: change inode->i_ino from unsigned long to u64
 2026-03-05 14:25 UTC  (21+ messages)
` [PATCH v3 01/12] vfs: widen inode hash/lookup functions "
` [PATCH v3 02/12] audit: widen ino fields "
` [PATCH v3 03/12] net: change sock.sk_ino and sock_i_ino() "
` [PATCH v3 04/12] vfs: widen trace event i_ino fields "
` [PATCH v3 05/12] cachefiles: "
` [PATCH v3 06/12] ext2: "
` [PATCH v3 07/12] hugetlbfs: "
` [PATCH v3 08/12] zonefs: "
` [PATCH v3 09/12] ext4: "
` [PATCH v3 10/12] f2fs: "
` [PATCH v3 11/12] nilfs2: "
` [PATCH v3 12/12] treewide: change inode->i_ino from unsigned long "

[PATCHv2 bpf-next 00/23] bpf: tracing_multi link
 2026-03-05 14:02 UTC  (42+ messages)
` [PATCHv2 bpf-next 01/23] ftrace: Add ftrace_hash_count function
` [PATCHv2 bpf-next 02/23] bpf: Use mutex lock pool for bpf trampolines
` [PATCHv2 bpf-next 03/23] bpf: Add struct bpf_trampoline_ops object
` [PATCHv2 bpf-next 04/23] bpf: Add struct bpf_tramp_node object
` [PATCHv2 bpf-next 05/23] bpf: Factor fsession link to use struct bpf_tramp_node
` [PATCHv2 bpf-next 06/23] bpf: Add multi tracing attach types
` [PATCHv2 bpf-next 07/23] bpf: Move sleepable verification code to btf_id_allow_sleepable
` [PATCHv2 bpf-next 08/23] bpf: Add bpf_trampoline_multi_attach/detach functions
` [PATCHv2 bpf-next 09/23] bpf: Add support for tracing multi link
` [PATCHv2 bpf-next 10/23] bpf: Add support for tracing_multi link cookies
` [PATCHv2 bpf-next 11/23] bpf: Add support for tracing_multi link session
` [PATCHv2 bpf-next 12/23] bpf: Add support for tracing_multi link fdinfo
` [PATCHv2 bpf-next 13/23] libbpf: Add bpf_object_cleanup_btf function
` [PATCHv2 bpf-next 14/23] libbpf: Add bpf_link_create support for tracing_multi link
` [PATCHv2 bpf-next 15/23] libbpf: Add support to create tracing multi link
` [PATCHv2 bpf-next 16/23] selftests/bpf: Add tracing multi skel/pattern/ids attach tests
` [PATCHv2 bpf-next 17/23] selftests/bpf: Add tracing multi skel/pattern/ids module "
` [PATCHv2 bpf-next 18/23] selftests/bpf: Add tracing multi intersect tests
` [PATCHv2 bpf-next 19/23] selftests/bpf: Add tracing multi cookies test
` [PATCHv2 bpf-next 20/23] selftests/bpf: Add tracing multi session test
` [PATCHv2 bpf-next 21/23] selftests/bpf: Add tracing multi attach fails test
` [PATCHv2 bpf-next 22/23] selftests/bpf: Add tracing multi attach benchmark test
` [PATCHv2 bpf-next 23/23] selftests/bpf: Add tracing multi rollback tests

[PATCH] ftrace: Add MAINTAINERS entries for all ftrace headers
 2026-03-05  9:31 UTC 

[PATCH 0/2] tracing: Read user data from futex system call trace event
 2026-03-05  1:37 UTC  (6+ messages)
` [PATCH 1/2] tracing: Have futex syscall trace event show specific user data
` [PATCH 2/2] tracing: Update futex syscall trace event to show more commands
` [PATCH 3/2] tracing: Show TID and flags for PI futex system call trace event

[PATCH] tracing: Fix WARN_ON in tracing_buffers_mmap_close
 2026-03-04 17:30 UTC  (11+ messages)

[PATCH net-next v3 00/13] devlink: introduce shared devlink instance for PFs on same chip
 2026-03-04 16:00 UTC  (14+ messages)
` [PATCH net-next v3 01/13] devlink: expose devlink instance index over netlink
` [PATCH net-next v3 02/13] devlink: add helpers to get bus_name/dev_name
` [PATCH net-next v3 03/13] devlink: avoid extra iterations when found devlink is not registered
` [PATCH net-next v3 04/13] devlink: allow to use devlink index as a command handle
` [PATCH net-next v3 05/13] devlink: support index-based lookup via bus_name/dev_name handle
` [PATCH net-next v3 06/13] devlink: support index-based notification filtering
` [PATCH net-next v3 07/13] devlink: introduce __devlink_alloc() with dev driver pointer
` [PATCH net-next v3 08/13] devlink: add devlink_dev_driver_name() helper and use it in trace events
` [PATCH net-next v3 09/13] devlink: add devl_warn() helper and use it in port warnings
` [PATCH net-next v3 10/13] devlink: allow devlink instance allocation without a backing device
` [PATCH net-next v3 11/13] devlink: introduce shared devlink instance for PFs on same chip
` [PATCH net-next v3 12/13] documentation: networking: add shared devlink documentation
` [PATCH net-next v3 13/13] net/mlx5: Add a shared devlink instance for PFs on same chip

[PATCH v3 0/5] tools/rtla: Consolidate nr_cpus usage
 2026-03-04 15:51 UTC  (7+ messages)
` [PATCH v3 1/5] tools/rtla: Consolidate nr_cpus usage across all tools
` [PATCH v3 5/5] tools/rtla: Remove unneeded cpus parameter from timerlat BPF functions

[PATCH v2 000/110] vfs: change inode->i_ino from unsigned long to u64
 2026-03-04 14:10 UTC  (38+ messages)
` [PATCH v2 001/110] vfs: introduce kino_t typedef and PRIino format macro
` [PATCH v2 003/110] audit: widen ino fields to u64
` [PATCH v2 007/110] ext4: use PRIino format for i_ino
` [PATCH v2 016/110] 9p: "
` [PATCH v2 053/110] uprobes: "
` [PATCH v2 069/110] 9p: replace PRIino with %llu/%llx format strings
` [PATCH v2 105/110] security: "

[PATCH v3 00/18] rtla: Robustness and code quality improvements
 2026-03-04 13:57 UTC  (14+ messages)
` [PATCH v3 03/18] rtla: Simplify argument parsing
` [PATCH v3 05/18] rtla: Replace magic number with MAX_PATH
` [PATCH v3 12/18] rtla: Enforce exact match for time unit suffixes
` [PATCH v3 14/18] rtla/timerlat: Simplify RTLA_NO_BPF environment variable check
` [PATCH v3 15/18] rtla/trace: Fix write loop in trace_event_save_hist()
` [PATCH v3 16/18] rtla/trace: Fix I/O handling in save_trace_to_file()

[PATCH] kprobes: Remove unneeded warnings from __arm_kprobe_ftrace()
 2026-03-04  9:08 UTC 

[syzbot] [bpf?] [trace?] KASAN: slab-use-after-free Read in bpf_trace_run3 (2)
 2026-03-04  8:07 UTC  (4+ messages)

[syzbot] [bpf?] [trace?] KASAN: slab-use-after-free Read in bpf_trace_run9
 2026-03-04  4:06 UTC  (4+ messages)

[PATCH] tracing: Disable preemption in the tracepoint callbacks handling filtered pids
 2026-03-04  2:57 UTC 

[PATCH] ftrace: Disable preemption in the tracepoint callbacks handling filtered pids
 2026-03-04  2:13 UTC  (5+ messages)

[PATCH 1/2] selftests/tracing: Fix to make --logdir option work again
 2026-03-04  2:04 UTC  (2+ messages)

[BUG] kprobes: WARNING in __arm_kprobe_ftrace when kprobe-ftrace arming fails with -ENOMEM under fault injection
 2026-03-04  1:44 UTC  (3+ messages)

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-03-03 20:36 UTC  (5+ messages)

[PATCH] tracing: Fix failure to read user space from system call trace events
 2026-03-03 17:04 UTC 

[BUG] WARNING in __perf_event_account_interrupt (kernel/events/core.c:2797)
 2026-03-03 14:35 UTC  (2+ messages)

[PATCH 00/12] Add spi-hid transport driver
 2026-03-03 13:53 UTC  (3+ messages)
` [PATCH 09/12] dt-bindings: input: Document hid-over-spi DT schema


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