linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-02 20:04:38 to 2024-05-09 04:49:51 UTC [more...]

[RFC PATCH net-next v8 00/14] Device Memory TCP
 2024-05-09  4:49 UTC  (36+ messages)
` [RFC PATCH net-next v8 02/14] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v8 07/14] page_pool: devmem support
` [RFC PATCH net-next v8 13/14] net: add devmem TCP documentation

[POC][RFC][PATCH 0/2] pstore/mm/x86: Add wildcard memmap to map pstore consistently
 2024-05-09  4:00 UTC  (22+ messages)
` [POC][RFC][PATCH 1/2] mm/x86: Add wildcard * option as memmap=nn*align:name

KASAN: slab-use-after-free Read in journal_replay_entry_early
 2024-05-09  3:07 UTC 

WARNING: suspicious RCU usage in bch2_snapshot_tree_oldest_subvol
 2024-05-09  2:53 UTC 

KASAN: slab-out-of-bounds Read in bch2_journal_entry_to_text
 2024-05-09  2:39 UTC 

[PATCH] ftrace: Fix use-after-free issue in ftrace_location()
 2024-05-09  1:39 UTC  (4+ messages)
` [PATCH v3] ftrace: Fix possible "

KASAN: slab-use-after-free Read in bch2_fs_recovery
 2024-05-09  1:00 UTC 

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-05-09  1:00 UTC  (10+ messages)

kernel BUG in bch2_bkey_durability_safe
 2024-05-09  0:53 UTC 

[PATCH 0/4] Fix user stack traces captured from uprobes
 2024-05-08 21:26 UTC  (5+ messages)
` [PATCH 1/4] uprobes: rename get_trampoline_vaddr() and make it global
` [PATCH 2/4] perf,uprobes: fix user stack traces in the presence of pending uretprobes
` [PATCH 3/4] perf,x86: avoid missing caller address in stack traces captured in uprobe
` [PATCH 4/4] selftests/bpf: add test validating uprobe/uretprobe stack traces

inconsistent lock state in __mmap_lock_do_trace_released
 2024-05-08  7:32 UTC 

[PATCH v22 0/5] Introducing trace buffer mapping by user-space
 2024-05-08  2:34 UTC  (6+ messages)
` [PATCH v22 2/5] ring-buffer: Introducing ring-buffer mapping functions
` [PATCH v22 5/5] ring-buffer/selftest: Add ring-buffer mapping test

[PATCH RESEND v8 00/16] mm: jit/text allocator
 2024-05-07 23:52 UTC  (20+ messages)
` [PATCH RESEND v8 01/16] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
` [PATCH RESEND v8 02/16] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH RESEND v8 03/16] nios2: define virtual address space for modules
` [PATCH RESEND v8 04/16] sparc: simplify module_alloc()
` [PATCH RESEND v8 05/16] module: make module_memory_{alloc,free} more self-contained
` [PATCH RESEND v8 06/16] mm: introduce execmem_alloc() and execmem_free()
` [PATCH RESEND v8 07/16] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH RESEND v8 08/16] mm/execmem, arch: convert remaining "
` [PATCH RESEND v8 09/16] riscv: extend execmem_params for generated code allocations
` [PATCH RESEND v8 10/16] arm64: extend execmem_info "
` [PATCH RESEND v8 11/16] powerpc: extend execmem_params for kprobes allocations
` [PATCH RESEND v8 12/16] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH RESEND v8 13/16] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH RESEND v8 14/16] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH RESEND v8 15/16] kprobes: remove dependency on CONFIG_MODULES
` [PATCH RESEND v8 16/16] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[syzbot] [bpf?] [trace?] general protection fault in bpf_get_attach_cookie_tracing
 2024-05-07 21:23 UTC  (2+ messages)

[PATCH v9 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-05-07 21:04 UTC  (8+ messages)

[PATCH v3] kprobe/ftrace: bail out if ftrace was killed
 2024-05-07 18:36 UTC  (4+ messages)

[PATCHv5 bpf-next 0/8] uprobe: uretprobe speed up
 2024-05-07 17:35 UTC  (11+ messages)
` [PATCHv5 bpf-next 1/8] uprobe: Wire up uretprobe system call
` [PATCHv5 bpf-next 2/8] uprobe: Add uretprobe syscall to speed up return probe
` [PATCHv5 bpf-next 3/8] selftests/bpf: Add uretprobe syscall test for regs integrity
` [PATCHv5 bpf-next 4/8] selftests/bpf: Add uretprobe syscall test for regs changes
` [PATCHv5 bpf-next 5/8] selftests/bpf: Add uretprobe syscall call from user space test
` [PATCHv5 bpf-next 6/8] x86/shstk: Add return uprobe support
` [PATCHv5 bpf-next 7/8] selftests/x86: Add return uprobe shadow stack test
` [PATCHv5 8/8] man2: Add uretprobe syscall page

[PATCH v10 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-05-07 14:15 UTC  (37+ messages)
` [PATCH v10 01/36] tracing: Add a comment about ftrace_regs definition
` [PATCH v10 02/36] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v10 03/36] x86: tracing: Add ftrace_regs definition in the header
` [PATCH v10 04/36] function_graph: Convert ret_stack to a series of longs
` [PATCH v10 05/36] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [PATCH v10 06/36] function_graph: Add an array structure that will allow multiple callbacks
` [PATCH v10 07/36] function_graph: Allow multiple users to attach to function graph
` [PATCH v10 08/36] function_graph: Remove logic around ftrace_graph_entry and return
` [PATCH v10 09/36] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH v10 10/36] ftrace: Allow function_graph tracer to be enabled in instances
` [PATCH v10 11/36] ftrace: Allow ftrace startup flags exist without dynamic ftrace
` [PATCH v10 12/36] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH v10 13/36] function_graph: Use a simple LRU for fgraph_array index number
` [PATCH v10 14/36] function_graph: Add "task variables" per task for fgraph_ops
` [PATCH v10 15/36] function_graph: Move set_graph_function tests to shadow stack global var
` [PATCH v10 16/36] function_graph: Move graph depth stored data "
` [PATCH v10 17/36] function_graph: Move graph notrace bit "
` [PATCH v10 18/36] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH v10 19/36] function_graph: Add selftest for passing local variables
` [PATCH v10 20/36] ftrace: Add multiple fgraph storage selftest
` [PATCH v10 21/36] function_graph: Pass ftrace_regs to entryfunc
` [PATCH v10 22/36] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v10 23/36] function_graph: Pass ftrace_regs to retfunc
` [PATCH v10 24/36] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v10 25/36] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v10 26/36] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v10 27/36] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v10 28/36] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v10 29/36] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v10 30/36] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v10 31/36] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v10 32/36] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v10 33/36] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v10 34/36] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v10 35/36] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v10 36/36] fgraph: Skip recording calltime/rettime if it is not nneeded

[PATCH] Documentation: tracing: Fix spelling mistakes
 2024-05-07 14:00 UTC  (2+ messages)

[PATCH 0/2] Objpool performance improvements
 2024-05-07 13:55 UTC  (3+ messages)
` [PATCH 1/2] objpool: enable inlining objpool_push() and objpool_pop() operations

