diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2014-07-01 22:59:36 +0400 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2014-09-08 03:27:24 +0400 |
commit | 69c604557ce34015629b325b85ff1a4996038a3b (patch) | |
tree | 7309400d662f511c40c028eda835810de28333c2 /include/linux/rcupdate.h | |
parent | 06c2a9238fad48ec38f1be00455bf942d54377ee (diff) | |
download | linux-69c604557ce34015629b325b85ff1a4996038a3b.tar.xz |
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/linux/rcupdate.h')
-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 }; |