2 # SPDX-License-Identifier: GPL-2.0+
4 # Torture-suite-dependent shell functions for the rest of the scripts.
6 # Copyright (C) Facebook, 2020
8 # Authors: Paul E. McKenney <paulmck@kernel.org>
10 # scftorture_param_onoff bootparam-string config-file
12 # Adds onoff scftorture module parameters to kernels having it.
13 scftorture_param_onoff
() {
14 if ! bootparam_hotplug_cpu
"$1" && configfrag_hotplug_cpu
"$2"
16 echo CPU-hotplug kernel
, adding scftorture onoff.
1>&2
17 echo scftorture.onoff_interval
=1000 scftorture.onoff_holdoff
=30
21 # per_version_boot_params bootparam-string config-file seconds
23 # Adds per-version torture-module parameters to kernels supporting them.
24 per_version_boot_params
() {
25 echo `scftorture_param_onoff "$1" "$2"` \
26 scftorture.stat_interval
=15 \
27 scftorture.shutdown_secs
=$3 \
28 scftorture.verbose
=1 \