Hi!
> One of the possible ways to test RCU is to use rcutorture kernel module.
> The test requires that kernel configured with CONFIG_RCU_TORTURE_TEST.
> It runs rcutorture module using particular options and then inspects
> dmesg output for module's test results.
> For more information, please read Linux Documentation: RCU/torture.txt
> 
> Signed-off-by: Alexey Kodanev <[email protected]>
> ---
> v2: Make use of new LTP shell library
>     Parse dmesg output with sed
> 
>  runtest/kernel_misc                                |    1 +
>  testcases/kernel/device-drivers/rcu/Makefile       |   22 ++++
>  testcases/kernel/device-drivers/rcu/rcu_torture.sh |  105 
> ++++++++++++++++++++
>  3 files changed, 128 insertions(+), 0 deletions(-)
>  create mode 100644 testcases/kernel/device-drivers/rcu/Makefile
>  create mode 100755 testcases/kernel/device-drivers/rcu/rcu_torture.sh
> 
> diff --git a/runtest/kernel_misc b/runtest/kernel_misc
> index c1826fb..8f37cc6 100644
> --- a/runtest/kernel_misc
> +++ b/runtest/kernel_misc
> @@ -7,3 +7,4 @@ tbio tbio
>  ltp_acpi ltp_acpi
>  ltp_acpi_cpufreq ltp_acpi_cpufreq
>  uaccess uaccess
> +rcu_torture.sh rcu_torture.sh

I've changed this label from rcu_torture.sh to just rcu_torture and
pushed the patch, thanks.

-- 
Cyril Hrubis
[email protected]

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to