linux/tools/testing/selftests/rcutorture
Paul E. McKenney 39687d6c1d rcutorture: Correctly handle CONFIG_RCU_TORTURE_TEST_* options
The rcutorture scripting handles the CONFIG_*_TORTURE_TEST Kconfig
options specially, and therefore greps them out of the Kconfig-fragment
files.  Unfortunately, a poor choice of grep pattern means that the
CONFIG_RCU_TORTURE_TEST_SLOW_CLEANUP, CONFIG_RCU_TORTURE_TEST_SLOW_INIT,
and CONFIG_RCU_TORTURE_TEST_SLOW_PREINIT Kconfig options are also grepped
out, preventing rcutorture from using them.  This commit therefore fixes
the offending grep pattern to focus only on the CONFIG_*_TORTURE_TEST
Kconfig options.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
2017-06-08 08:25:22 -07:00
..
bin rcutorture: Correctly handle CONFIG_RCU_TORTURE_TEST_* options 2017-06-08 08:25:22 -07:00
configs rcutorture: Add a scenario for Classic SRCU 2017-06-08 08:25:21 -07:00
doc torture: Update RCU test scenario documentation 2017-01-14 21:35:59 -08:00
formal/srcu-cbmc rcutorture: Add CBMC-based formal verification for SRCU 2017-01-25 12:54:22 -08:00
.gitignore torture: Remove obsolete files from rcutorture .gitignore 2016-11-14 10:48:51 -08:00