linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-24 11:52:15 to 2025-09-30 06:49:33 UTC [more...]

[PATCH v6 00/23] mm/ksw: Introduce real-time KStackWatch debugging tool
 2025-09-30  6:49 UTC  (25+ 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

[linux-next:master] [tracing] e5a4cc28a0: BUG:spinlock_bad_magic_on_CPU
 2025-09-30  6:48 UTC 

[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

[RFC] Revert "perf/x86: Always store regs->ip in perf_callchain_kernel()"
 2025-09-29 12:51 UTC 

[PATCH] tracing: Fix race condition in kprobe initialization causing NULL pointer dereference
 2025-09-29 10:12 UTC  (7+ messages)
  ` [PATCH v2] "

[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 RFC bpf-next 0/3] bpf: report probe fault to BPF stderr
 2025-09-27  6:12 UTC  (4+ 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 v3 00/38] vfs, nfsd: implement directory delegations
 2025-09-26 16:27 UTC  (53+ messages)
` [PATCH v3 01/38] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v3 02/38] filelock: add a lm_may_setlease lease_manager callback
` [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 09/38] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v3 10/38] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v3 11/38] nfsd: allow DELEGRETURN on directories
` [PATCH v3 12/38] nfsd: check for delegation conflicts vs. the same client
` [PATCH v3 13/38] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH v3 14/38] filelock: rework the __break_lease API to use flags
` [PATCH v3 15/38] filelock: add struct delegated_inode
` [PATCH v3 16/38] filelock: add support for ignoring deleg breaks for dir change events
` [PATCH v3 17/38] filelock: add a tracepoint to start of break_lease()
` [PATCH v3 18/38] filelock: add an inode_lease_ignore_mask helper
` [PATCH v3 19/38] nfsd: add protocol support for CB_NOTIFY
` [PATCH v3 20/38] nfs_common: add new NOTIFY4_* flags proposed in RFC8881bis
` [PATCH v3 21/38] nfsd: allow nfsd to get a dir lease with an ignore mask
` [PATCH v3 22/38] vfs: add fsnotify_modify_mark_mask()
` [PATCH v3 23/38] nfsd: update the fsnotify mark when setting or removing a dir delegation
` [PATCH v3 24/38] nfsd: make nfsd4_callback_ops->prepare operation bool return
` [PATCH v3 25/38] nfsd: add callback encoding and decoding linkages for CB_NOTIFY
` [PATCH v3 26/38] nfsd: add data structures for handling CB_NOTIFY to directory delegation
` [PATCH v3 27/38] nfsd: add notification handlers for dir events
` [PATCH v3 28/38] nfsd: add tracepoint to dir_event handler
` [PATCH v3 29/38] nfsd: apply the notify mask to the delegation when requested
` [PATCH v3 30/38] nfsd: add helper to marshal a fattr4 from completed args
` [PATCH v3 31/38] nfsd: allow nfsd4_encode_fattr4_change() to work with no export
` [PATCH v3 32/38] nfsd: send basic file attributes in CB_NOTIFY
` [PATCH v3 33/38] nfsd: allow encoding a filehandle into fattr4 without a svc_fh
` [PATCH v3 34/38] nfsd: add a fi_connectable flag to struct nfs4_file
` [PATCH v3 35/38] nfsd: add the filehandle to returned attributes in CB_NOTIFY
` [PATCH v3 36/38] nfsd: properly track requested child attributes
` [PATCH v3 37/38] nfsd: track requested dir attributes
` [PATCH v3 38/38] nfsd: add support to CB_NOTIFY for dir attribute changes

[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 0/3] PCI: trace: Add a RAS tracepoint to monitor link speed changes
 2025-09-26  0:18 UTC  (5+ messages)
` [PATCH v11 1/3] PCI: trace: Add a generic RAS tracepoint for hotplug event
` [PATCH v11 2/3] PCI: trace: Add a RAS tracepoint to monitor link speed changes
` [PATCH v11 3/3] Documentation: tracing: Add documentation about PCI tracepoints

[PATCH v2] tracing/osnoise: Replace kmalloc + copy_from_user with memdup_user
 2025-09-25 21:17 UTC 

[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  (5+ messages)

[PATCH blktrace v2 00/22] blktrace: Add user-space support for zoned command tracing
 2025-09-25 15:04 UTC  (23+ 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-09-25 15:02 UTC  (16+ 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] rv: Add signal reactor
 2025-09-25 14:39 UTC  (5+ 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] "

[PATCH v5 00/23] mm/ksw: Introduce real-time KStackWatch debugging tool
 2025-09-25  2:07 UTC  (23+ messages)
` [PATCH v5 04/23] mm/ksw: add build system support
` [PATCH v5 06/23] mm/ksw: add singleton /proc/kstackwatch interface
` [PATCH v5 11/23] sched: add per-task context
` [PATCH v5 12/23] mm/ksw: add entry kprobe and exit fprobe management
` [PATCH v5 13/23] mm/ksw: add per-task ctx tracking
` [PATCH v5 14/23] mm/ksw: resolve stack watch addr and len
` [PATCH v5 15/23] mm/ksw: manage probe and HWBP lifecycle via procfs
` [PATCH v5 16/23] mm/ksw: add self-debug helpers
  ` [PATCH v5 17/23] mm/ksw: add test module
  ` [PATCH v5 18/23] mm/ksw: add stack overflow test
  ` [PATCH v5 19/23] mm/ksw: add recursive depth test
  ` [PATCH v5 20/23] mm/ksw: add multi-thread corruption test cases
  ` [PATCH v5 21/23] tools/ksw: add test script
  ` [PATCH v5 22/23] docs: add KStackWatch document
  ` [PATCH v5 23/23] MAINTAINERS: add entry for KStackWatch
` [PATCH v5 07/23] mm/ksw: add HWBP pre-allocation

[BUG] Failed to obtain stack trace via bpf_get_stackid on ARM64 architecture
 2025-09-24 22:00 UTC  (3+ messages)

[BUG] Failed to obtain stack trace via bpf_get_stackid on ARM64 architecture
 2025-09-24 21:56 UTC  (4+ messages)

[PATCH 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
 2025-09-24 16:00 UTC  (6+ messages)
` [PATCH 2/9] ftrace: Add register_ftrace_direct_hash function

[PATCH] tracing: dynevent: Add a missing lockdown check on dynevent
 2025-09-24 14:28 UTC  (2+ messages)

[PATCH v2 1/1] tracing/sched: add 'next_policy' to trace_sched_switch
 2025-09-24 12:45 UTC  (4+ 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).