From: Paul E. McKenney Date: Thu, 7 May 2026 16:57:18 +0000 (-0700) Subject: torture: Allow "norm" abbreviation for "normal" X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=956d852943621dff1d93fa6fa303d03fc0c869f3;p=thirdparty%2Fkernel%2Flinux.git torture: Allow "norm" abbreviation for "normal" This adds "--do-norm", --do-no-norm", and "--no-norm" synonyms for the "--do-normal" group of torture.sh command-line arguments. Signed-off-by: Paul E. McKenney Signed-off-by: Uladzislau Rezki (Sony) --- diff --git a/tools/testing/selftests/rcutorture/bin/torture.sh b/tools/testing/selftests/rcutorture/bin/torture.sh index a33ba109ef0b7..f0083891ee814 100755 --- a/tools/testing/selftests/rcutorture/bin/torture.sh +++ b/tools/testing/selftests/rcutorture/bin/torture.sh @@ -184,7 +184,7 @@ do do_clocksourcewd=no do_srcu_lockdep=no ;; - --do-normal|--do-no-normal|--no-normal) + --do-normal|--do-norm|--do-no-normal|--do-no-norm|--no-normal|--no-norm) do_normal=`doyesno "$1" --do-normal` explicit_normal=yes ;;