linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-11 13:35:57 to 2024-12-20 17:30:53 UTC [more...]

[syzbot] [bpf?] [trace?] WARNING: locking bug in __lock_task_sighand
 2024-12-20 17:30 UTC  (5+ messages)

[PATCH 00/35] Reorganize kerneldoc parameter names
 2024-12-20 17:27 UTC  (2+ messages)
` (subset) "

[PATCH 00/14] tracing: Convert over to guard() and __free() infrastructure
 2024-12-20 17:08 UTC  (21+ messages)
` [PATCH 01/14] tracing: Switch trace.c code over to use guard()
` [PATCH 02/14] tracing: Return -EINVAL if a boot tracer tries to enable the mmiotracer at boot
` [PATCH 03/14] tracing: Have event_enable_write() just return error on error
` [PATCH 04/14] tracing: Simplify event_enable_func() goto out_free logic
` [PATCH 05/14] tracing: Simplify event_enable_func() goto_reg logic
` [PATCH 06/14] tracing: Switch trace_events.c code over to use guard()
` [PATCH 07/14] tracing: Switch trace_events_hist.c "
` [PATCH 08/14] tracing: Switch trace_events_trigger.c "
` [PATCH 09/14] tracing/string: Create and use __free(argv_free) in trace_dynevent.c
` [PATCH 10/14] tracing: Switch trace_events_filter.c code over to use guard()
` [PATCH 11/14] tracing: Switch trace_events_synth.c "
` [PATCH 12/14] tracing: Switch trace_osnoise.c code over to use guard() and __free()
` [PATCH 13/14] tracing: Switch trace_stack.c code over to use guard()
` [PATCH 14/14] tracing: Switch trace_stat.c "

[PATCH v2] tracing: Switch trace_events_trigger.c code over to use guard()
 2024-12-20 16:06 UTC 

[PATCH v2] tracing/string: Create and use __free(argv_free) in trace_dynevent.c
 2024-12-20 15:33 UTC 

[PATCH v21 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-12-20 15:08 UTC  (5+ messages)
` [PATCH v21 03/20] fgraph: Replace fgraph_ret_regs with ftrace_regs

[BUG] spinlock recursion when enabling function tracer on 32-bit
 2024-12-20 15:05 UTC  (6+ messages)

[PATCH v6 0/3] tracing: Support poll on event hist file
 2024-12-19 16:25 UTC  (7+ messages)
` [PATCH v6 1/3] tracing/hist: Add poll(POLLIN) support on "
` [PATCH v6 2/3] tracing/hist: Support POLLPRI event for poll on histogram
` [PATCH v6 3/3] selftests/tracing: Add hist poll() support test

[PATCH v3] tracing/kprobes: Skip symbol counting logic for module symbols in create_local_trace_kprobe()
 2024-12-19  1:17 UTC  (2+ messages)

[PATCH v2] trace/ring-buffer: Do not use TP_printk() formatting for boot mapped buffers
 2024-12-18 19:15 UTC 

[PATCH v3] platform/x86: samsung-galaxybook: Add samsung-galaxybook driver
 2024-12-18 18:37 UTC  (3+ messages)

[PATCH] selftests/ring-buffer: Add test for out-of-bound pgoff mapping
 2024-12-18 17:03 UTC 

[PATCH] ring-buffer: fix array bounds checking
 2024-12-18 17:00 UTC  (6+ messages)

[syzbot] [trace?] WARNING in tracepoint_probe_unregister (3)
 2024-12-18 16:18 UTC  (7+ messages)

[syzbot] [trace?] KASAN: use-after-free Read in ring_buffer_map
 2024-12-18 14:33 UTC  (14+ messages)
` [PATCH] ring-buffer: Fix a oob in __rb_map_vma
          ` [PATCH V2] ring-buffer: fix overflow "
              ` [PATCH V3] "

[PATCH 0/3] ring-buffer: Hardening of the persistent buffer
 2024-12-18  1:53 UTC  (28+ messages)
