• Paul E. McKenney's avatar
    rcutorture: Require entire stutter period be post-boot · 12a910e3
    Paul E. McKenney authored
    Currently, the rcu_torture_writer() function checks that all required
    grace periods elapse during a stutter interval, which is a multi-second
    time period during which the test load is removed.  However, this check
    is suppressed during early boot (that is, before init is spawned) in
    order to avoid false positives that otherwise occur due to heavy load
    on the single boot CPU.
    
    Unfortunately, this approach is insufficient.  It is possible that the
    stutter interval might end just as init is spawned, so that early boot
    conditions prevailed during almost the entire stutter interval.
    
    This commit therefore takes a snapshot of boot-complete state just
    before the stutter interval, thus suppressing the check for failure to
    complete grace periods unless the entire stutter interval took place
    after early boot.
    Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
    12a910e3
rcutorture.c 90.3 KB