linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-26 10:32:15 to 2024-11-01 10:36:09 UTC [more...]

[for-next][PATCH 07/11] tracing: Introduce tracepoint extended structure
 2024-11-01 10:36 UTC 

[PATCH trace/for-next 1/3] bpf: put bpf_link's program when link is safe to be deallocated
 2024-11-01  5:07 UTC  (6+ messages)
` [PATCH trace/for-next 2/3] bpf: decouple BPF link/attach hook and BPF program sleepable semantics
` [PATCH trace/for-next 3/3] bpf: ensure RCU Tasks Trace GP for sleepable raw tracepoint BPF links

[PATCH 0/2] kprobes: Adjustments for __counted_by addition
 2024-11-01  1:53 UTC  (7+ messages)
` [PATCH 1/2] kprobes: Fix __get_insn_slot() after __counted_by annotation
` [PATCH 2/2] kprobes: Use struct_size() in __get_insn_slot()

[PATCH v18 00/17] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-11-01  1:51 UTC  (13+ messages)
` [PATCH v18 01/17] fgraph: Pass ftrace_regs to entryfunc
` [PATCH v18 02/17] fgraph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v18 06/17] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH 0/1] s390: enable HAVE_FTRACE_GRAPH_FUNC
` [PATCH 1/1] s390/tracing: Enable HAVE_FTRACE_GRAPH_FUNC

[PATCH v2] tracing: Replace strncpy() with strscpy() when copying comm
 2024-11-01  1:45 UTC  (4+ messages)

[RFC PATCH v3 0/6] Direct Map Removal for guest_memfd
 2024-11-01  0:10 UTC  (13+ messages)
` [RFC PATCH v3 1/6] arch: introduce set_direct_map_valid_noflush()
` [RFC PATCH v3 2/6] kvm: gmem: add flag to remove memory from kernel direct map
` [RFC PATCH v3 3/6] kvm: gmem: implement direct map manipulation routines
` [RFC PATCH v3 4/6] kvm: gmem: add trace point for direct map state changes
` [RFC PATCH v3 5/6] kvm: document KVM_GMEM_NO_DIRECT_MAP flag
` [RFC PATCH v3 6/6] kvm: selftests: run gmem tests with KVM_GMEM_NO_DIRECT_MAP set

[PATCH] spi: axi-spi-engine: Emit trace events for spi transfers
 2024-10-31 16:49 UTC  (2+ messages)

[PATCH v5 resend 0/4] Faultable syscall tracepoints updates
 2024-10-31 15:20 UTC  (5+ messages)
` [PATCH v5 resend 1/4] tracing: Introduce tracepoint extended structure
` [PATCH v5 resend 2/4] tracing: Introduce tracepoint_is_faultable()
` [PATCH v5 resend 3/4] tracing: Fix syscall tracepoint use-after-free
` [PATCH v5 resend 4/4] tracing: Add might_fault() check in __DECLARE_TRACE_SYSCALL

[PATCH v4 0/3] bpf: Using binary search to improve the performance of btf_find_by_name_kind
 2024-10-31 11:57 UTC  (13+ messages)
` [PATCH v4 1/3] libbpf: Sort btf_types in ascending order by name
` [PATCH v4 2/3] bpf: Using binary search to improve the performance of btf_find_by_name_kind
` [PATCH v4 3/3] libbpf: Using binary search to improve the performance of btf__find_by_name_kind

[PATCH] tracing: Replace strncpy() with strscpy() when copying comm
 2024-10-31  1:47 UTC  (3+ messages)

[PATCH 0/3] kprobes: Annotate structs with __counted_by()
 2024-10-31  1:32 UTC  (6+ messages)
` [PATCH 1/3] "

[PATCH v12 0/5] Tracepoints and static branch in Rust
 2024-10-31  0:14 UTC  (9+ messages)
` [PATCH v12 1/5] rust: add static_branch_unlikely for static_key_false
` [PATCH v12 2/5] rust: add tracepoint support
` [PATCH v12 3/5] rust: samples: add tracepoint to Rust sample
` [PATCH v12 4/5] jump_label: adjust inline asm to be consistent
` [PATCH v12 5/5] rust: add arch_static_branch

