| commit | a590b67d3301006e41b767f958365743b14ce264 | [log] [tgz] |
|---|---|---|
| author | Paul E. McKenney <paulmck@kernel.org> | Tue Sep 23 02:07:10 2025 -0700 |
| committer | Paul E. McKenney <paulmck@kernel.org> | Tue Sep 23 02:07:10 2025 -0700 |
| tree | 643e5ea500dbd1a62c0f07f01e8c7db408b60895 | |
| parent | ccd0256e697e369fc3cfa57d321074eaeac18dce [diff] | |
| parent | e6a43aeb71852a39432332dcc3a6d11bb464b075 [diff] |
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()