]> git.karo-electronics.de Git - karo-tx-linux.git/commit
torture: Enable DEBUG_OBJECTS_RCU_HEAD for Tiny RCU
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 17 Nov 2016 20:54:39 +0000 (12:54 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sun, 15 Jan 2017 05:36:16 +0000 (21:36 -0800)
commit7d025948e4982ee3fa741c0fa56385c8b4a7072d
tree83ffaf91d3960c84b70f8ffc1cb38844d8f1bb04
parentf4dbba591945dc301c302672adefba9e2ec08dc5
torture: Enable DEBUG_OBJECTS_RCU_HEAD for Tiny RCU

The RCU torture tests currently do not run any Tiny RCU scenarios for
CONFIG_DEBUG_OBJECTS_RCU_HEAD=y.  This is a hole in the test, given
that someone might need this in real life and given that Tiny RCU uses
different callback-handling code than does Tree RCU.  This commit
therefore enables this Kconfig option for scenario TINY02.

Reported-by: "Ahmed, Iftekhar" <ahmedi@oregonstate.edu>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
tools/testing/selftests/rcutorture/configs/rcu/TINY02