[PATCH v7 0/5] MCE wrapper and support for new SMCA syndrome MSRs
 2024-10-30 21:23 UTC  (18+ messages)
` [PATCH v7 1/5] x86/mce: Add wrapper for struct mce to export vendor specific info
` [PATCH v7 5/5] EDAC/mce_amd: Add support for FRU Text in MCA

[PATCH v2] tracing: Make percpu stack trace buffer invariant to PAGE_SIZE
 2024-10-30 21:15 UTC  (3+ messages)

[v4] security: add trace event for cap_capable
 2024-10-30 20:59 UTC  (5+ messages)

[PATCH perf/core] uprobes: fix WARN() inside hprobe_consume()
 2024-10-30 20:12 UTC  (2+ messages)

[PATCH v3 11/19] unwind: Add deferred user space unwinding API
 2024-10-30 18:25 UTC  (4+ messages)

[PATCH 0/3] Tracefs gid mount option fixes
 2024-10-30 17:24 UTC  (10+ messages)
` [PATCH 1/3] tracing: Document tracefs gid mount option
` [PATCH 2/3] tracing/selftests: Add tracefs mount options test
` [PATCH 3/3] tracing: Fix tracefs gid mount option

[PATCH v2 0/3] Tracefs mount option fixes
 2024-10-30 17:17 UTC  (4+ messages)
` [PATCH v2 1/3] tracing: Fix tracefs mount options
` [PATCH v2 2/3] tracing: Document tracefs gid mount option
` [PATCH v2 3/3] tracing/selftests: Add tracefs mount options test

The state of uprobes work and logistics
 2024-10-30  9:42 UTC  (2+ messages)

