]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rcutorture: Add diagnostic for unscheduled system shutdown
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 31 Jan 2014 01:06:30 +0000 (17:06 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sun, 23 Feb 2014 17:01:13 +0000 (09:01 -0800)
commitfac480efcba6a9f0aea91947f151fd569538b0af
treefb3f5998968d9a98633df3314d45fe08388edbd2
parent36970bb91d89618d3495babf44b934e9c9db6bbc
rcutorture: Add diagnostic for unscheduled system shutdown

Currently, rcutorture can terminate via rmmod, via self-shutdown,
via something else shutting the system down, or of course the usual
catastrophic termination.  The first two get flagged, so this commit adds
a message for the third.  For the fourth, your warranty is void as always.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
kernel/torture.c