From: Paul E. McKenney Date: Fri, 4 Nov 2011 18:44:12 +0000 (-0700) Subject: rcu: Add rcutorture system-shutdown capability X-Git-Tag: v3.3-rc1~193^2^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5f546d834ddc44539651e9955eb3577b0a3eb8b;p=pandora-kernel.git rcu: Add rcutorture system-shutdown capability Although it is easy to run rcutorture tests under KVM, there is currently no nice way to run such a test for a fixed time period, collect all of the rcutorture data, and then shut the system down cleanly. This commit therefore adds an rcutorture module parameter named "shutdown_secs" that specified the run duration in seconds, after which rcutorture terminates the test and powers the system down. The default value for "shutdown_secs" is zero, which disables shutdown. Signed-off-by: Paul E. McKenney Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed