• Paul E. McKenney's avatar
    rcutorture: Allow specifying per-scenario stat_interval · 58524e0f
    Paul E. McKenney authored
    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: default avatarPaul E. McKenney <paulmck@kernel.org>
    58524e0f
ver_functions.sh 1.46 KB