torture: Make torture.sh summarize config and build errors
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 7 Jul 2023 00:21:31 +0000 (17:21 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Fri, 14 Jul 2023 22:10:57 +0000 (15:10 -0700)
commiteb3156f78b490f7d9482c9f44004d8e7638e3e64
tree3943731d9ee3f050386b04d6f83ce60e1289dcfe
parent171cfa011ea4a3fd0fe5a1818fd6871daebabe3f
torture: Make torture.sh summarize config and build errors

If some of the torture.sh runs had config and/or build errors, but all
runs for which kernels were built ran successfully to completion, then
torture.sh will incorrectly claim that all errors were KCSAN errors.
This commit therefore makes torture.sh print the number of runs with
config and build errors, and to refrain from claiming that all bugs were
KCSAN bugs in that case.

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