linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-02 14:45:37 to 2024-12-10 16:31:30 UTC [more...]

[PATCH] fgraph: Use CPU hotplug mechanism to initialize idle shadow stacks
 2024-12-10 16:31 UTC  (3+ messages)

[PATCH bpf v3] bpf: Fix theoretical prog_array UAF in __uprobe_perf_func()
 2024-12-10 15:34 UTC 

[BUG] v6.12.4 copy_page_to_iter WARNING
 2024-12-10 15:20 UTC 

[syzbot] [net?] [afs?] WARNING in rxrpc_send_data
 2024-12-10 14:44 UTC 

[linus:master] [uprobes] 87195a1ee3: stress-ng.uprobe.ops_per_sec -13.3% regression
 2024-12-10 14:18 UTC 

[PATCH 0/5] kprobes: jump label: Cleanup with guard and __free
 2024-12-10 14:12 UTC  (11+ messages)
` [PATCH 1/5] jump_label: Define guard() for jump_label_lock
` [PATCH 2/5] kprobes: Use guard() for external locks
` [PATCH 3/5] kprobes: Use guard for rcu_read_lock
` [PATCH 4/5] kprobes: Remove unneeded goto
` [PATCH 5/5] kprobes: Remove remaining gotos

[PATCH] ext4: make trace_ext4_ext_load_extent print-format correctly
 2024-12-10 13:13 UTC  (2+ messages)

[PATCH v21 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-12-10  2:12 UTC  (21+ messages)
` [PATCH v21 01/20] fgraph: Get ftrace recursion lock in function_graph_enter
` [PATCH v21 02/20] fgraph: Pass ftrace_regs to entryfunc
` [PATCH v21 03/20] fgraph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v21 04/20] fgraph: Pass ftrace_regs to retfunc
` [PATCH v21 05/20] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v21 06/20] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v21 07/20] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v21 08/20] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v21 09/20] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v21 10/20] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v21 11/20] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v21 12/20] s390/tracing: Enable HAVE_FTRACE_GRAPH_FUNC
` [PATCH v21 13/20] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v21 14/20] fprobe: Add fprobe_header encoding feature
` [PATCH v21 15/20] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v21 16/20] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v21 17/20] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v21 18/20] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v21 19/20] ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
` [PATCH v21 20/20] bpf: Use ftrace_get_symaddr() for kprobe_multi probes

[PATCH bpf v2] bpf: Fix prog_array UAF in __uprobe_perf_func()
 2024-12-10  0:54 UTC  (11+ messages)

[PATCH] MIPS: ftrace: Declare ftrace_get_parent_ra_addr() as static
 2024-12-09 15:37 UTC 

[PATCH v3 1/7] riscv: ftrace: support fastcc in Clang for WITH_ARGS
 2024-12-09 14:57 UTC  (7+ messages)
    `  "
` [PATCH v3 3/7] riscv: ftrace: prepare ftrace for atomic code patching

[PATCH] Documentation/rv: Fix typos
 2024-12-09 13:06 UTC 

[PATCH perf/core] uprobes: guard against kmemdup() failing in dup_return_instance()
 2024-12-09 11:13 UTC  (2+ messages)

[PATCH v19 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-12-09  9:29 UTC  (8+ messages)
` [PATCH v19 12/19] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v19 18/19] ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
` [PATCH v19 19/19] bpf: Use ftrace_get_symaddr() in get_entry_ip()

[PATCH v20 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-12-09  6:36 UTC  (27+ messages)
` [PATCH v20 01/19] fgraph: Pass ftrace_regs to entryfunc
` [PATCH v20 02/19] fgraph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v20 03/19] fgraph: Pass ftrace_regs to retfunc
` [PATCH v20 04/19] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v20 05/19] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v20 06/19] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v20 07/19] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v20 08/19] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v20 09/19] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v20 10/19] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v20 11/19] s390/tracing: Enable HAVE_FTRACE_GRAPH_FUNC
` [PATCH v20 12/19] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v20 13/19] fprobe: Add fprobe_header encoding feature
` [PATCH v20 14/19] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v20 15/19] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v20 16/19] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v20 17/19] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v20 18/19] ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
` [PATCH v20 19/19] bpf: Use ftrace_get_symaddr() in get_entry_ip()

