Skip to content

Commit 14d281d

Browse files
author
Ingo Molnar
committed
sched/debug: Remove CONFIG_SCHED_DEBUG from self-test config files
We leave most of the defconfigs alone (there's over 70 of them), but let's remove CONFIG_SCHED_DEBUG from the scheduler self-test Kconfig files. Signed-off-by: Ingo Molnar <mingo@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Juri Lelli <juri.lelli@redhat.com> Cc: Vincent Guittot <vincent.guittot@linaro.org> Cc: Dietmar Eggemann <dietmar.eggemann@arm.com> Cc: Steven Rostedt <rostedt@goodmis.org> Cc: Ben Segall <bsegall@google.com> Cc: Mel Gorman <mgorman@suse.de> Cc: Valentin Schneider <vschneid@redhat.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Link: https://lore.kernel.org/r/Z9szt3MpQmQ56TRd@gmail.com
1 parent 1b68a6a commit 14d281d

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

tools/testing/selftests/sched/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CONFIG_SCHED_DEBUG=y
1+
# empty

tools/testing/selftests/sched_ext/config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
CONFIG_SCHED_DEBUG=y
21
CONFIG_SCHED_CLASS_EXT=y
32
CONFIG_CGROUPS=y
43
CONFIG_CGROUP_SCHED=y

tools/testing/selftests/wireguard/qemu/debug.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ CONFIG_DEBUG_KMEMLEAK=y
2727
CONFIG_DEBUG_STACK_USAGE=y
2828
CONFIG_DEBUG_SHIRQ=y
2929
CONFIG_WQ_WATCHDOG=y
30-
CONFIG_SCHED_DEBUG=y
3130
CONFIG_SCHED_INFO=y
3231
CONFIG_SCHEDSTATS=y
3332
CONFIG_SCHED_STACK_END_CHECK=y

0 commit comments

Comments
 (0)