mirror of
https://github.com/torvalds/linux.git
synced 2024-12-05 02:23:16 +00:00
58524e0fed
The rcutorture test suite makes double use of the rcutorture.stat_interval module parameter. As its name suggests, it controls the frequency of statistics printing, but it also controls the rcu_torture_writer() stall timeout. The current setting of 15 seconds works surprisingly well. However, given that the RCU tasks stall-warning timeout is ten -minutes-, 15 seconds is too short for TASKS02, which runs a non-preemptible kernel on a single CPU. This commit therefore adds checks for per-scenario specification of the rcutorture.stat_interval module parameter. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
3 lines
58 B
Clojure
3 lines
58 B
Clojure
rcutorture.torture_type=tasks
|
|
rcutorture.stat_interval=60
|