commit | e8e255f7191fb6491dd1d96cfbbe19981f6eb3dd | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu May 14 16:55:45 2015 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Jul 15 14:47:16 2015 -0700 |
tree | a332efa81a1c9667b5f9974a1a523b21c7f91e6f | |
parent | 4444d852a99b8f0310f369da8473ec3639e380a7 [diff] |
rcutorture: Bounds-check rcutorture.shuffle_interval Specifying a negative rcutorture.shuffle_interval value will cause a negative value to be used as a sleep time. This commit therefore refuses to start shuffling unless the rcutorture.shuffle_interval value is greater than zero. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>