rcutorture: Vary forward-progress test interval
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 19 Jul 2018 20:07:20 +0000 (13:07 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 29 Aug 2018 16:20:48 +0000 (09:20 -0700)
commit08a7a2ec68348ebc6d8bf5f20df23815fc0d332b
treeda28486608c70a53dff7dc4276053e45b8405c35
parent152f4afbfd58f8ada7591113129aa6ba7fe114c5
rcutorture: Vary forward-progress test interval

Some of the Linux kernel's RCU implementations provide several mechanisms
to promote forward progress that operate over different timeframes.
This commit therefore causes rcu_torture_fwd_prog() to vary the duration
of its forward-progress testing in order to test each such mechanism.

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