rcu: Control rcutorture startup from kernel boot parameters
authorPaul E. McKenney <paul.mckenney@linaro.org>
Fri, 4 Nov 2011 20:24:07 +0000 (13:24 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sun, 11 Dec 2011 18:31:47 +0000 (10:31 -0800)
commitbb3bf7052de520f2d21a1275e95fac7a84d89e4c
tree791d90c55d835ef7f81c6d7fe98efcbbf6872869
parentd5f546d834ddc44539651e9955eb3577b0a3eb8b
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 <paul.mckenney@linaro.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcutorture.c
This page took 0.030221 seconds and 5 git commands to generate.