]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Merge branch 'srcu-next.2025.08.21a' into HEAD
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 23 Sep 2025 09:07:10 +0000 (02:07 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 23 Sep 2025 09:07:10 +0000 (02:07 -0700)
SRCU updates:
* Create srcu_read_{,un}lock_fast_notrace()
* Add srcu_read_lock_fast_notrace() and srcu_read_unlock_fast_notrace()
* Add guards for notrace variants of SRCU-fast readers
* Document srcu_read_{,un}lock_fast() use of implicit RCU readers
* Document srcu_flip() memory-barrier D relation to SRCU-fast
* Remove preempt_disable/enable() in Tiny SRCU srcu_gp_start_if_needed()


Trivial merge