[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <171024483260.398.15578307228976810423.tip-bot2@tip-bot2>
Date: Tue, 12 Mar 2024 12:00:32 -0000
From: "tip-bot2 for Ingo Molnar" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc:
Ingo Molnar <mingo@...nel.org>, x86@...nel.org, linux-kernel@...r.kernel.org
Subject: [tip: sched/core] sched/debug: Allow CONFIG_SCHEDSTATS even on
!KERNEL_DEBUG kernels
The following commit has been merged into the sched/core branch of tip:
Commit-ID: 9ab121d65e03b4dc38f207871070eb353b396b05
Gitweb: https://git.kernel.org/tip/9ab121d65e03b4dc38f207871070eb353b396b05
Author: Ingo Molnar <mingo@...nel.org>
AuthorDate: Fri, 08 Mar 2024 11:58:56 +01:00
Committer: Ingo Molnar <mingo@...nel.org>
CommitterDate: Tue, 12 Mar 2024 11:03:41 +01:00
sched/debug: Allow CONFIG_SCHEDSTATS even on !KERNEL_DEBUG kernels
All major Linux distributions enable CONFIG_SCHEDSTATS,
so make it more widely available.
Signed-off-by: Ingo Molnar <mingo@...nel.org>
Link: https://lore.kernel.org/r/20240308105901.1096078-6-mingo@kernel.org
---
lib/Kconfig.debug | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 6c596e6..ed2ad1a 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -1250,7 +1250,7 @@ config SCHED_INFO
config SCHEDSTATS
bool "Collect scheduler statistics"
- depends on DEBUG_KERNEL && PROC_FS
+ depends on PROC_FS
select SCHED_INFO
help
If you say Y here, additional code will be inserted into the
Powered by blists - more mailing lists