torture: Enable KCSAN summaries over groups of torture-test runs
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 3 Jun 2021 17:45:41 +0000 (10:45 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 20 Jul 2021 20:45:50 +0000 (13:45 -0700)
commitbd0b1f9493b66bc0f734e03806b62cd370d40332
tree66072a3a75b88d5e65058bd0312fcafca4c91c83
parent4988486c875f6da5bb4b1d834ce9135ca1b0dee6
torture: Enable KCSAN summaries over groups of torture-test runs

The kcsan-collapse.sh script assumes that it is being run over the output
of a single kvm.sh run, which is less than helpful for torture.sh runs.
This commit therefore changes the kcsan-collapse.sh script's "ls" pattern
with a "find" command to enable a KCSAN summary across all the -kcsan
runs in a full torture.sh run.

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