mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 09:01:34 +00:00
refscale: Disable verbose torture-test output
Given large numbers of threads, the quantity of torture-test output is sufficient to sometimes result in RCU CPU stall warnings. The probability of these stall warnings was greatly reduced by batching the output, but the warnings were not eliminated. However, the actual test only depends on console output that is printed even when refscale.verbose=0. This commit therefore causes this test to run with refscale.verbose=0. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
This commit is contained in:
parent
0e7457b550
commit
aebf8c7bf6
@ -12,5 +12,5 @@
|
||||
# Adds per-version torture-module parameters to kernels supporting them.
|
||||
per_version_boot_params () {
|
||||
echo $1 refscale.shutdown=1 \
|
||||
refscale.verbose=1
|
||||
refscale.verbose=0
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user