]> Gentwo Git Trees - linux/.git/commit
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)
commita590b67d3301006e41b767f958365743b14ce264
tree643e5ea500dbd1a62c0f07f01e8c7db408b60895
parentccd0256e697e369fc3cfa57d321074eaeac18dce
parente6a43aeb71852a39432332dcc3a6d11bb464b075
Merge branch 'srcu-next.2025.08.21a' into HEAD

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()