torture: Default --no-clocksourcewd on arm64
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 15 May 2025 20:54:56 +0000 (13:54 -0700)
committerNeeraj Upadhyay (AMD) <neeraj.upadhyay@kernel.org>
Wed, 25 Jun 2025 03:09:36 +0000 (08:39 +0530)
commit103d567f51e0eaee441bb26769e443a719299412
treecb000e23ea0de10655b8616f0c46b473ecf11805
parent1524f2032aad74f604a54d5a5cbb8b214f4da41c
torture: Default --no-clocksourcewd on arm64

Because arm64 does not support CONFIG_CLOCKSOURCE_WATCHDOG=n kernels,
--do-clocksourcewd gets Kconfig errors.  This commit therefore makes
--do-no-clocksourcewd be the default on arm64.

Note that arm64 users can still specify --do-clocksourcewd in order to
override this default.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Neeraj Upadhyay (AMD) <neeraj.upadhyay@kernel.org>
tools/testing/selftests/rcutorture/bin/torture.sh