]> git.baikalelectronics.ru Git - kernel.git/commit
rcu: Add synchronous grace-period waiting for RCU-tasks
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 1 Jul 2014 19:22:23 +0000 (12:22 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sun, 7 Sep 2014 23:27:21 +0000 (16:27 -0700)
commitf91af9433ba63210a65a3425a2fb70596954a63e
tree0f0fc1c5ade60c7243c7d5756694d21a9cc0df8a
parent9952c43dfdfbf453a6236cc131640a28e046c67d
rcu: Add synchronous grace-period waiting for RCU-tasks

It turns out to be easier to add the synchronous grace-period waiting
functions to RCU-tasks than to work around their absense in rcutorture,
so this commit adds them.  The key point is that the existence of
call_rcu_tasks() means that rcutorture needs an rcu_barrier_tasks().

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
include/linux/rcupdate.h
kernel/rcu/update.c