` [PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer
` [PATCH 2/3] trace/ring-buffer: Do not create module or dynamic events in boot mapped buffers
` [PATCH 3/3] trace/ring-buffer: Do not use TP_printk() formatting for "

[syzbot] [trace?] kernel BUG in ring_buffer_map
 2024-12-17 11:56 UTC 

[PATCH 0/4] tracing: Replace trace_check_printf() with ignore_event()
 2024-12-17  2:41 UTC  (5+ messages)
` [PATCH 1/4] tracing: Fix test_event_printk() to process entire print argument
` [PATCH 2/4] tracing: Add missing helper functions in event pointer dereference check
` [PATCH 3/4] tracing: Add "%s" check in test_event_printk()
` [PATCH 4/4] tracing: Check "%s" dereference via the field and not the TP_printk format

[PATCH v3 1/2] tracing: Add task_prctl_unknown tracepoint
 2024-12-17  0:38 UTC  (7+ messages)

[PATCH bpf-next 00/13] uprobes: Add support to optimize usdt probes on x86_64
 2024-12-16 23:06 UTC  (63+ messages)
` [PATCH bpf-next 01/13] uprobes: Rename arch_uretprobe_trampoline function
` [PATCH bpf-next 02/13] uprobes: Make copy_from_page global
` [PATCH bpf-next 03/13] uprobes: Add nbytes argument to uprobe_write_opcode
` [PATCH bpf-next 04/13] uprobes: Add arch_uprobe_verify_opcode function
` [PATCH bpf-next 05/13] uprobes: Add mapping for optimized uprobe trampolines
` [PATCH bpf-next 06/13] uprobes/x86: Add uprobe syscall to speed up uprobe
` [PATCH bpf-next 07/13] uprobes/x86: Add support to emulate nop5 instruction
` [PATCH bpf-next 08/13] uprobes/x86: Add support to optimize uprobes
` [PATCH bpf-next 09/13] selftests/bpf: Use 5-byte nop for x86 usdt probes
` [PATCH bpf-next 10/13] selftests/bpf: Add uprobe/usdt optimized test
` [PATCH bpf-next 11/13] selftests/bpf: Add hit/attach/detach race optimized uprobe test
` [PATCH bpf-next 12/13] selftests/bpf: Add uprobe syscall sigill signal test
` [PATCH bpf-next 13/13] selftests/bpf: Add 5-byte nop uprobe trigger bench

[PATCH v1] ftrace: Do not find "true_parent" if HAVE_DYNAMIC_FTRACE_WITH_ARGS is not set
 2024-12-16 22:22 UTC  (2+ messages)

[PATCH v1 0/7] perf auxtrace: Support AUX pause with BPF backend
 2024-12-16 17:21 UTC  (9+ messages)
` [PATCH v1 1/7] perf/core: Make perf_event_aux_pause() as external function
` [PATCH v1 2/7] bpf: Add bpf_perf_event_aux_pause kfunc
` [PATCH v1 3/7] bpf: Sync bpf_perf_event_aux_pause in tools UAPI bpf.h
` [PATCH v1 4/7] perf: auxtrace: Introduce eBPF program for AUX pause
` [PATCH v1 5/7] perf: auxtrace: Support BPF backend "
` [PATCH v1 6/7] perf record: Support AUX pause with BPF
` [PATCH v1 7/7] perf docs: Document "

[PATCH v2 5.4 5.15 6.6] tracing/kprobes: Skip symbol counting logic for module symbols in create_local_trace_kprobe()
 2024-12-16 11:19 UTC 

[syzbot] [trace?] WARNING in ring_buffer_map
 2024-12-16  8:56 UTC 

[syzbot] [trace?] WARNING in bitmap_parse_user
 2024-12-16  7:32 UTC  (3+ messages)
` [PATCH] tracing: Prevent bad count for tracing_cpumask_write
` [PATCH V2] "

[syzbot] [trace?] WARNING in tracing_buffers_mmap_close
 2024-12-15 20:34 UTC 

[PATCH v2 0/5] kallsyms: Emit symbol for holes in text and fix weak function issue
 2024-12-14  8:37 UTC  (7+ messages)
    `  "

[PATCH] Documentation/rv: Fix typos
 2024-12-13 15:42 UTC  (2+ messages)

[PATCH v13 00/25] GenieZone hypervisor drivers
 2024-12-13  5:57 UTC  (4+ messages)
` [PATCH v13 01/25] virt: geniezone: enable gzvm-ko in defconfig

[PATCH] fgraph: Still initialize idle shadow stacks when starting
 2024-12-12 20:56 UTC  (3+ messages)

[PATCH v3] tracing: Fix trace output when pointer hash is disabled
 2024-12-12 15:54 UTC 

[PATCH] tracepoint: reduce duplication of __DO_TRACE_CALL
 2024-12-12 13:12 UTC 

[PATCH v12 0/5] Tracepoints and static branch in Rust
 2024-12-12 12:40 UTC  (3+ messages)

[PATCH v2 0/2] ftrace: Make ftrace_regs abstract and consolidate code
 2024-12-11 22:33 UTC  (2+ messages)

[PATCH v3] ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs
 2024-12-11 22:33 UTC  (2+ messages)

[PATCH v2 3/3] riscv: add PREEMPT_LAZY support
 2024-12-11 22:32 UTC  (2+ messages)

[PATCH v2 3/3] riscv: add PREEMPT_LAZY support
 2024-12-11 22:32 UTC  (2+ messages)

[PATCH] ftrace/microblaze: Do not find "true_parent" for return address
 2024-12-11 20:54 UTC  (2+ messages)

[PATCH v2] tracing: Fix trace output when pointer hash is disabled
 2024-12-11 18:49 UTC 

[PATCH] fgraph: Use CPU hotplug mechanism to initialize idle shadow stacks
 2024-12-11 16:09 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).