[syzbot] [bpf?] general protection fault in bpf_prog_array_delete_safe
 2024-12-07  1:01 UTC 

[PATCH perf/core 0/4] Improve performance and scalability of uretprobes
 2024-12-07  0:36 UTC  (11+ messages)
` [PATCH perf/core 1/4] uprobes: simplify session consumer tracking
` [PATCH perf/core 2/4] uprobes: decouple return_instance list traversal and freeing
` [PATCH perf/core 3/4] uprobes: ensure return_instance is detached from the list before freeing
` [PATCH perf/core 4/4] uprobes: reuse return_instances between multiple uretprobes within task

[PATCH bpf] bpf: Fix prog_array UAF in __uprobe_perf_func()
 2024-12-06 20:37 UTC 

[RFC PATCH V0 09/10] trace/kmmscand: Add tracing of scanning and migration
 2024-12-06 14:49 UTC  (4+ messages)

[PATCH v4 0/2] uprobes: Improve scalability by reducing the contention on siglock
 2024-12-05 18:23 UTC  (3+ messages)

[PATCH v2] tracing: Remove definition of trace_*_rcuidle()
 2024-12-05 17:32 UTC  (13+ messages)

[PATCH v2] selftests/ftrace: adjust offset for kprobe syntax error test
 2024-12-05 16:12 UTC  (6+ messages)

[v9] security: add trace event for cap_capable
 2024-12-05  3:04 UTC  (2+ messages)

[PATCH][next] blktrace: remove redundant return at end of function
 2024-12-05  1:20 UTC  (3+ messages)

[PATCH net-next] bridge: Make the FDB consider inner tag for Q-in-Q
 2024-12-05  1:14 UTC  (9+ messages)

[PATCH AUTOSEL 4.19 1/6] tracing: Use atomic64_inc_return() in trace_clock_counter()
 2024-12-04 15:52 UTC 

[PATCH AUTOSEL 5.4 1/7] tracing: Use atomic64_inc_return() in trace_clock_counter()
 2024-12-04 15:52 UTC 

[PATCH AUTOSEL 5.10 2/9] tracing: Use atomic64_inc_return() in trace_clock_counter()
 2024-12-04 15:51 UTC 

[PATCH AUTOSEL 5.15 2/9] tracing: Use atomic64_inc_return() in trace_clock_counter()
 2024-12-04 15:51 UTC 

[PATCH AUTOSEL 6.1 02/15] tracing/ftrace: disable preemption in syscall probe
 2024-12-04 15:50 UTC  (4+ messages)
` [PATCH AUTOSEL 6.1 03/15] tracing: Use atomic64_inc_return() in trace_clock_counter()
` [PATCH AUTOSEL 6.1 04/15] tools/rtla: fix collision with glibc sched_attr/sched_set_attr
` [PATCH AUTOSEL 6.1 15/15] verification/dot2: Improve dot parser robustness

[PATCH AUTOSEL 6.6 02/24] tracing/ftrace: disable preemption in syscall probe
 2024-12-04 15:49 UTC  (6+ messages)
` [PATCH AUTOSEL 6.6 03/24] tracing: Use atomic64_inc_return() in trace_clock_counter()
` [PATCH AUTOSEL 6.6 04/24] tools/rtla: fix collision with glibc sched_attr/sched_set_attr
` [PATCH AUTOSEL 6.6 05/24] rtla/timerlat: Make timerlat_top_cpu->*_count unsigned long long
` [PATCH AUTOSEL 6.6 07/24] rtla/utils: Add idle state disabling via libcpupower
` [PATCH AUTOSEL 6.6 24/24] verification/dot2: Improve dot parser robustness

[PATCH AUTOSEL 6.11 02/33] rtla: Fix consistency in getopt_long for timerlat_hist
 2024-12-04 15:47 UTC  (10+ messages)
