rcutorture: Check for self-detected stalls
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 10 Dec 2015 00:10:23 +0000 (16:10 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 26 Jan 2016 00:17:41 +0000 (16:17 -0800)
commit5d43edb40779b3d88e9c8006b281a4c828431193
tree951dd7ef65d00bba6ee6e5ec9fa656fb36fa7e83
parentfc91cbab11d43a7d241297886665b9a5f94a1e47
rcutorture: Check for self-detected stalls

The current scripts parse console output only for cases where one CPU
detect a stall on some other CPU or task.  This commit therefore adds
checks for self-detected stalls.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
tools/testing/selftests/rcutorture/bin/parse-console.sh