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 <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Juri Lelli <[email protected]> Cc: Vincent Guittot <[email protected]> Cc: Dietmar Eggemann <[email protected]> Cc: Steven Rostedt <[email protected]> Cc: Ben Segall <[email protected]> Cc: Mel Gorman <[email protected]> Cc: Valentin Schneider <[email protected]> Cc: Linus Torvalds <[email protected]> Link: https://lore.kernel.org/r/[email protected]
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)