messages from 2025-09-25 07:14:49 to 2025-10-02 19:28:43 UTC [more...]
[PATCH] powerpc64/bpf: support direct_call on livepatch function
2025-10-02 19:27 UTC
[PATCH v16 0/4] perf tool: Support the deferred unwinding infrastructure
2025-10-02 17:49 UTC (3+ messages)
` [PATCH v16 4/4] perf tools: Merge deferred user callchains
[PATCH v1] tools/rtla: Fix unassigned nr_cpus
2025-10-02 17:08 UTC
[PATCH] rv: Add signal reactor
2025-10-02 14:56 UTC (7+ messages)
[PATCH] tracing: fprobe: Fix to init fprobe_ip_table earlier
2025-10-02 14:05 UTC (3+ messages)
[PATCH] tracing: Fix race condition in kprobe initialization causing NULL pointer dereference
2025-10-02 14:04 UTC (20+ messages)
` [PATCH v2] "
` [PATH v3] "
` [PATCH v4] "
[PATCH v1 1/2] tools/rtla: Add for_each_monitored_cpu() helper
2025-10-02 12:35 UTC (2+ messages)
` [PATCH v1 2/2] tools/rtla: Remove unused optional option_index
[PATCH 2/2] rv: Make rtapp/pagefault monitor depends on CONFIG_MMU
2025-10-02 11:51 UTC (2+ messages)
[PATCH 1/2] rv: Fully convert enabled_monitors to use list_head as iterator
2025-10-02 11:42 UTC (2+ messages)
[PATCH v2 00/20] rv: Add Hybrid Automata monitor type, per-object and deadline monitors
2025-10-02 11:30 UTC (19+ messages)
` [PATCH v2 01/20] rv: Refactor da_monitor to minimise macros
` [PATCH v2 02/20] rv: Cleanup da_monitor after refactor
` [PATCH v2 03/20] rv: Unify DA event handling functions across monitor types
` [PATCH v2 04/20] Documentation/rv: Adapt documentation after da_monitor refactoring
` [PATCH v2 05/20] verification/rvgen: Adapt dot2k and templates after refactoring da_monitor.h
` [PATCH v2 06/20] verification/rvgen: Annotate DA functions with types
` [PATCH v2 08/20] verification/dot2c: Remove superfluous enum assignment and add last comma
` [PATCH v2 11/20] verification/rvgen: Allow spaces in and events strings
[linux-next:master] [tracing] e5a4cc28a0: BUG:spinlock_bad_magic_on_CPU
2025-10-02 9:54 UTC (4+ messages)
[PATCH RFC bpf-next 0/3] bpf: report probe fault to BPF stderr
2025-10-02 2:03 UTC (5+ messages)
` [PATCH RFC bpf-next 1/3] "
` [PATCH RFC bpf-next 2/3] x86,bpf: use bpf_prog_report_probe_violation for x86
` [PATCH RFC bpf-next 3/3] selftests/bpf: add testcase for probe read fault
[PATCH] uprobe: Move arch_uprobe_optimize right after handlers execution
2025-10-01 23:20 UTC (3+ messages)
[PATCH v3] tracing/osnoise: Replace kmalloc + copy_from_user with memdup_user_nul
2025-10-01 13:09 UTC
[PATCH v2] tracing/osnoise: Replace kmalloc + copy_from_user with memdup_user
2025-10-01 12:17 UTC (6+ messages)
[PATCH blktrace v2 00/22] blktrace: Add user-space support for zoned command tracing
2025-10-01 7:53 UTC (28+ messages)
` [PATCH blktrace v2 01/22] blktrace: fix comment for struct blk_trace_setup:
` [PATCH blktrace v2 02/22] blkparse: fix compiler warning
` [PATCH blktrace v2 03/22] blktrace: add definitions for BLKTRACESETUP2
` [PATCH blktrace v2 04/22] blktrace: change size of action to 64 bits
` [PATCH blktrace v2 05/22] blktrace: add definitions for blk_io_trace2
` [PATCH blktrace v2 06/22] blktrace: support protocol version 8
` [PATCH blktrace v2 07/22] blkparse: pass magic to get_magic
` [PATCH blktrace v2 08/22] blkparse: read 'magic' first
` [PATCH blktrace v2 09/22] blkparse: factor out reading of a singe blk_io_trace event
` [PATCH blktrace v2 10/22] blkparse: skip unsupported protocol versions
` [PATCH blktrace v2 11/22] blkparse: make get_pdulen() take the pdu_len
` [PATCH blktrace v2 12/22] blkiomon: read 'magic' first
` [PATCH blktrace v2 13/22] blktrace: pass magic to CHECK_MAGIC macro
` [PATCH blktrace v2 14/22] blktrace: pass magic to verify_trace
` [PATCH blktrace v2 15/22] blktrace: rename trace_to_cpu to bit_trace_to_cpu
` [PATCH blktrace v2 16/22] blkparse: use blk_io_trace2 internally
` [PATCH blktrace v2 17/22] blkparse: natively parse blk_io_trace2
` [PATCH blktrace v2 18/22] blkparse: parse zone (un)plug actions
` [PATCH blktrace v2 19/22] blkparse: add zoned commands to fill_rwbs()
` [PATCH blktrace v2 20/22] blkparse: parse zone management commands
` [PATCH blktrace v2 21/22] blkparse: parse zone append completions
` [PATCH blktrace v2 22/22] blktrace: call BLKTRACESETUP2 ioctl per default to setup a trace
[PATCH v2 00/15] block: add blktrace support for zoned block device commands
2025-10-01 7:35 UTC (31+ messages)
` [PATCH v2 01/15] blktrace: only calculate trace length once
` [PATCH v2 02/15] blktrace: factor out recording a blktrace event
` [PATCH v2 03/15] blktrace: split out relaying "
` [PATCH v2 04/15] blktrace: untangle if/else sequence in __blk_add_trace
` [PATCH v2 05/15] blktrace: change the internal action to 64bit
` [PATCH v2 06/15] blktrace: split do_blk_trace_setup into two functions
` [PATCH v2 07/15] blktrace: add definitions for blk_user_trace_setup2
` [PATCH v2 08/15] blktrace: pass blk_user_trace2 to setup functions
` [PATCH v2 09/15] blktrace: add definitions for struct blk_io_trace2
` [PATCH v2 10/15] blktrace: differentiate between blk_io_trace versions
` [PATCH v2 11/15] blktrace: add block trace commands for zone operations
` [PATCH v2 12/15] blktrace: expose ZONE APPEND completions to blktrace
` [PATCH v2 13/15] blktrace: trace zone management operations
` [PATCH v2 14/15] blktrace: trace zone write plugging operations
` [PATCH v2 15/15] blktrace: handle BLKTRACESETUP2 ioctl
[PATCH] dma-mapping: fix direction in dma_alloc direction traces
2025-10-01 6:16 UTC (2+ messages)
[PATCH v5 0/8] tracing: wprobe: Add wprobe for watchpoint
2025-10-01 0:30 UTC (3+ messages)
` [PATCH v5 1/8] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
[RFC] Revert "perf/x86: Always store regs->ip in perf_callchain_kernel()"
2025-09-30 22:53 UTC (2+ messages)
[PATCH v6 00/23] mm/ksw: Introduce real-time KStackWatch debugging tool
2025-09-30 8:33 UTC (26+ messages)
` [PATCH v6 01/23] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v6 02/23] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v6 03/23] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v6 04/23] mm/ksw: add build system support
` [PATCH v6 05/23] mm/ksw: add ksw_config struct and parser
` [PATCH v6 06/23] mm/ksw: add singleton debugfs interface
` [PATCH v6 07/23] mm/ksw: add HWBP pre-allocation
` [PATCH v6 08/23] mm/ksw: Add atomic watchpoint management api
` [PATCH v6 09/23] mm/ksw: ignore false positives from exit trampolines
` [PATCH v6 10/23] mm/ksw: support CPU hotplug
` [PATCH v6 11/23] sched: add per-task context
` [PATCH v6 12/23] mm/ksw: add entry kprobe and exit fprobe management
` [PATCH v6 13/23] mm/ksw: add per-task ctx tracking
` [PATCH v6 14/23] mm/ksw: resolve stack watch addr and len
` [PATCH v6 15/23] mm/ksw: manage probe and HWBP lifecycle via procfs
` [PATCH v6 16/23] mm/ksw: add self-debug helpers
` [PATCH v6 17/23] mm/ksw: add test module
` [PATCH v6 18/23] mm/ksw: add stack overflow test
` [PATCH v6 19/23] mm/ksw: add recursive depth test
` [PATCH v6 20/23] mm/ksw: add multi-thread corruption test cases
` [PATCH v6 21/23] tools/ksw: add test script
` [PATCH v6 22/23] docs: add KStackWatch document
` [PATCH v6 23/23] MAINTAINERS: add entry for KStackWatch
[RFC PATCH V4] sched: psi: Add psi events trace point
2025-09-30 3:19 UTC (3+ messages)
[PATCH AUTOSEL 6.16-5.10] tracing: dynevent: Add a missing lockdown check on dynevent
2025-09-30 2:18 UTC
[syzbot] [trace?] possible deadlock in ring_buffer_map
2025-09-29 23:09 UTC (2+ messages)
[PATCH v3 0/2] tracing: Add an option to show symbols in _text+offset for function profiler
2025-09-29 22:35 UTC (3+ messages)
` [PATCH v3 1/2] tracing: Allow tracer to add more than 32 options
` [PATCH v3 2/2] tracing: Add an option to show symbols in _text+offset for function profiler
[PATCH] tracing: Fix lock imbalance in s_start() memory allocation failure path
2025-09-29 18:03 UTC (2+ messages)
[PATCH v3 0/3] rtla: fix cgroup and trace options parsing
2025-09-29 15:13 UTC (5+ messages)
` [PATCH v3 1/3] rtla: fix buffer overflow in actions_parse
[syzbot] [block?] [trace?] INFO: task hung in blk_trace_setup (4)
2025-09-28 20:12 UTC (2+ messages)
[PATCH v2 0/8] tracing: Show contents of syscall trace event user space fields
2025-09-27 14:43 UTC (5+ messages)
` [PATCH v2 3/8] tracing: Have syscall trace events read user space string
[PATCH v2 0/7] tools/rtla: Code consolidation and osnoise actions
2025-09-27 10:09 UTC (5+ messages)
[PATCH v3 00/38] vfs, nfsd: implement directory delegations
2025-09-26 16:27 UTC (23+ messages)
` [PATCH v3 03/38] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v3 04/38] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v3 05/38] vfs: allow rmdir "
` [PATCH v3 06/38] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v3 07/38] vfs: make vfs_create break delegations on parent directory
` [PATCH v3 08/38] vfs: make vfs_mknod "
` [PATCH v3 22/38] vfs: add fsnotify_modify_mark_mask()
` [PATCH v3 27/38] nfsd: add notification handlers for dir events
[PATCH v2] rtla/actions: Fix condition for buffer reallocation
2025-09-26 14:35 UTC (2+ messages)
[PATCH 0/2] selftests/verification: Add initial RV tests
2025-09-26 9:46 UTC (3+ messages)
` [PATCH 1/2] selftest/ftrace: Generalise ftracetest to use with RV
` [PATCH 2/2] selftests/verification: Add initial RV tests
[PATCH v11 2/3] PCI: trace: Add a RAS tracepoint to monitor link speed changes
2025-09-26 0:18 UTC (2+ messages)
[PATCH] ceph: add trace points to the MDS client
2025-09-25 19:09 UTC (2+ messages)
[PATCH] tracing: Fix the bug where bpf_get_stackid returns -EFAULT on the ARM64
2025-09-25 15:32 UTC (4+ messages)
[PATCH] tracing: fprobe: fix suspicious rcu usage in fprobe_entry
2025-09-25 10:17 UTC (9+ messages)
` [PATCH] rhashtable: Use rcu_dereference_all and rcu_dereference_all_check
` [v2 PATCH] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).