public inbox for linux-trace-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-03 14:26:27 to 2026-04-08 18:36:16 UTC [more...]

[PATCH bpf-next v4 0/2] Reject sleepable kprobe_multi programs at attach time
 2026-04-08 18:35 UTC  (3+ messages)
` [PATCH bpf-next v4 1/2] bpf: "
` [PATCH bpf-next v4 2/2] selftests/bpf: Add test to ensure kprobe_multi is not sleepable

[PATCH 00/24] vfs/nfsd: add support for CB_NOTIFY callbacks in directory delegations
 2026-04-08 18:34 UTC  (36+ messages)
` [PATCH 01/24] filelock: add support for ignoring deleg breaks for dir change events
` [PATCH 02/24] filelock: add a tracepoint to start of break_lease()
` [PATCH 03/24] filelock: add an inode_lease_ignore_mask helper
` [PATCH 04/24] nfsd: add protocol support for CB_NOTIFY
` [PATCH 05/24] nfs_common: add new NOTIFY4_* flags proposed in RFC8881bis
` [PATCH 06/24] nfsd: allow nfsd to get a dir lease with an ignore mask
` [PATCH 07/24] vfs: add fsnotify_modify_mark_mask()
` [PATCH 08/24] nfsd: update the fsnotify mark when setting or removing a dir delegation
` [PATCH 09/24] nfsd: make nfsd4_callback_ops->prepare operation bool return
` [PATCH 10/24] nfsd: add callback encoding and decoding linkages for CB_NOTIFY
` [PATCH 11/24] nfsd: use RCU to protect fi_deleg_file
` [PATCH 12/24] nfsd: add data structures for handling CB_NOTIFY
` [PATCH 13/24] nfsd: add notification handlers for dir events
` [PATCH 14/24] nfsd: add tracepoint to dir_event handler
` [PATCH 15/24] nfsd: apply the notify mask to the delegation when requested
` [PATCH 16/24] nfsd: add helper to marshal a fattr4 from completed args
` [PATCH 17/24] nfsd: allow nfsd4_encode_fattr4_change() to work with no export
` [PATCH 18/24] nfsd: send basic file attributes in CB_NOTIFY
` [PATCH 19/24] nfsd: allow encoding a filehandle into fattr4 without a svc_fh
` [PATCH 20/24] nfsd: add a fi_connectable flag to struct nfs4_file
` [PATCH 21/24] nfsd: add the filehandle to returned attributes in CB_NOTIFY
` [PATCH 22/24] nfsd: properly track requested child attributes
` [PATCH 23/24] nfsd: track requested dir attributes
` [PATCH 24/24] nfsd: add support to CB_NOTIFY for dir attribute changes

[RFC PATCH 0/4] trace, livepatch: Allow kprobe return overriding for livepatched functions
 2026-04-08 18:19 UTC  (34+ messages)
` [RFC PATCH 3/4] livepatch: Add "replaceable" attribute to klp_patch
` [RFC PATCH 2/4] trace: Allow kprobes to override livepatched functions

[PATCH 1/2] tracing: Store trace_marker_raw payload length in events
 2026-04-08 17:39 UTC  (3+ messages)
` [PATCH 2/2] selftests/ftrace: Check exact trace_marker_raw payload lengths

[PATCH 1/2] tracing/hist: bound full field-name construction
 2026-04-08 17:18 UTC  (8+ messages)
` [PATCH v2 1/2] tracing/hist: rebuild full_name on each hist_field_name() call