[PATCH v7 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-10-30  7:08 UTC  (18+ messages)
` [PATCH v7 01/17] powerpc/trace: Account for -fpatchable-function-entry support by toolchain
` [PATCH v7 02/17] powerpc/kprobes: Use ftrace to determine if a probe is at function entry
` [PATCH v7 03/17] powerpc64/ftrace: Nop out additional 'std' instruction emitted by gcc v5.x
` [PATCH v7 04/17] powerpc32/ftrace: Unify 32-bit and 64-bit ftrace entry code
` [PATCH v7 05/17] powerpc/module_64: Convert #ifdef to IS_ENABLED()
` [PATCH v7 06/17] powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftrace
` [PATCH v7 07/17] powerpc/ftrace: Skip instruction patching if the instructions are the same
` [PATCH v7 08/17] powerpc/ftrace: Move ftrace stub used for init text before _einittext
` [PATCH v7 09/17] powerpc64/bpf: Fold bpf_jit_emit_func_call_hlp() into bpf_jit_emit_func_call_rel()
` [PATCH v7 10/17] powerpc/ftrace: Add a postlink script to validate function tracer
` [PATCH v7 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [PATCH v7 12/17] powerpc64/ftrace: Move ftrace sequence out of line
` [PATCH v7 13/17] powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubs
` [PATCH v7 14/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS
` [PATCH v7 15/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLS
` [PATCH v7 16/17] samples/ftrace: Add support for ftrace direct samples on powerpc
` [PATCH v7 17/17] powerpc64/bpf: Add support for bpf trampolines

[PATCH] kernel: add pid_max to pid_namespace
 2024-10-30  5:29 UTC 

[v3] security: add trace event for cap_capable
 2024-10-29 20:20 UTC  (3+ messages)

[PATCH] sunrpc: remove newlines from tracepoints
 2024-10-29 19:42 UTC  (3+ messages)

[PATCH v11 0/5] Tracepoints and static branch in Rust
 2024-10-29 17:50 UTC  (3+ messages)
` [PATCH v11 5/5] rust: add arch_static_branch

[PATCH v4 tip/perf/core 0/4] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-10-29 16:48 UTC  (8+ messages)
` [PATCH v4 tip/perf/core 1/4] mm: Convert mm_lock_seq to a proper seqcount
` [PATCH v4 tip/perf/core 2/4] mm: Introduce mmap_lock_speculation_{begin|end}
` [PATCH v4 tip/perf/core 3/4] uprobes: simplify find_active_uprobe_rcu() VMA checks
` [PATCH v4 tip/perf/core 4/4] uprobes: add speculative lockless VMA-to-inode-to-uprobe resolution

[PATCH bpf-next v2] bpf: use kfunc hooks instead of program types
 2024-10-29 15:15 UTC  (2+ messages)

[syzbot] [netfs?] KASAN: slab-use-after-free Read in iov_iter_advance
 2024-10-29  8:15 UTC  (2+ messages)

[PATCH v6 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-10-29  6:44 UTC  (10+ messages)
` [PATCH v6 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [PATCH v6 12/17] powerpc64/ftrace: Move ftrace sequence out of line
` [PATCH v6 13/17] powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubs
` [PATCH v6 17/17] powerpc64/bpf: Add support for bpf trampolines

[PATCH] arm64: uprobes: Simulate STP for pushing fp/lr into user stack
 2024-10-29  2:42 UTC  (5+ messages)

[PATCH v6 0/3] tracing: Support poll on event hist file
 2024-10-29  1:03 UTC  (2+ messages)

[PATCH v4 0/3] Replace the use of simple_strtol/ul functions with kstrto
 2024-10-28 21:09 UTC  (5+ messages)
` [PATCH v4 1/3] kdb: Replace the use of simple_strto with safer kstrto in kdb_main
` [PATCH v4 2/3] trace: kdb: Replace simple_strtoul with kstrtoul in kdb_ftdump
` [PATCH v4 3/3] kdb: Remove fallback interpretation of arbitrary numbers as hex

[PATCH resend 0/8] tracing: Allow system call tracepoints to handle page faults
 2024-10-28 19:02 UTC  (4+ messages)
` [PATCH resend 6/8] tracing/ftrace: Add might_fault check to syscall probes

[PATCH v3 0/2] Replace the use of simple_strtol/ul functions with kstrto
 2024-10-28 18:11 UTC  (6+ messages)
` [PATCH v3 1/3] kdb: Replace the use of simple_strto with safer kstrto in kdb_main
` [PATCH v3 2/3] trace: kdb: Replace simple_strtoul with kstrtoul in kdb_ftdump
` [PATCH v3 3/3] kdb: Remove fallback interpretation of arbitrary numbers as hex

[v2] security: add trace event for cap_capable
 2024-10-28 16:51 UTC  (9+ messages)

[PATCH 0/5] ftrace: Use guard to take ftrace_lock
 2024-10-28 14:18 UTC  (8+ messages)
` [PATCH 1/5] fgraph: Use guard(mutex)(&ftrace_lock) for unregister_ftrace_graph()
` [PATCH 2/5] ftrace: Use guard for match_records()
` [PATCH 3/5] ftrace: Use guard to lock ftrace_lock in cache_mod()
` [PATCH 4/5] ftrace: Use guard to take the ftrace_lock in release_probe()
` [PATCH 5/5] ftrace: Use guard to take ftrace_lock in ftrace_graph_set_hash()

[PATCH v3 0/2] fgraph: Free up function graph shadow stacks
 2024-10-28  6:18 UTC  (3+ messages)
` [PATCH v3 1/2] fgraph: Free ret_stacks when graph tracing is done
` [PATCH v3 2/2] fgraph: Free ret_stack when task is done with it

[PATCH v2 0/2] fgraph: Free up function graph shadow stacks
 2024-10-28  6:00 UTC  (3+ messages)
` [PATCH v2 1/2] fgraph: Free ret_stacks when graph tracing is done
` [PATCH v2 2/2] fgraph: Free ret_stack when task is done with it

[PATCH v5 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-10-28  5:46 UTC  (11+ messages)
` [PATCH v5 17/17] powerpc64/bpf: Add support for "

[PATCH] Removed unnecessary initialization of "ret"
 2024-10-28  5:14 UTC  (3+ messages)

[PATCH v2] fgraph: Give ret_stack its own kmem cache
 2024-10-27 14:02 UTC  (2+ messages)

[PATCH] fgraph: Change the name of cpuhp state to "fgraph:online"
 2024-10-27 11:59 UTC  (2+ 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).