]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Merge branch 'rcu.2025.09.23a' into HEAD
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 23 Sep 2025 09:02:43 +0000 (02:02 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 23 Sep 2025 09:02:43 +0000 (02:02 -0700)
RCU miscellaneous updates:
* Document that rcu_barrier() hurries lazy callbacks
* Remove local_irq_save/restore() in rcu_preempt_deferred_qs_handler()
* Move list_for_each_rcu() to where it belongs
* Replace use of system_wq with system_percpu_wq
* WQ_PERCPU added to alloc_workqueue users
* WQ_UNBOUND added to sync_wq workqueue


Trivial merge