torture: Check for multiple concurrent torture tests
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 7 Apr 2014 16:14:11 +0000 (09:14 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 14 May 2014 16:46:29 +0000 (09:46 -0700)
commit5228084eed8d54c426c7abde3be66daf8e1b0e57
tree5c53c30d2f6f7627f857d6ebe002eb3eae2a48d8
parentd065eacfdb9d47010f120e9310d7fc8ef2eba272
torture: Check for multiple concurrent torture tests

The torture tests are designed to run in isolation, but do not enforce
this isolation.  This commit therefore checks for concurrent torture
tests, and refuses to start new tests while old tests are running.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
include/linux/torture.h
kernel/locking/locktorture.c
kernel/rcu/rcutorture.c
kernel/torture.c
This page took 0.036959 seconds and 5 git commands to generate.