rcutorture: Don't do busted forward-progress testing
authorPaul E. McKenney <paulmck@linux.ibm.com>
Tue, 16 Oct 2018 12:46:58 +0000 (05:46 -0700)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Sat, 1 Dec 2018 20:45:42 +0000 (12:45 -0800)
commit5ac7cdc29897e5fc3f5e214f3f8c8b03ef8d7029
tree1e6c017a7408ce8eb59fbb499831b64ec8ddb04d
parent2e57bf97a6856f2dc10fb4377c452cb08f844047
rcutorture: Don't do busted forward-progress testing

The "busted" rcutorture type is an intentionally broken implementation
of RCU.  Doing forward-progress testing on this implementation is not
particularly meaningful on the one hand and can result in fatal abuse
of the memory allocator on the other.  This commit therefore disables
forward-progress testing of the "busted" rcutorture type.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
kernel/rcu/rcutorture.c