messages from 2026-04-16 15:10:01 to 2026-04-21 10:05:02 UTC [more...]
[PATCH] kernel: trace: do not generate undefsyms_base.c
2026-04-21 10:04 UTC
[RFC PATCH 1/2] kernel/notifier: replace single-linked list with double-linked list for reverse traversal
2026-04-21 9:05 UTC (9+ messages)
[PATCHv5 bpf-next 00/28] bpf: tracing_multi link
2026-04-21 8:57 UTC (55+ messages)
` [PATCHv5 bpf-next 01/28] ftrace: Add ftrace_hash_count function
` [PATCHv5 bpf-next 02/28] ftrace: Add ftrace_hash_remove function
` [PATCHv5 bpf-next 03/28] ftrace: Add add_ftrace_hash_entry function
` [PATCHv5 bpf-next 04/28] bpf: Use mutex lock pool for bpf trampolines
` [PATCHv5 bpf-next 05/28] bpf: Add struct bpf_trampoline_ops object
` [PATCHv5 bpf-next 06/28] bpf: Move trampoline image setup into bpf_trampoline_ops callbacks
` [PATCHv5 bpf-next 07/28] bpf: Add bpf_trampoline_add/remove_prog functions
` [PATCHv5 bpf-next 08/28] bpf: Add struct bpf_tramp_node object
` [PATCHv5 bpf-next 09/28] bpf: Factor fsession link to use struct bpf_tramp_node
` [PATCHv5 bpf-next 10/28] bpf: Add multi tracing attach types
` [PATCHv5 bpf-next 11/28] bpf: Move sleepable verification code to btf_id_allow_sleepable
` [PATCHv5 bpf-next 12/28] bpf: Add bpf_trampoline_multi_attach/detach functions
` [PATCHv5 bpf-next 13/28] bpf: Add support for tracing multi link
` [PATCHv5 bpf-next 14/28] bpf: Add support for tracing_multi link cookies
` [PATCHv5 bpf-next 15/28] bpf: Add support for tracing_multi link session
` [PATCHv5 bpf-next 16/28] bpf: Add support for tracing_multi link fdinfo
` [PATCHv5 bpf-next 17/28] libbpf: Add bpf_object_cleanup_btf function
` [PATCHv5 bpf-next 18/28] libbpf: Add bpf_link_create support for tracing_multi link
` [PATCHv5 bpf-next 19/28] libbpf: Add btf_type_is_traceable_func function
` [PATCHv5 bpf-next 20/28] libbpf: Add support to create tracing multi link
` [PATCHv5 bpf-next 21/28] selftests/bpf: Add tracing multi skel/pattern/ids attach tests
` [PATCHv5 bpf-next 22/28] selftests/bpf: Add tracing multi skel/pattern/ids module "
` [PATCHv5 bpf-next 23/28] selftests/bpf: Add tracing multi intersect tests
` [PATCHv5 bpf-next 24/28] selftests/bpf: Add tracing multi cookies test
` [PATCHv5 bpf-next 25/28] selftests/bpf: Add tracing multi session test
` [PATCHv5 bpf-next 26/28] selftests/bpf: Add tracing multi attach fails test
` [PATCHv5 bpf-next 27/28] selftests/bpf: Add tracing multi attach benchmark test
` [PATCHv5 bpf-next 28/28] selftests/bpf: Add tracing multi attach rollback tests
[PATCH v13 00/18] unwind_deferred: Implement sframe handling
2026-04-21 8:27 UTC (5+ messages)
` [PATCH v13 04/18] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v13 17/18] unwind_user/sframe/x86: Enable sframe unwinding on x86
[PATCH 0/3] mm: split the file's i_mmap tree for NUMA
2026-04-21 3:06 UTC (6+ messages)
[PATCH] tracing: branch: Fix inverted check on stat tracer registration
2026-04-20 23:57 UTC (2+ messages)
[PATCH 7.2 v16 00/13] khugepaged: mTHP support
2026-04-20 15:36 UTC (20+ messages)
` [PATCH 7.2 v16 01/13] mm/khugepaged: generalize hugepage_vma_revalidate for "
` [PATCH 7.2 v16 02/13] mm/khugepaged: generalize alloc_charge_folio()
` [PATCH 7.2 v16 03/13] mm/khugepaged: rework max_ptes_* handling with helper functions
` [PATCH 7.2 v16 04/13] mm/khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH 7.2 v16 05/13] mm/khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH 7.2 v16 06/13] mm/khugepaged: skip collapsing mTHP to smaller orders
` [PATCH 7.2 v16 07/13] mm/khugepaged: add per-order mTHP collapse failure statistics
` [PATCH 7.2 v16 08/13] mm/khugepaged: improve tracepoints for mTHP orders
` [PATCH 7.2 v16 09/13] mm/khugepaged: introduce collapse_allowable_orders helper function
` [PATCH 7.2 v16 10/13] mm/khugepaged: Introduce mTHP collapse support
` [PATCH 7.2 v16 11/13] mm/khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH 7.2 v16 12/13] mm/khugepaged: run khugepaged for all orders
` [PATCH 7.2 v16 13/13] Documentation: mm: update the admin guide for mTHP collapse
[PATCH v10 0/8] tracing/fprobe: Fix fprobe_ip_table related bugs
2026-04-20 14:01 UTC (9+ messages)
` [PATCH v10 1/8] tracing/fprobe: Reject registration of a registered fprobe before init
` [PATCH v10 2/8] tracing/fprobe: Unregister fprobe even if memory allocation fails
` [PATCH v10 3/8] tracing/fprobe: Remove fprobe from hash in failure path
` [PATCH v10 4/8] tracing/fprobe: Avoid kcalloc() in rcu_read_lock section
` [PATCH v10 5/8] tracing/fprobe: Check the same type fprobe on table as the unregistered one
` [PATCH v10 6/8] tracing/fprobe: Fix to unregister ftrace_ops if it is empty on module unloading
` [PATCH v10 7/8] selftests/ftrace: Add a testcase for fprobe events on module
` [PATCH v10 8/8] selftests/ftrace: Add a testcase for multiple fprobe events
[PATCH AUTOSEL 7.0-6.18] rtla: Handle pthread_create() failure properly
2026-04-20 13:19 UTC
[PATCH AUTOSEL 7.0-6.12] ring-buffer: Enforce read ordering of trace_buffer cpumask and buffers
2026-04-20 13:08 UTC (3+ messages)
` [PATCH AUTOSEL 6.18] tracing/probe: reject non-closed empty immediate strings
` [PATCH AUTOSEL 6.18] btrfs: tracepoints: get correct superblock from dentry in event btrfs_sync_file()
[PATCH net v1] net: validate skb->napi_id in RX tracepoints
2026-04-20 11:54 UTC (3+ messages)
[PATCH] trace: remove the dead IS_ERR() check in trace_pipe_open()
2026-04-20 10:12 UTC
[RFC v4 0/7] ext4: fast commit: snapshot inode state for FC log
2026-04-20 9:37 UTC (5+ messages)
[PATCH] tracing: separate module tracepoint strings from trace_printk formats
2026-04-20 6:19 UTC (2+ messages)
` [PATCH v2] tracing: export live module tracepoint strings in printk_formats
[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
2026-04-20 2:56 UTC (16+ messages)
[RFC PATCH 2/2] kernel/module: Decouple klp and ftrace from load_module
2026-04-20 2:27 UTC (5+ messages)
[PATCH v9 0/8] tracing/fprobe: Fix fprobe_ip_table related bugs
2026-04-20 1:42 UTC (10+ messages)
` [PATCH v9 1/8] tracing/fprobe: Reject registration of a registered fprobe before init
` [PATCH v9 2/8] tracing/fprobe: Unregister fprobe even if memory allocation fails
` [PATCH v9 3/8] tracing/fprobe: Remove fprobe from hash in failure path
` [PATCH v9 4/8] tracing/fprobe: Avoid kcalloc() in rcu_read_lock section
` [PATCH v9 5/8] tracing/fprobe: Check the same type fprobe on table as the unregistered one
` [PATCH v9 6/8] tracing/fprobe: Fix to unregister ftrace_ops if it is empty on module unloading
` [PATCH v9 7/8] selftests/ftrace: Add a testcase for fprobe events on module
` [PATCH v9 8/8] selftests/ftrace: Add a testcase for multiple fprobe events
[PATCH] Documentation: fix spelling mistake "stucture" -> "structure"
2026-04-19 18:45 UTC
[PATCH v2 00/19] tracepoint: Avoid double static_branch evaluation at guarded call sites
2026-04-19 13:14 UTC (3+ messages)
[PATCH v4 0/2] blk-mq: introduce tag starvation observability
2026-04-19 2:30 UTC (3+ messages)
` [PATCH v4 1/2] blk-mq: add tracepoint block_rq_tag_wait
` [PATCH v4 2/2] blk-mq: expose tag starvation counts via debugfs
[PATCH] trace: propagate registration failure from tracing_start_*_record()
2026-04-18 19:52 UTC (4+ messages)
[PATCH] eventfs: Hold eventfs_mutex and SRCU when remount walks events
2026-04-18 19:17 UTC
[PATCH] eventfs: Use list_add_tail_rcu() for SRCU-protected children list
2026-04-18 15:22 UTC
[PATCH v3 0/2] blk-mq: introduce tag starvation observability
2026-04-18 2:29 UTC (6+ messages)
` [PATCH v3 2/2] blk-mq: expose tag starvation counts via debugfs
[RFC PATCH 00/10] RCU: Enable callbacks to benefit from expedited grace periods
2026-04-17 23:11 UTC (11+ messages)
` [RFC PATCH 01/10] rcu/segcblist: Add SRCU and Tasks RCU wrapper functions
` [RFC PATCH 02/10] rcu/segcblist: Factor out rcu_segcblist_advance_compact() helper
` [RFC PATCH 03/10] rcu/segcblist: Change gp_seq to struct rcu_gp_oldstate gp_seq_full
` [RFC PATCH 04/10] rcu: Add RCU_GET_STATE_NOT_TRACKED for subsystems without expedited GPs
` [RFC PATCH 05/10] rcu: Enable RCU callbacks to benefit from expedited grace periods
` [RFC PATCH 06/10] rcu: Update comments for gp_seq_full and expedited GP tracking
` [RFC PATCH 07/10] rcu: Wake NOCB rcuog kthreads on expedited grace period completion
` [RFC PATCH 08/10] rcu: Detect expedited grace period completion in rcu_pending()
` [RFC PATCH 09/10] rcu: Advance callbacks for expedited GP completion in rcu_core()
` [RFC PATCH 10/10] rcuscale: Add concurrent expedited GP threads for callback scaling tests
[PATCH 2/2] tracing/hist: allocate synthetic-field command buffers to fit
2026-04-17 16:16 UTC (6+ messages)
` [PATCH v2 2/2] tracing/hist: reject synthetic-field strings that exceed MAX_FILTER_STR_VAL
` [PATCH v3] tracing/hist: bound synthetic-field strings with seq_buf
` [PATCH v4] tracing: Bound "
[PATCH 0/3] bootconfig: break dependency from memblock
2026-04-17 15:38 UTC (4+ messages)
` [PATCH 2/3] init: use static buffers for bootconfig extra command line
[PATCH] ftrace: fix use-after-free of mod->name in function_stat_show()
2026-04-17 14:18 UTC (2+ messages)
[PATCH v2 00/28] vfs/nfsd: add support for CB_NOTIFY callbacks in directory delegations
2026-04-17 11:56 UTC (33+ messages)
` [PATCH v2 01/28] filelock: pass current blocking lease to trace_break_lease_block() rather than "new_fl"
` [PATCH v2 02/28] filelock: add support for ignoring deleg breaks for dir change events
` [PATCH v2 03/28] filelock: add a tracepoint to start of break_lease()
` [PATCH v2 04/28] filelock: add an inode_lease_ignore_mask helper
` [PATCH v2 05/28] fsnotify: new tracepoint in fsnotify()
` [PATCH v2 06/28] fsnotify: add fsnotify_modify_mark_mask()
` [PATCH v2 07/28] fsnotify: add FSNOTIFY_EVENT_RENAME data type
` [PATCH v2 08/28] nfsd: check fl_lmops in nfsd_breaker_owns_lease()
` [PATCH v2 09/28] nfsd: add protocol support for CB_NOTIFY
` [PATCH v2 10/28] nfs_common: add new NOTIFY4_* flags proposed in RFC8881bis
` [PATCH v2 11/28] nfsd: allow nfsd to get a dir lease with an ignore mask
` [PATCH v2 12/28] nfsd: update the fsnotify mark when setting or removing a dir delegation
` [PATCH v2 13/28] nfsd: make nfsd4_callback_ops->prepare operation bool return
` [PATCH v2 14/28] nfsd: add callback encoding and decoding linkages for CB_NOTIFY
` [PATCH v2 15/28] nfsd: use RCU to protect fi_deleg_file
` [PATCH v2 16/28] nfsd: add data structures for handling CB_NOTIFY
` [PATCH v2 17/28] nfsd: add notification handlers for dir events
` [PATCH v2 18/28] nfsd: add tracepoint to dir_event handler
` [PATCH v2 19/28] nfsd: apply the notify mask to the delegation when requested
` [PATCH v2 20/28] nfsd: add helper to marshal a fattr4 from completed args
` [PATCH v2 21/28] nfsd: allow nfsd4_encode_fattr4_change() to work with no export
` [PATCH v2 22/28] nfsd: send basic file attributes in CB_NOTIFY
` [PATCH v2 23/28] nfsd: allow encoding a filehandle into fattr4 without a svc_fh
` [PATCH v2 24/28] nfsd: add a fi_connectable flag to struct nfs4_file
` [PATCH v2 25/28] nfsd: add the filehandle to returned attributes in CB_NOTIFY
` [PATCH v2 26/28] nfsd: properly track requested child attributes
` [PATCH v2 27/28] nfsd: track requested dir attributes
` [PATCH v2 28/28] nfsd: add support to CB_NOTIFY for dir attribute changes
[PATCH] tracing/hist: bound expression string construction
2026-04-17 12:28 UTC (5+ messages)
` [PATCH v2] tracing/hist: bound expression strings with seq_buf
` [PATCH v3 1/2] tracing: Return ERR_PTR() from expr_str()
` [PATCH v3 2/2] tracing: Bound histogram expression strings with seq_buf
[PATCH v2] bootconfig: Apply early options from embedded config
2026-04-17 1:46 UTC (12+ messages)
[PATCH v5 0/7] locking: contended_release tracepoint instrumentation
2026-04-16 23:55 UTC (5+ messages)
` [PATCH v5 5/7] locking: Add contended_release tracepoint to qspinlock
` [PATCH v5 6/7] locking: Factor out __queued_read_unlock()/__queued_write_unlock()
[RFC PATCH 0/4] rv/tlob: Add task latency over budget RV monitor
2026-04-16 15:35 UTC (5+ messages)
` [RFC PATCH 2/4] rv/tlob: Add tlob deterministic automaton monitor
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