History log of /external/ltp/testcases/kernel/device-drivers/rcu/rcu_torture.sh
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8cce5de91bc0a358d543193ea0e8ac13c255fb1f 14-Jan-2018 Petr Vorel <petr.vorel@gmail.com> Fix minor typo in doc

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
/external/ltp/testcases/kernel/device-drivers/rcu/rcu_torture.sh
46e3e566725913b8cb6b8eabc71b38bf8b44c2cd 14-Nov-2016 Cyril Hrubis <chrubis@suse.cz> rcu_torture: Make use of tst_kvcmp

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/kernel/device-drivers/rcu/rcu_torture.sh
25fdb340d3b9abad0ea9856076de9deb424ce17a 20-Feb-2015 Alexey Kodanev <alexey.kodanev@oracle.com> device-drivers/rcu/rcu_torture.sh: use default value for nreaders, fix types

* rcutorture module sets nreaders to twice the number of CPUs
* fix rcutorture types, some of them were removed,
some merged together in commits 99f8891 (v3.11), 2ec1f2d (v3.12)

Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com>
Acked-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/kernel/device-drivers/rcu/rcu_torture.sh
32f580953caa7dab3dabe08b14e0214295adbfd0 26-Mar-2014 Alexey Kodanev <alexey.kodanev@oracle.com> testcases/*.sh: use INT in "trap" instead of SIGINT

Also replace "==" with "=" in rcutorture test.

Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com>
/external/ltp/testcases/kernel/device-drivers/rcu/rcu_torture.sh
648d6303dcf3d926eec0320a3d83d27acbdab1ae 13-Mar-2014 Alexey Kodanev <alexey.kodanev@oracle.com> device-drivers/rcu: add wrapper script for rcutorture test

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 <alexey.kodanev@oracle.com>
/external/ltp/testcases/kernel/device-drivers/rcu/rcu_torture.sh