linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-17 09:33:57 to 2024-05-28 00:56:55 UTC [more...]

[PATCH 0/6] Cleanup cpumask.h inclusion in core headers
 2024-05-28  0:56 UTC  (4+ messages)
` [PATCH 1/6] MAINTAINERS: add linux/nodemask_types.h to BITMAP API
` [PATCH 2/6] sched: avoid using ilog2() in sched.h
` [PATCH 3/6] cpumask: split out include/linux/cpumask_types.h

[PATCH] ftrace: adding the missing parameter descriptions of unregister_ftrace_direct
 2024-05-28  0:50 UTC 

[PATCH v2] ftrace: Fix stack trace entry generated by ftrace_pid_func()
 2024-05-27 23:49 UTC  (2+ messages)

[PATCH v3 0/3] Clean up usage of rt_task()
 2024-05-27 23:45 UTC  (4+ messages)
` [PATCH v3 1/3] sched/rt: "
` [PATCH v3 2/3] hrtimer: Convert realtime_task() to realtime_task_policy()
` [PATCH v3 3/3] sched/rt, dl: Convert functions to return bool

[PATCH 0/2] ring-buffer: Fix a race between readers and resize checks
 2024-05-27 23:43 UTC  (6+ messages)
` [PATCH 1/2] ring-buffer: Correct stale comments related to non-consuming readers
` [PATCH 2/2] ring-buffer: Fix a race between readers and resize checks

[PATCH 0/3] tracing: Fix some selftest issues
 2024-05-27 23:29 UTC  (5+ messages)
` [PATCH 1/3] tracing: Build event generation tests only as modules
` [PATCH 2/3] tracing/kprobe: Remove unneeded WARN_ON_ONCE() in selftests
` [PATCH 3/3] tracing/kprobe: Remove cleanup code unrelated to selftest

Bug in Kernel 6.8.x, 6.9.x Causing Trace/Panic During Shutdown/Reboot
 2024-05-27 22:31 UTC  (8+ messages)

[PATCH v2] sched/rt: Clean up usage of rt_task()
 2024-05-27 17:37 UTC  (5+ messages)

ARM Ftrace Function Graph Fails With UNWINDER_FRAME_POINTER
 2024-05-27 12:51 UTC  (5+ messages)

[PATCH v2] tracing/probes: fix error check in parse_btf_field()
 2024-05-27 12:31 UTC  (2+ messages)

[PATCH 0/2] Improve dump_page() output for slab pages
 2024-05-27 10:48 UTC  (8+ messages)
` [PATCH 1/2] mm: printk: introduce new format %pGs for slab flags
` [PATCH 2/2] mm: debug: print correct information for slab folios

[PATCH] ftrace: Fix stack trace entry generated by ftrace_pid_func()
 2024-05-27  5:47 UTC  (4+ messages)

[PATCH 00/20] function_graph: Allow multiple users for function graph tracing
 2024-05-27  1:18 UTC  (30+ messages)
` [PATCH 01/20] function_graph: Convert ret_stack to a series of longs
` [PATCH 02/20] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [PATCH 03/20] function_graph: Add an array structure that will allow multiple callbacks
` [PATCH 04/20] function_graph: Allow multiple users to attach to function graph
` [PATCH 05/20] function_graph: Handle tail calls for stack unwinding
` [PATCH 06/20] function_graph: Remove logic around ftrace_graph_entry and return
` [PATCH 07/20] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH 08/20] ftrace: Allow function_graph tracer to be enabled in instances
` [PATCH 09/20] ftrace: Allow ftrace startup flags to exist without dynamic ftrace
` [PATCH 10/20] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH 11/20] function_graph: Use a simple LRU for fgraph_array index number
` [PATCH 12/20] function_graph: Add "task variables" per task for fgraph_ops
` [PATCH 13/20] function_graph: Move set_graph_function tests to shadow stack global var
` [PATCH 14/20] function_graph: Move graph depth stored data "
` [PATCH 15/20] function_graph: Move graph notrace bit "
` [PATCH 16/20] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH 17/20] function_graph: Add selftest for passing local variables
` [PATCH 18/20] ftrace: Add multiple fgraph storage selftest
` [PATCH 19/20] function_graph: Use for_each_set_bit() in __ftrace_return_to_handler()
` [PATCH 20/20] function_graph: Use bitmask to loop on fgraph entry

[PATCH] tracing/probes: fix error check in parse_btf_field()
 2024-05-26 23:13 UTC  (4+ messages)

[PATCH v10 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-05-25  9:48 UTC  (13+ messages)
` [PATCH v10 01/36] tracing: Add a comment about ftrace_regs definition
` [PATCH v10 03/36] x86: tracing: Add ftrace_regs definition in the header
` [PATCH v10 07/36] function_graph: Allow multiple users to attach to function graph

