Skip to content

Commit

Permalink
sched/debug: Remove CONFIG_SCHED_DEBUG from self-test config files
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Ingo Molnar committed Mar 19, 2025
1 parent 1b68a6a commit 14d281d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion tools/testing/selftests/sched/config
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CONFIG_SCHED_DEBUG=y
# empty
1 change: 0 additions & 1 deletion tools/testing/selftests/sched_ext/config
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
CONFIG_SCHED_DEBUG=y
CONFIG_SCHED_CLASS_EXT=y
CONFIG_CGROUPS=y
CONFIG_CGROUP_SCHED=y
Expand Down
1 change: 0 additions & 1 deletion tools/testing/selftests/wireguard/qemu/debug.config
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ CONFIG_DEBUG_KMEMLEAK=y
CONFIG_DEBUG_STACK_USAGE=y
CONFIG_DEBUG_SHIRQ=y
CONFIG_WQ_WATCHDOG=y
CONFIG_SCHED_DEBUG=y
CONFIG_SCHED_INFO=y
CONFIG_SCHEDSTATS=y
CONFIG_SCHED_STACK_END_CHECK=y
Expand Down

0 comments on commit 14d281d

Please sign in to comment.