torture: Create KCSAN summaries for torture.sh runs
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 3 Jun 2021 18:56:35 +0000 (11:56 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 20 Jul 2021 20:45:50 +0000 (13:45 -0700)
commit433cd5a39495c7ba8aef3fdf28c2e1d38df0b4c5
treedb1821f0813d55aaf75609b7f2c8d592045ea1b7
parentbd0b1f9493b66bc0f734e03806b62cd370d40332
torture: Create KCSAN summaries for torture.sh runs

Currently, each -kcsan run in a torture.sh group of runs has its own
kcsan.sum summary.  This works, but there is usually a lot of duplication
between the runs.  This commit therefore also creates an overall kcsan.sum
file for the entire torture.sh run, if there was at least one -kcsan run.

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