[<prev] [next>] [day] [month] [year] [list]
Message-ID: <202301291013573466558@zte.com.cn>
Date: Sun, 29 Jan 2023 10:13:57 +0800 (CST)
From: <ye.xingchen@....com.cn>
To: <akpm@...ux-foundation.org>
Cc: <keescook@...omium.org>, <nathan@...nel.org>,
<peterz@...radead.org>, <ndesaulniers@...gle.com>,
<jpoimboe@...nel.org>, <rdunlap@...radead.org>,
<geert+renesas@...der.be>, <ojeda@...nel.org>,
<zhaoyang.huang@...soc.com>, <vbabka@...e.cz>,
<dan.j.williams@...el.com>, <linux@...musvillemoes.dk>,
<linux-kernel@...r.kernel.org>
Subject: [PATCH] Kconfig.debug: fix the help description in SCHED_DEBUG
From: ye xingchen <ye.xingchen@....com.cn>
The right File Path about SCHED_DEBUG is /sys/kernel/debug/sched.
Signed-off-by: ye xingchen <ye.xingchen@....com.cn>
---
lib/Kconfig.debug | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 520884f8f8e1..d7fc48b6de45 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -1146,7 +1146,7 @@ config SCHED_DEBUG
depends on DEBUG_KERNEL && PROC_FS
default y
help
- If you say Y here, the /proc/sched_debug file will be provided
+ If you say Y here, the /sys/kernel/debug/sched file will be provided
that can help debug the scheduler. The runtime overhead of this
option is minimal.
--
2.25.1
Powered by blists - more mailing lists