` [PATCH AUTOSEL 6.11 03/33] tracing/ftrace: disable preemption in syscall probe
` [PATCH AUTOSEL 6.11 04/33] tracing: Use atomic64_inc_return() in trace_clock_counter()
` [PATCH AUTOSEL 6.11 05/33] tools/rtla: fix collision with glibc sched_attr/sched_set_attr
` [PATCH AUTOSEL 6.11 06/33] rtla/timerlat: Make timerlat_top_cpu->*_count unsigned long long
` [PATCH AUTOSEL 6.11 07/33] rtla/timerlat: Make timerlat_hist_cpu->*_count "
` [PATCH AUTOSEL 6.11 10/33] rtla/utils: Add idle state disabling via libcpupower
` [PATCH AUTOSEL 6.11 11/33] ring-buffer: Limit time with disabled interrupts in rb_check_pages()
` [PATCH AUTOSEL 6.11 31/33] tools/rtla: Enhance argument parsing in timerlat_load.py
` [PATCH AUTOSEL 6.11 32/33] verification/dot2: Improve dot parser robustness

[PATCH AUTOSEL 6.12 02/36] rtla: Fix consistency in getopt_long for timerlat_hist
 2024-12-04 15:45 UTC  (11+ messages)
` [PATCH AUTOSEL 6.12 03/36] tracing/ftrace: disable preemption in syscall probe
` [PATCH AUTOSEL 6.12 04/36] tracing: Use atomic64_inc_return() in trace_clock_counter()
` [PATCH AUTOSEL 6.12 05/36] tools/rtla: fix collision with glibc sched_attr/sched_set_attr
` [PATCH AUTOSEL 6.12 06/36] rtla/timerlat: Make timerlat_top_cpu->*_count unsigned long long
` [PATCH AUTOSEL 6.12 07/36] rtla/timerlat: Make timerlat_hist_cpu->*_count "
` [PATCH AUTOSEL 6.12 10/36] rtla/utils: Add idle state disabling via libcpupower
` [PATCH AUTOSEL 6.12 11/36] ring-buffer: Limit time with disabled interrupts in rb_check_pages()
` [PATCH AUTOSEL 6.12 33/36] tracing: Fix function name for trampoline
` [PATCH AUTOSEL 6.12 34/36] tools/rtla: Enhance argument parsing in timerlat_load.py
` [PATCH AUTOSEL 6.12 35/36] verification/dot2: Improve dot parser robustness

[PATCH] tracing: Fix archs that still call tracepoints without RCU watching
 2024-12-04 15:04 UTC 

[PATCH v3 0/2] Add basic tracing support for m68k
 2024-12-04 10:48 UTC  (4+ messages)
` [PATCH v3 1/2] m68k: Add tracirqs
` [PATCH v3 2/2] arch: m68k: Add STACKTRACE support

[PATCH v4 0/2] Add basic tracing support for m68k
 2024-12-04  7:14 UTC  (3+ messages)
` [PATCH v4 1/2] m68k: Enable traceirqs
` [PATCH v4 2/2] arch: m68k: Add STACKTRACE support

[heads up] microblaze ftrace breakage since 60b1f578b578 "ftrace: Get the true parent ip for function tracer"
 2024-12-04  4:43 UTC 

[PATCH resend] bcachefs: BCACHEFS_PATH_TRACEPOINTS should depend on TRACING
 2024-12-04  2:23 UTC  (2+ messages)

[syzbot] [netfs?] WARNING in netfs_retry_reads (2)
 2024-12-04  1:51 UTC  (3+ messages)

[PATCH] tracing: Fix cmp_entries_dup() to respect sort() comparison rules
 2024-12-03 20:22 UTC 

[PATCH v2 0/2] Add basic tracing support for m68k
 2024-12-03 19:10 UTC  (5+ messages)
` [PATCH v2 1/2] m68k: Add tracirqs
` [PATCH v2 2/2] arch: m68k: Add STACKTRACE support

[PATCH] ftrace: Show timings of how long nop patching took
 2024-12-03 15:17 UTC  (7+ messages)

[PATCH] x86/ftrace: fix boot time slowdown
 2024-12-03  9:08 UTC  (2+ messages)

[PATCH RFC 0/2] Add basic tracing support for m68k
 2024-12-03  6:25 UTC  (17+ messages)
` [PATCH RFC 2/2] arch: m68k: Add STACKTRACE support


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).