torture: Provide EXPERT Kconfig option for arm64 KCSAN torture.sh runs
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 15 May 2025 22:30:01 +0000 (15:30 -0700)
committerNeeraj Upadhyay (AMD) <neeraj.upadhyay@kernel.org>
Wed, 16 Jul 2025 04:13:27 +0000 (09:43 +0530)
commita883f273431804adfac6048f5e71a041f5626f64
tree0f85dae672056ae46b93b1a7c683ba2e1a17cd7a
parent103d567f51e0eaee441bb26769e443a719299412
torture: Provide EXPERT Kconfig option for arm64 KCSAN torture.sh runs

The arm64 architecture requires that KCSAN-enabled kernels be built with
the CONFIG_EXPERT=y Kconfig option.  This commit therefore causes the
torture.sh script to provide this option, but only for --kcsan runs on
arm64 systems.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Cc: Marco Elver <elver@google.com>
Cc: Dmitry Vyukov <dvyukov@google.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will@kernel.org>
Cc: <kasan-dev@googlegroups.com>
Cc: <linux-arm-kernel@lists.infradead.org>
Acked-by: Will Deacon <will@kernel.org>
Signed-off-by: Neeraj Upadhyay (AMD) <neeraj.upadhyay@kernel.org>
tools/testing/selftests/rcutorture/bin/torture.sh