From: Paul E. McKenney Date: Fri, 28 Jul 2023 20:42:34 +0000 (-0700) Subject: rcutorture: Add CONFIG_DEBUG_OBJECTS to RCU Tasks testing X-Git-Tag: v6.7-rc1~173^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65b73f1ff6d98a4a0d28c4c6f6497686fef557fa;p=thirdparty%2Fkernel%2Fstable.git rcutorture: Add CONFIG_DEBUG_OBJECTS to RCU Tasks testing This commit adds CONFIG_DEBUG_OBJECTS=y to the TRACE02 rcutorture scenario to catch any further RCU Tasks bugs involving this Kconfig option. Signed-off-by: Paul E. McKenney Signed-off-by: Frederic Weisbecker --- diff --git a/tools/testing/selftests/rcutorture/configs/rcu/TRACE02 b/tools/testing/selftests/rcutorture/configs/rcu/TRACE02 index 093ea6e8e65cd..9003c56cd7648 100644 --- a/tools/testing/selftests/rcutorture/configs/rcu/TRACE02 +++ b/tools/testing/selftests/rcutorture/configs/rcu/TRACE02 @@ -11,3 +11,4 @@ CONFIG_FORCE_TASKS_TRACE_RCU=y #CHECK#CONFIG_TASKS_TRACE_RCU=y CONFIG_TASKS_TRACE_RCU_READ_MB=n CONFIG_RCU_EXPERT=y +CONFIG_DEBUG_OBJECTS=y