[PATCH 0/2] selftests/ftrace: Fix config related issues
 2024-05-25  4:28 UTC  (5+ messages)
` [PATCH 1/2] selftests/ftrace: Fix to check required event file
` [PATCH 2/2] selftests/ftrace: Update required config

(no subject)
 2024-05-25  2:29 UTC 

(no subject)
 2024-05-25  2:29 UTC 

How to properly fix reading user pointers in bpf in android kernel 4.9?
 2024-05-24 13:13 UTC 

[PATCH] selftests/uprobes: Add a basic uprobe testcase
 2024-05-24  0:49 UTC 

[PATCH] tracing/selftests: Run the ownership test twice
 2024-05-24  0:47 UTC  (2+ messages)

[PATCH] uprobes: prevent mutex_lock() under rcu_read_lock()
 2024-05-23 23:45 UTC  (4+ messages)

[PATCH] riscv: Fix early ftrace nop patching
 2024-05-23 18:00 UTC  (4+ messages)

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

[PATCH] ring-buffer: Align meta-page to sub-buffers for improved TLB usage
 2024-05-23  9:14 UTC 

[PATCH net-next v9 00/14] Device Memory TCP
 2024-05-23  6:02 UTC  (8+ messages)
` [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 11/14] tcp: RX path for devmem TCP

[PATCH v2 0/4] tracefs/eventfs: Fix failed second run of test_ownership
 2024-05-23  5:14 UTC  (5+ messages)
` [PATCH v2 1/4] eventfs: Keep the directories from having the same inode number as files
` [PATCH v2 2/4] tracefs: Update inode permissions on remount
` [PATCH v2 3/4] eventfs: Update all the eventfs_inodes from the events descriptor
` [PATCH v2 4/4] tracefs: Clear EVENT_INODE flag in tracefs_drop_inode()

[PATCH] ftrace: riscv: move from REGS to ARGS
 2024-05-22 23:51 UTC  (2+ messages)

[PATCH v3] kprobe/ftrace: bail out if ftrace was killed
 2024-05-22 23:32 UTC  (2+ messages)

[PATCH] tracefs: Remove unneeded buggy tracefs iput callback
 2024-05-22 18:05 UTC  (2+ messages)

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

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

[PATCH] tools/latency-collector: fix -Wformat-security compile warns
 2024-05-21 16:10 UTC  (3+ messages)

[PATCH] tracing/selftests: Fix kprobe event name test for .isra. functions
 2024-05-21 15:10 UTC  (4+ messages)

[PATCHv5 bpf-next 6/8] x86/shstk: Add return uprobe support
 2024-05-21 10:11 UTC  (13+ messages)

[PATCH 0/4] Fix user stack traces captured from uprobes
 2024-05-20 23:56 UTC  (8+ messages)
` [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 v3 0/6] Generate address range data for built-in modules
 2024-05-20 16:53 UTC  (8+ messages)
` [PATCH v3 2/6] trace: add CONFIG_BUILTIN_MODULE_RANGES option
` [PATCH v3 4/6] module: script to generate offset ranges for builtin modules
` [PATCH v3 6/6] module: add install target for modules.builtin.ranges

UBSAN: shift-out-of-bounds in validate_sb_layout
 2024-05-20 14:42 UTC  (3+ messages)

general protection fault in __bch2_trans_commit
 2024-05-20  6:53 UTC 

[PATCH] rv: Update rv_en(dis)able_monitor doc to match kernel-doc
 2024-05-20  5:42 UTC 

[PATCH] kernel: trace: preemptirq_delay_test: add MODULE_DESCRIPTION()
 2024-05-19  2:54 UTC  (2+ messages)

[PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-05-18  1:25 UTC  (11+ messages)

[PATCH RESEND v8 00/16] mm: jit/text allocator
 2024-05-17 16:09 UTC  (5+ messages)
` [PATCH RESEND v8 16/16] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH -next] rv: Update rv_en(dis)able_monitor doc to match kernel-doc
 2024-05-17 10:18 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).