]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
rcutorture: Print forward-progress test interval on error
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 25 Jul 2018 03:50:40 +0000 (20:50 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 29 Aug 2018 16:20:48 +0000 (09:20 -0700)
commitf4de46ed5bbc8ba9acebc8ac75809751b716e470
tree0cdda95c3df98eae1e057288762f7e2b442f44d8
parentc04dd09bd38c0df1aa6318164a51eccbc3a9fa5e
rcutorture: Print forward-progress test interval on error

This commit prints the duration of the forward-progress test interval in
the case that no forward progress was observed as an aid to debugging.
When forward progress does happen, it prints out the number of
rcu_torture_writer() versions and grace periods that elapsed during the
forward-progress test.  At the end of the run, it also prints the number
of attempted and actual forward-progress tests.

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