diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2014-07-01 20:59:36 +0200 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2014-09-08 01:27:24 +0200 |
commit | 69c604557ce34015629b325b85ff1a4996038a3b (patch) | |
tree | 7309400d662f511c40c028eda835810de28333c2 /include | |
parent | rcu: Export RCU-tasks APIs to GPL modules (diff) | |
download | linux-69c604557ce34015629b325b85ff1a4996038a3b.tar.xz linux-69c604557ce34015629b325b85ff1a4996038a3b.zip |
rcutorture: Add torture tests for RCU-tasks
This commit adds torture tests for RCU-tasks. It also fixes a bug that
would segfault for an RCU flavor lacking a callback-barrier function.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/rcupdate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/rcupdate.h b/include/linux/rcupdate.h index 54b2ebb20313..a3123f53a4ce 100644 --- a/include/linux/rcupdate.h +++ b/include/linux/rcupdate.h @@ -55,6 +55,7 @@ enum rcutorture_type { RCU_FLAVOR, RCU_BH_FLAVOR, RCU_SCHED_FLAVOR, + RCU_TASKS_FLAVOR, SRCU_FLAVOR, INVALID_RCU_FLAVOR }; |