[PATCH 14/48] tracing: Select new NEED_TASKS_RCU Kconfig option
 2024-05-07  9:34 UTC  (2+ messages)
` [PATCH 16/48] ftrace: Choose RCU Tasks based on TASKS_RCU rather than PREEMPTION

[PATCH net-next v9] net/ipv4: add tracepoint for icmp_send
 2024-05-07  9:09 UTC  (2+ messages)

[PATCHv4 bpf-next 0/7] uprobe: uretprobe speed up
 2024-05-07  7:47 UTC  (20+ messages)
` [PATCHv4 bpf-next 2/7] uprobe: Add uretprobe syscall to speed up return probe
` [PATCHv4 7/7] man2: Add uretprobe syscall page

[PATCH] ftrace: Remove unused global 'ftrace_direct_func_count'
 2024-05-06 23:35 UTC  (2+ messages)

[PATCH v8 00/17] mm: jit/text allocator
 2024-05-06 18:22 UTC  (21+ messages)
` [PATCH v8 01/17] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
` [PATCH v8 02/17] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v8 03/17] nios2: define virtual address space for modules
` [PATCH v8 04/17] sparc: simplify module_alloc()
` [PATCH v8 05/17] module: make module_memory_{alloc,free} more self-contained
` [PATCH v8 06/17] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v8 07/17] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v8 08/17] mm/execmem, arch: convert remaining "
` [PATCH v8 09/17] riscv: extend execmem_params for generated code allocations
` [PATCH v8 10/17] arm64: extend execmem_info "
` [PATCH v8 11/17] powerpc: extend execmem_params for kprobes allocations
` [PATCH v8 12/17] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v8 13/17] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v8 14/17] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH v8 15/17] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v8 16/17] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of
` [PATCH v8 17/17] fixup: convert remaining archs: defaults handling

ftrace_direct_func_count ?
 2024-05-06 17:26 UTC  (3+ messages)

[PATCH] tracing: Fix trace_pid_list_free() kernel-doc
 2024-05-06 14:22 UTC 

[PATCH] ftrace: Remove unused list 'ftrace_direct_funcs'
 2024-05-04 13:23 UTC 

[PATCH for-next] selftests/ftrace: Fix required features for VFS type test case
 2024-05-04  0:36 UTC 

[PATCH 0/2] selftests/ftrace: Fix some errors
 2024-05-04  0:33 UTC  (3+ messages)
` [PATCH 1/2] selftests/ftrace: Fix BTFARG testcase to check fprobe is enabled correctly
` [PATCH 2/2] selftests/ftrace: Fix checkbashisms errors

[PATCH v7 00/16] mm: jit/text allocator
 2024-05-03 10:40 UTC  (7+ messages)

[PATCH] tracing: Fix uaf issue in tracing_open_file_tr
 2024-05-03  1:20 UTC  (8+ messages)

[PATCH resend ftrace] Asynchronous grace period for register_ftrace_direct()
 2024-05-03  0:04 UTC  (6+ messages)

[PATCH v2 0/2] tracing/user_events: Fix non-spaced field matching
 2024-05-02 23:11 UTC  (5+ messages)
` [PATCH v2 1/2] "

[PATCH v3 0/6] tracefs/eventfs: Fix inconsistent permissions
 2024-05-02 20:08 UTC  (7+ messages)
` [PATCH v3 1/6] eventfs: Free all of the eventfs_inode after RCU
` [PATCH v3 2/6] tracefs: Reset permissions on remount if permissions are options
` [PATCH v3 3/6] tracefs: Still use mount point as default permissions for instances
` [PATCH v3 4/6] eventfs: Do not differentiate the toplevel events directory
` [PATCH v3 5/6] eventfs: Do not treat events directory different than other directories
` [PATCH v3 6/6] eventfs: Have "events" directory get permissions from its parent


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 read-only IMAP folder(s) and NNTP newsgroup(s).