]> www.infradead.org Git - users/jedix/linux-maple.git/commit
torture: Fix remaining erroneous torture.sh instance of $*
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 4 Mar 2021 22:15:00 +0000 (14:15 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Fri, 2 Apr 2021 19:39:55 +0000 (12:39 -0700)
commit1b932da5e1e39829ef25b0d9d60742a37ced3d4f
treed221f255795fd1412dd09903e717b69be820c297
parent9684b607a4c8339c404171897b8938a1334109bc
torture: Fix remaining erroneous torture.sh instance of $*

Although "eval" was removed from torture.sh, that commit failed to
update the KCSAN instance of $* to "$@".  This results in failures when
(for example) --bootargs is given more than one argument.  This commit
therefore makes this change.

There is one remaining instance of $* in torture.sh, but this
is used only in the "echo" command, where quoting doesn't matter
so much.

Fixes: 197220d4a334 ("torture: Remove use of "eval" in torture.sh")
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/bin/torture.sh