From: Paul E. McKenney Date: Fri, 4 Nov 2011 20:24:07 +0000 (-0700) Subject: rcu: Control rcutorture startup from kernel boot parameters X-Git-Tag: v3.3-rc1~193^2^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb3bf7052de520f2d21a1275e95fac7a84d89e4c;p=pandora-kernel.git rcu: Control rcutorture startup from kernel boot parameters Currently, if rcutorture is built into the kernel, it must be manually started or started from an init script. This is inconvenient for automated KVM testing, where it is good to be able to fully control rcutorture execution from the kernel parameters. This patch therefore adds a module parameter named "rcutorture_runnable" that defaults to zero ("don't start automatically"), but which can be set to one to cause rcutorture to start up immediately during boot. Signed-off-by: Paul E. McKenney Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed