]> git.baikalelectronics.ru Git - kernel.git/commit
rcutorture: Add checks for stall ending before dump start
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 8 Dec 2014 17:13:52 +0000 (09:13 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 6 Jan 2015 19:05:24 +0000 (11:05 -0800)
commit1c4b9029a10b843683a43ec37618efcfc60b2084
treeab1e600f3b61a74880df355d6b836eb088c4e13a
parentafd36887edbc7b6a994d8b8e2dc41476c62622b4
rcutorture: Add checks for stall ending before dump start

The current rcutorture scripting checks for actual stalls (via the "Call
Trace:" check), but fails to spot the case where a stall ends just as it
is being detected.  This commit therefore adds a check for this case.

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