torture: Check for "Call trace:" as well as "Call Trace:"
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 8 May 2025 23:42:28 +0000 (16:42 -0700)
committerJoel Fernandes <joelagnelf@nvidia.com>
Fri, 16 May 2025 15:14:00 +0000 (11:14 -0400)
commitd72e6c0bce15468445b1668869287011d2bab882
tree7c835f75f5a0c28ea516f033a6841d4d70a8cb30
parentaafe12f980640c33882a1d09992560cdf11fbd6f
torture: Check for "Call trace:" as well as "Call Trace:"

Different architectures capitalize their splats differently.  Who knew?

This commit therefore checks for both arm64 "Call trace:" and x86
"Call Trace:".

Reported-by: Joel Fernandes <joelagnelf@nvidia.com>
Closes: https://lore.kernel.org/all/553c33d8-2b51-4772-8aef-97b0163bc78e@nvidia.com/
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Joel Fernandes <joelagnelf@nvidia.com>
tools/testing/selftests/rcutorture/bin/console-badness.sh
tools/testing/selftests/rcutorture/bin/parse-console.sh