mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-24 03:24:55 +08:00
5bfd7d34fe
The torture scripting currently builds each kernel from a set of parallel runs in its own build directory. This can waste quite a bit of space when running large numbers of concurrent scenarios, and pointlessly given that the builds are run sequentially (albeit with a largish -j number passed to "make"). This commit therefore places all build-command output in the results directory, then does all builds in a single "b1" build directory. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> |
||
---|---|---|
.. | ||
config_override.sh | ||
configcheck.sh | ||
configinit.sh | ||
configNR_CPUS.sh | ||
cpus2use.sh | ||
functions.sh | ||
jitter.sh | ||
kvm-build.sh | ||
kvm-find-errors.sh | ||
kvm-recheck-lock.sh | ||
kvm-recheck-rcu.sh | ||
kvm-recheck-rcuperf-ftrace.sh | ||
kvm-recheck-rcuperf.sh | ||
kvm-recheck.sh | ||
kvm-test-1-run.sh | ||
kvm.sh | ||
parse-build.sh | ||
parse-console.sh |