commit | 3c9e966a381e851d270b9431aa1c540d7a2c3acc | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Dec 08 09:13:52 2014 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Dec 08 09:13:52 2014 -0800 |
tree | 0c9e233d3db76e35148d3d006effe8810a8e7cfa | |
parent | 44dec3761b630bcc3c1840e93fdb2ee4d60922ae [diff] |
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>