From: Paul E. McKenney Date: Sat, 20 Feb 2021 18:13:52 +0000 (-0800) Subject: torture: Rename SRCU-t and SRCU-u to avoid lowercase characters X-Git-Tag: iomap-folio-5.17-old~1559^2^2^10~10 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=00a447fabb5252d01035e78ae7f2943e5b4fff64;p=users%2Fwilly%2Flinux.git torture: Rename SRCU-t and SRCU-u to avoid lowercase characters The convention that scenario names are all uppercase has two exceptions, SRCU-t and SRCU-u. This commit therefore renames them to SRCU-T and SRCU-U, respectively, to bring them in line with this convention. This in turn permits tighter argument checking in the torture-test scripting. Signed-off-by: Paul E. McKenney --- diff --git a/tools/testing/selftests/rcutorture/configs/rcu/CFLIST b/tools/testing/selftests/rcutorture/configs/rcu/CFLIST index f2b20db9e296..98b6175e5aa0 100644 --- a/tools/testing/selftests/rcutorture/configs/rcu/CFLIST +++ b/tools/testing/selftests/rcutorture/configs/rcu/CFLIST @@ -7,8 +7,8 @@ TREE07 TREE09 SRCU-N SRCU-P -SRCU-t -SRCU-u +SRCU-T +SRCU-U TINY01 TINY02 TASKS01 diff --git a/tools/testing/selftests/rcutorture/configs/rcu/SRCU-t b/tools/testing/selftests/rcutorture/configs/rcu/SRCU-T similarity index 100% rename from tools/testing/selftests/rcutorture/configs/rcu/SRCU-t rename to tools/testing/selftests/rcutorture/configs/rcu/SRCU-T diff --git a/tools/testing/selftests/rcutorture/configs/rcu/SRCU-t.boot b/tools/testing/selftests/rcutorture/configs/rcu/SRCU-T.boot similarity index 100% rename from tools/testing/selftests/rcutorture/configs/rcu/SRCU-t.boot rename to tools/testing/selftests/rcutorture/configs/rcu/SRCU-T.boot diff --git a/tools/testing/selftests/rcutorture/configs/rcu/SRCU-u b/tools/testing/selftests/rcutorture/configs/rcu/SRCU-U similarity index 100% rename from tools/testing/selftests/rcutorture/configs/rcu/SRCU-u rename to tools/testing/selftests/rcutorture/configs/rcu/SRCU-U diff --git a/tools/testing/selftests/rcutorture/configs/rcu/SRCU-u.boot b/tools/testing/selftests/rcutorture/configs/rcu/SRCU-U.boot similarity index 100% rename from tools/testing/selftests/rcutorture/configs/rcu/SRCU-u.boot rename to tools/testing/selftests/rcutorture/configs/rcu/SRCU-U.boot