]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
torture: Add --do-normal parameter to torture.sh help text
authorPaul E. McKenney <paulmck@kernel.org>
Wed, 16 Jul 2025 16:10:35 +0000 (09:10 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 14 Aug 2025 22:26:30 +0000 (15:26 -0700)
The --do-normal parameter was missing from the torture.sh script's help
text, so this commit adds it.  Hopefully better late than never!

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/bin/torture.sh

index 611bc03a8dc705b87b00e7722ab4075e10e8eb64..a33ba109ef0b7fe86bea5858180bedb0c31cdd22 100755 (executable)
@@ -94,6 +94,7 @@ usage () {
        echo "       --do-kvfree / --do-no-kvfree / --no-kvfree"
        echo "       --do-locktorture / --do-no-locktorture / --no-locktorture"
        echo "       --do-none"
+       echo "       --do-normal / --do-no-normal / --no-normal"
        echo "       --do-rcuscale / --do-no-rcuscale / --no-rcuscale"
        echo "       --do-rcutasksflavors / --do-no-rcutasksflavors / --no-rcutasksflavors"
        echo "       --do-rcutorture / --do-no-rcutorture / --no-rcutorture"