From: Steven Rostedt (Red Hat) Date: Tue, 5 Feb 2013 14:56:00 +0000 (-0500) Subject: ktest: Ignore warnings during reboot X-Git-Tag: v3.9-rc1~90^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c0b67a27d96e01a4b4ede2fda57da9f7c50af21;p=pandora-kernel.git ktest: Ignore warnings during reboot The reboot just wants to get to the next kernel. But if a warning (Call Trace) appears, the monitor will report an error, and the reboot will think something went wrong and power cycle the box, even though we successfully made it to the next kernel. Ignore warnings during the reboot until we get to the next kernel. It will still timeout if we never get to the next kernel and then a power cycle will happen. That's what we want it to do. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed