From: Peter Zijlstra Date: Wed, 24 Mar 2021 18:48:34 +0000 (+0100) Subject: sched: Don't make LATENCYTOP select SCHED_DEBUG X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d86ba831656611872e4939b895503ddac63d8196;p=linux.git sched: Don't make LATENCYTOP select SCHED_DEBUG SCHED_DEBUG is not in fact required for LATENCYTOP, don't select it. Suggested-by: Mel Gorman Signed-off-by: Peter Zijlstra (Intel) Tested-by: Valentin Schneider Link: https://lkml.kernel.org/r/20210412102001.224578981@infradead.org --- diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 2779c29d9981f..5f983768d876e 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -1670,7 +1670,6 @@ config LATENCYTOP select KALLSYMS_ALL select STACKTRACE select SCHEDSTATS - select SCHED_DEBUG help Enable this option if you want to use the LatencyTOP tool to find out which userspace is blocking on what kernel operations.