diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2021-12-14 22:15:18 +0100 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2022-02-08 19:12:28 +0100 |
commit | a16578dd5e3a44b53ca0699ac2971679dab97484 (patch) | |
tree | b1ccb9fd4b7a38ffcb6c93114059018b1ee7165d /samples/kmemleak | |
parent | rcu: Refactor rcu_barrier() empty-list handling (diff) | |
download | linux-a16578dd5e3a44b53ca0699ac2971679dab97484.tar.xz linux-a16578dd5e3a44b53ca0699ac2971679dab97484.zip |
rcu: Rework rcu_barrier() and callback-migration logic
This commit reworks rcu_barrier() and callback-migration logic to
permit allowing rcu_barrier() to run concurrently with CPU-hotplug
operations. The key trick is for callback migration to check to see if
an rcu_barrier() is in flight, and, if so, enqueue the ->barrier_head
callback on its behalf.
This commit adds synchronization with RCU's CPU-hotplug notifiers. Taken
together, this will permit a later commit to remove the cpus_read_lock()
and cpus_read_unlock() calls from rcu_barrier().
[ paulmck: Updated per kbuild test robot feedback. ]
[ paulmck: Updated per reviews session with Neeraj, Frederic, Uladzislau, and Boqun. ]
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'samples/kmemleak')
0 files changed, 0 insertions, 0 deletions