linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-05 14:27:58 to 2024-05-11 22:42:15 UTC [more...]

[PATCH v2 0/6] Generate address range data for built-in modules
 2024-05-11 22:40 UTC 

[PATCHv5 bpf-next 0/8] uprobe: uretprobe speed up
 2024-05-11 21:09 UTC  (14+ 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

[RFC PATCH v3 1/7] mm/damon/paddr: refactor DAMOS_PAGEOUT with migration_mode
 2024-05-11 20:16 UTC  (2+ messages)

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

[PATCH] eventfs: Directly return NULL to avoid null point dereferenced
 2024-05-11  2:42 UTC 

[PATCH net-next v9 00/14] Device Memory TCP
 2024-05-10 23:21 UTC  (15+ messages)
` [PATCH net-next v9 01/14] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v9 02/14] net: page_pool: create hooks for custom page providers
` [PATCH net-next v9 03/14] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v9 04/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v9 05/14] netdev: netdevice devmem allocator
` [PATCH net-next v9 06/14] page_pool: convert to use netmem
` [PATCH net-next v9 07/14] page_pool: devmem support
` [PATCH net-next v9 08/14] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v9 09/14] net: support non paged skb frags
` [PATCH net-next v9 10/14] net: add support for skbs with unreadable frags
` [PATCH net-next v9 11/14] tcp: RX path for devmem TCP
` [PATCH net-next v9 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v9 13/14] net: add devmem TCP documentation
` [PATCH net-next v9 14/14] selftests: add ncdevmem, netcat for devmem TCP

[PATCH v22 0/5] Introducing trace buffer mapping by user-space
 2024-05-10 18:50 UTC  (15+ 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 v23 0/5] Introducing trace buffer mapping by user-space
 2024-05-10 14:06 UTC  (7+ messages)
` [PATCH v23 1/5] ring-buffer: Allocate sub-buffers with __GFP_COMP
` [PATCH v23 2/5] ring-buffer: Introducing ring-buffer mapping functions
` [PATCH v23 3/5] tracing: Allow user-space mapping of the ring-buffer
` [PATCH v23 4/5] Documentation: tracing: Add ring-buffer mapping
` [PATCH v23 5/5] ring-buffer/selftest: Add ring-buffer mapping test

[PATCH 0/2] Objpool performance improvements
 2024-05-10  9:15 UTC  (6+ messages)
` [PATCH 1/2] objpool: enable inlining objpool_push() and objpool_pop() operations

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

kernel BUG in ptr_stale
 2024-05-09 19:57 UTC  (2+ messages)

[PATCH] ftrace: Fix use-after-free issue in ftrace_location()
 2024-05-09 19:28 UTC  (5+ messages)
` [PATCH v3] ftrace: Fix possible "
` [PATCH v4] "

kernel BUG in bch2_fs_journal_stop
 2024-05-09  6:56 UTC 

general protection fault in crypto_skcipher_encrypt
 2024-05-09  6:42 UTC 

general protection fault in crypto_skcipher_encrypt
 2024-05-09  6:40 UTC 

KASAN: slab-out-of-bounds Read in journal_validate_key
 2024-05-09  6:50 UTC 

WARNING in fscrypt_fname_siphash
 2024-05-09  6:33 UTC 

[RFC PATCH net-next v8 00/14] Device Memory TCP
 2024-05-09  4:49 UTC  (34+ 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

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 

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

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

[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 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  (15+ messages)
` [PATCHv4 bpf-next 2/7] uprobe: Add uretprobe syscall to speed up return probe

[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  (15+ messages)
` [PATCH v8 06/17] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v8 08/17] mm/execmem, arch: convert remaining overrides of module_alloc to execmem
` [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 


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