[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
 2026-04-08 16:54 UTC  (13+ messages)
` [PATCH RFC v4 10/44] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2

[PATCH v2 1/2] module/kallsyms: fix nextval for data symbol lookup
 2026-04-08 15:24 UTC  (2+ messages)

[PATCH] seq_buf: add KUnit tests for seq_buf_putmem_hex()
 2026-04-08 14:44 UTC  (3+ messages)
` [PATCH v2] seq_buf: export seq_buf_putmem_hex() and add KUnit tests

[PATCH] perf: enable unprivileged syscall tracing with perf trace
 2026-04-08 12:39 UTC 

[GIT PULL] rv changes for v7.1 (for-next)
 2026-04-08 12:27 UTC 

[RFC v6 0/7] ext4: fast commit: snapshot inode state for FC log
 2026-04-08 11:20 UTC  (8+ messages)
` [RFC v6 1/7] ext4: fast commit: snapshot inode state before writing log
` [RFC v6 2/7] ext4: lockdep: handle i_data_sem subclassing for special inodes
` [RFC v6 3/7] ext4: fast commit: avoid waiting for FC_COMMITTING
` [RFC v6 4/7] ext4: fast commit: avoid self-deadlock in inode snapshotting
` [RFC v6 5/7] ext4: fast commit: avoid i_data_sem by dropping ext4_map_blocks() in snapshots
` [RFC v6 6/7] ext4: fast commit: add lock_updates tracepoint
` [RFC v6 7/7] ext4: fast commit: export snapshot stats in fc_info

[PATCH] uprobes: clear extra_consumers before pooling return instances
 2026-04-08 10:02 UTC 

[PATCH] selftests/ftrace: Quote check_requires comparisons
 2026-04-08  4:32 UTC 

[PATCH] selftests/ftrace: Account for fprobe attachment at creation
 2026-04-08  4:25 UTC  (4+ messages)
` [PATCH v2] selftests/ftrace: Account for fprobe attachment before enable

[PATCH] tracing/fprobe: Check the same type fprobe on table as the unregistered one
 2026-04-08  2:02 UTC  (3+ messages)

[PATCH bpf-next v7 0/2] tracing: Fix kprobe attachment when module shadows vmlinux symbol
 2026-04-08  1:20 UTC  (4+ messages)
` [PATCH bpf-next v7 1/2] tracing: Prefer vmlinux symbols over module symbols for unqualified kprobes
` [PATCH bpf-next v7 2/2] selftests/bpf: Add tests for kprobe attachment with duplicate symbols

[PATCH] selftests/ftrace: Drop invalid top-level local in test_ownership
 2026-04-08  0:37 UTC  (2+ messages)

[PATCH bpf-next v6 0/2] tracing: Fix kprobe attachment when module shadows vmlinux symbol
 2026-04-07 19:34 UTC  (5+ messages)
` [PATCH bpf-next v6 1/2] tracing: Prefer vmlinux symbols over module symbols for unqualified kprobes
` [PATCH bpf-next v6 2/2] selftests/bpf: Add tests for kprobe attachment with duplicate symbols

[RFC 0/2] openrisc: Add support for KProbes
 2026-04-07 18:56 UTC  (3+ messages)
` [RFC 1/2] openrisc: Add utilities and clean up simulation of instructions
` [RFC 2/2] openrisc: Add KProbes

[PATCH] selftests/ftrace: Check exact trace_marker_raw payload lengths
 2026-04-07 16:54 UTC  (3+ messages)

[PATCH] ring-buffer: Preserve true payload lengths in long data events
 2026-04-07 16:45 UTC  (3+ messages)

[PATCH v5 0/3] PCI Controller event and LTSSM tracepoint support
 2026-04-07 14:43 UTC  (4+ messages)

[PATCH v4 0/5] locking: contended_release tracepoint instrumentation
 2026-04-07 13:10 UTC  (2+ messages)

[PATCH v2 00/17] Landlock tracepoints
 2026-04-07 13:00 UTC  (20+ messages)
` [PATCH v2 01/17] landlock: Prepare ruleset and domain type split
` [PATCH v2 02/17] landlock: Move domain query functions to domain.c
` [PATCH v2 03/17] landlock: Split struct landlock_domain from struct landlock_ruleset
` [PATCH v2 04/17] landlock: Split denial logging from audit into common framework
` [PATCH v2 05/17] tracing: Add __print_untrusted_str()
` [PATCH v2 06/17] landlock: Add create_ruleset and free_ruleset tracepoints
` [PATCH v2 07/17] landlock: Add landlock_add_rule_fs and landlock_add_rule_net tracepoints
` [PATCH v2 08/17] landlock: Add restrict_self and free_domain tracepoints
` [PATCH v2 09/17] landlock: Add tracepoints for rule checking
` [PATCH v2 10/17] landlock: Set audit_net.sk for socket access checks
` [PATCH v2 11/17] landlock: Add landlock_deny_access_fs and landlock_deny_access_net
` [PATCH v2 12/17] landlock: Add tracepoints for ptrace and scope denials
` [PATCH v2 13/17] selftests/landlock: Add trace event test infrastructure and tests
` [PATCH v2 14/17] selftests/landlock: Add filesystem tracepoint tests
` [PATCH v2 15/17] selftests/landlock: Add network "
` [PATCH v2 16/17] selftests/landlock: Add scope and ptrace "
` [PATCH v2 17/17] landlock: Document tracepoints

[RFC PATCH bpf-next v5 0/2] tracing: Fix kprobe attachment when module shadows vmlinux symbol
 2026-04-07 12:59 UTC  (7+ messages)
` [RFC PATCH bpf-next v5 1/2] tracing: Prefer vmlinux symbols over module symbols for unqualified kprobes
` [RFC PATCH bpf-next v5 2/2] selftests/bpf: Add tests for duplicate kprobe symbol handling

[PATCH] selftests/ftrace: Fix BAD_TP_NAME marker in fprobe_syntax_errors
 2026-04-07 12:11 UTC 

[PATCH v2] bootconfig: Apply early options from embedded config
 2026-04-07 10:19 UTC  (11+ messages)

[PATCH net-next v2 0/2] mptcp: autotune related improvement
 2026-04-07  8:45 UTC  (2+ messages)
` [PATCH net-next v2 1/2] mptcp: better mptcp-level RTT estimator

[PATCH] tracing/hist: bound expression string construction
 2026-04-07  6:09 UTC 

[RESEND PATCH v16 0/5] ring-buffer: Making persistent ring buffers robust
 2026-04-07  1:12 UTC  (6+ messages)
` [RESEND PATCH v16 1/5] ring-buffer: Flush and stop persistent ring buffer on panic
` [RESEND PATCH v16 2/5] ring-buffer: Skip invalid sub-buffers when validating persistent ring buffer
` [RESEND PATCH v16 3/5] ring-buffer: Skip invalid sub-buffers when rewinding "
` [RESEND PATCH v16 4/5] ring-buffer: Add persistent ring buffer invalid-page inject test
` [RESEND PATCH v16 5/5] ring-buffer: Show commit numbers in buffer_meta file

[PATCH bpf v3 1/2] bpf: Reject sleepable kprobe_multi programs at attach time
 2026-04-06 20:11 UTC  (5+ messages)
` [PATCH bpf v3 2/2] selftests/bpf: Add test to ensure kprobe_multi is not sleepable

[syzbot] [block?] [trace?] INFO: task hung in blk_trace_startstop
 2026-04-06 19:55 UTC  (2+ messages)

[PATCH] tracing: preserve module tracepoint strings
 2026-04-06 17:09 UTC 

[PATCH] ring-buffer: report header_page overwrite as signed char
 2026-04-06 16:53 UTC  (3+ messages)
` [PATCH v2] ring-buffer: report header_page overwrite as char

[PATCH] tracing/ipi: report ipi_raise target CPUs as cpumask
 2026-04-06 16:24 UTC 

[PATCH v16 0/5] ring-buffer: Making persistent ring buffers robust
 2026-04-06 10:24 UTC  (6+ messages)
` [PATCH v16 1/5] ring-buffer: Flush and stop persistent ring buffer on panic
` [PATCH v16 2/5] ring-buffer: Skip invalid sub-buffers when validating persistent ring buffer
` [PATCH v16 3/5] ring-buffer: Skip invalid sub-buffers when rewinding "
` [PATCH v16 4/5] ring-buffer: Add persistent ring buffer invalid-page inject test
` [PATCH v16 5/5] ring-buffer: Show commit numbers in buffer_meta file

[PATCH v2] bootconfig: Skip printing early params to cmdline from bootconfig
 2026-04-06  7:49 UTC 

[PATCH v3] kernel/trace: fixed static warnings
 2026-04-06  7:30 UTC  (3+ messages)

[PATCH v4] kernel/trace: fixed static warnings
 2026-04-06  7:28 UTC 

[PATCH] kernel/trace: fixed static warnings
 2026-04-06  6:03 UTC  (5+ messages)

[PATCH] seq_buf: add KUnit tests for seq_buf_putmem_hex()
 2026-04-06  3:37 UTC 

[PATCH 1/4] tracing/probe: reject empty immediate strings
 2026-04-06  8:20 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v1] Documentation/rtla: Convert links to RST format
 2026-04-05 16:38 UTC 

[PATCH] tracefs: fix default permissions not being applied on initial mount
 2026-04-04 13:47 UTC 

[PATCH v15 0/5] ring-buffer: Making persistent ring buffers robust
 2026-04-04  0:32 UTC  (4+ messages)
` [PATCH v15 4/5] ring-buffer: Add persistent ring buffer invalid-page inject test

[PATCH v6 0/4] tracing/fprobe: Support comma-separated symbol lists and :entry/:exit suffixes
 2026-04-04  0:25 UTC  (5+ messages)
` [PATCH v6 4/4] selftests/ftrace: Add accept cases for fprobe list syntax


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox