public inbox for rcu@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-19 02:06:49 to 2026-01-04 03:39:01 UTC [more...]

[BUG] RCU stall in mac80211_hwsim during clone() syscall on 6.18.0
 2026-01-04  3:38 UTC 

[PATCH -next 0/8] RCU updates from me for next merge window
 2026-01-04  3:20 UTC  (15+ messages)
` [PATCH -next 1/8] rcu: Fix rcu_read_unlock() deadloop due to softirq
` [PATCH -next 2/8] srcu: Use suitable gfp_flags for the init_srcu_struct_nodes()
` [PATCH -next 3/8] rcu/nocb: Remove unnecessary WakeOvfIsDeferred wake path
` [PATCH -next 4/8] rcu/nocb: Add warning if no rcuog wake up attempt happened during overload
` [PATCH -next 5/8] rcu/nocb: Add warning to detect if overload advancement is ever useful
` [PATCH -next 6/8] rcu: Reduce synchronize_rcu() latency by reporting GP kthread's CPU QS early
` [PATCH -next 7/8] rcutorture: Prevent concurrent kvm.sh runs on same source tree
` [PATCH -next 8/8] rcutorture: Add --kill-previous option to terminate previous kvm.sh runs

[PATCH 0/3] rcu/nocb: RCU nocb bypass-list cleanup patches
 2026-01-03 22:11 UTC  (4+ messages)
` [PATCH 1/3] rcu/nocb: Extract nocb_defer_wakeup_cancel() helper
` [PATCH 2/3] rcu/nocb: Consolidate rcu_nocb_cpu_offload/deoffload functions
` [PATCH 3/3] rcu/nocb: Extract nocb_bypass_needs_flush() to reduce duplication

[PATCH RFC 00/14] rcu: Reduce rnp->lock contention with per-CPU blocked task lists
 2026-01-03  0:23 UTC  (15+ messages)
` [PATCH RFC 01/14] rcu: Add WARN_ON_ONCE for blocked flag invariant in exit_rcu()
` [PATCH RFC 02/14] rcu: Add per-CPU blocked task lists for PREEMPT_RCU
` [PATCH RFC 03/14] rcu: Early return during unlock for tasks only on per-CPU blocked list
` [PATCH RFC 04/14] rcu: Promote blocked tasks from per-CPU to rnp lists
` [PATCH RFC 05/14] rcu: Promote blocked tasks for expedited GPs
` [PATCH RFC 06/14] rcu: Promote per-CPU blocked tasks before checking for blocked readers
` [PATCH RFC 07/14] rcu: Promote late-arriving blocked tasks before reporting QS
` [PATCH RFC 08/14] rcu: Promote blocked tasks before QS report in force_qs_rnp()
` [PATCH RFC 09/14] rcu: Promote blocked tasks before QS report in rcutree_report_cpu_dead()
` [PATCH RFC 10/14] rcu: Promote blocked tasks before QS report in rcu_gp_init()
` [PATCH RFC 11/14] rcu: Add per-CPU blocked list check in exit_rcu()
` [PATCH RFC 12/14] rcu: Skip per-CPU list addition when GP already started
` [PATCH RFC 13/14] rcu: Skip rnp addition when no grace period waiting
` [PATCH RFC 14/14] rcu: Remove checking of per-cpu blocked list against the node list

[RFC] jiffies_till_first_fqs off by 1
 2026-01-02 19:50 UTC  (10+ messages)

[PATCH 0/6] Torture-test updates for post-v4.19
 2026-01-01  8:46 UTC  (8+ messages)
` [PATCH v4 1/6] rcutorture: Add context checks to rcu_torture_timer()
` [PATCH v4 2/6] torture: Parallelize kvm-series.sh guest-OS execution
` [PATCH v4 3/6] torture: Make kvm-series.sh give build numbers and totals
` [PATCH v4 4/6] torture: Make kvm-series.sh give run "
` [PATCH v4 5/6] torture: Make config2csv.sh properly handle comments in .boot files
` [PATCH v4 6/6] torture: Include commit discription in testid.txt

[PATCH v4 0/9] Implement RCU Tasks Trace in terms of SRCU for post-v4.19
 2026-01-01  8:41 UTC  (12+ messages)
` [PATCH v4 1/9] rcu: Re-implement RCU Tasks Trace in terms of SRCU-fast
` [PATCH v4 2/9] context_tracking: Remove rcu_task_trace_heavyweight_{enter,exit}()
` [PATCH v4 3/9] rcu: Clean up after the SRCU-fastification of RCU Tasks Trace
` [PATCH v4 4/9] rcu: Move rcu_tasks_trace_srcu_struct out of #ifdef CONFIG_TASKS_RCU_GENERIC
` [PATCH v4 5/9] rcu: Add noinstr-fast rcu_read_{,un}lock_tasks_trace() APIs
` [PATCH v4 6/9] rcu: Update Requirements.rst for RCU Tasks Trace
` [PATCH v4 7/9] checkpatch: Deprecate rcu_read_{,un}lock_trace()
` [PATCH v4 8/9] srcu: Create an rcu_tasks_trace_expedite_current() function
` [PATCH v4 9/9] rcutorture: Test rcu_tasks_trace_expedite_current()

[PATCH 0/2] Miscellaneous fixes for post-v4.19
 2025-12-31 17:13 UTC  (4+ messages)
` [PATCH v4 1/2] rcu: Make expedited RCU CPU stall warnings detect stall-end races
` [PATCH v4 2/2] rcutorture: Correctly compute probability to invoke ->exp_current()

