torture: Make torture.sh refscale runs use verbose_batched module parameter
authorPaul E. McKenney <paulmck@kernel.org>
Wed, 25 Nov 2020 03:13:52 +0000 (19:13 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 7 Jan 2021 01:03:42 +0000 (17:03 -0800)
commit264da4832b3af4a1a4cc83df1c5fe2d43429faa6
treef36b8840e1ad007d4cd7a9206cd34edb64d865cf
parent7a99487c76aad613b7533e3ea1b8d3eaf30ca37e
torture: Make torture.sh refscale runs use verbose_batched module parameter

On large systems, the refscale printk() rate can overrun the file system's
ability to accept console log messages.  This commit therefore uses the
new verbose_batched module parameter to rate-limit some of the higher-rate
printk() calls.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/bin/torture.sh