[PATCH] rcu-tasks: Remove unnecessary smp_store operations in the cblist_init_generic()
 2025-12-31  7:55 UTC  (3+ messages)

[PATCH RFC 1/2] rcutorture: Prevent concurrent kvm.sh runs on same source tree
 2025-12-30 23:12 UTC  (6+ messages)
` [PATCH RFC 2/2] rcutorture: Add --kill-previous option to terminate previous kvm.sh runs

[PATCH v3] rcu: Reduce synchronize_rcu() latency by reporting GP kthread's CPU QS early
 2025-12-30  0:41 UTC 

[PATCH v2] rcu: Reduce synchronize_rcu() latency by reporting GP kthread's CPU QS early
 2025-12-29 20:36 UTC  (15+ messages)

[PATCH v2 0/3] rcu/nocb: Few NOCB cleanup patches
 2025-12-27  0:12 UTC  (4+ messages)
` [PATCH v2 1/3] rcu/nocb: Remove unnecessary WakeOvfIsDeferred wake path
` [PATCH v2 2/3] rcu/nocb: Add warning if no rcuog wake up attempt happened during overload
` [PATCH v2 3/3] rcu/nocb: Add warning to detect if overload advancement is ever useful

[PATCH RFC] rcu/nocb: Remove unnecessary WakeOvfIsDeferred wake path
 2025-12-26  2:19 UTC  (3+ messages)

[PATCH] rcutorture: Fix operator precedence bug in exp_current() invocation
 2025-12-25 18:43 UTC  (13+ messages)

[PATCH RFC] rcu: Reduce synchronize_rcu() latency by reporting GP kthread's CPU QS early
 2025-12-23  1:33 UTC  (3+ messages)

[PATCH v2] srcu: Use suitable gfp_flags for the init_srcu_struct_nodes()
 2025-12-23  0:57 UTC  (2+ messages)

[PATCH] rcu: Fix rcu_read_unlock() deadloop due to softirq
 2025-12-22 22:26 UTC  (7+ messages)

[RFC PATCH v4 0/4] Hazard Pointers
 2025-12-21  9:59 UTC  (15+ messages)
` [RFC PATCH v4 3/4] hazptr: Implement "

[PATCH v5 00/36] Compiler-Based Context- and Locking-Analysis
 2025-12-20 13:33 UTC  (65+ messages)
` [PATCH v5 01/36] compiler_types: Move lock checking attributes to compiler-context-analysis.h
` [PATCH v5 02/36] compiler-context-analysis: Add infrastructure for Context Analysis with Clang
` [PATCH v5 03/36] compiler-context-analysis: Add test stub
` [PATCH v5 04/36] Documentation: Add documentation for Compiler-Based Context Analysis
` [PATCH v5 05/36] checkpatch: Warn about context_unsafe() without comment
` [PATCH v5 06/36] cleanup: Basic compatibility with context analysis
` [PATCH v5 07/36] lockdep: Annotate lockdep assertions for "
` [PATCH v5 08/36] locking/rwlock, spinlock: Support Clang's "
` [PATCH v5 09/36] compiler-context-analysis: Change __cond_acquires to take return value
` [PATCH v5 10/36] locking/mutex: Support Clang's context analysis
` [PATCH v5 11/36] locking/seqlock: "
` [PATCH v5 12/36] bit_spinlock: Include missing <asm/processor.h>
` [PATCH v5 13/36] bit_spinlock: Support Clang's context analysis
` [PATCH v5 14/36] rcu: "
` [PATCH v5 15/36] srcu: "
` [PATCH v5 16/36] kref: Add context-analysis annotations
` [PATCH v5 17/36] locking/rwsem: Support Clang's context analysis
` [PATCH v5 18/36] locking/local_lock: Include missing headers
` [PATCH v5 19/36] locking/local_lock: Support Clang's context analysis
` [PATCH v5 20/36] locking/ww_mutex: "
` [PATCH v5 21/36] debugfs: Make debugfs_cancellation a context lock struct
` [PATCH v5 22/36] um: Fix incorrect __acquires/__releases annotations
` [PATCH v5 23/36] compiler-context-analysis: Remove Sparse support
` [PATCH v5 24/36] compiler-context-analysis: Remove __cond_lock() function-like helper
` [PATCH v5 25/36] compiler-context-analysis: Introduce header suppressions
` [PATCH v5 26/36] compiler: Let data_race() imply disabled context analysis
` [PATCH v5 27/36] MAINTAINERS: Add entry for Context Analysis
` [PATCH v5 28/36] kfence: Enable context analysis
` [PATCH v5 29/36] kcov: "
` [PATCH v5 30/36] kcsan: "
` [PATCH v5 31/36] stackdepot: "
` [PATCH v5 32/36] rhashtable: "
` [PATCH v5 33/36] printk: Move locking annotation to printk.c
` [PATCH v5 34/36] security/tomoyo: Enable context analysis
` [PATCH v5 35/36] crypto: "
` [PATCH v5 36/36] sched: Enable context analysis for core.c and fair.c

[PATCH v4 00/35] Compiler-Based Context- and Locking-Analysis
 2025-12-19 18:59 UTC  (10+ messages)
` [PATCH v4 06/35] cleanup: Basic compatibility with context analysis

[syzbot] [net?] [virt?] BUG: sleeping function called from invalid context in __bpf_stream_push_str
 2025-12-19 17:06 UTC  (2+ messages)

[PATCH v7 00/31] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-12-19  8:10 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