[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230124134257.637523-8-sashal@kernel.org>
Date: Tue, 24 Jan 2023 08:42:51 -0500
From: Sasha Levin <sashal@...nel.org>
To: linux-kernel@...r.kernel.org, stable@...r.kernel.org
Cc: Rasmus Villemoes <linux@...musvillemoes.dk>,
Masahiro Yamada <masahiroy@...nel.org>,
Sasha Levin <sashal@...nel.org>, akpm@...ux-foundation.org,
ndesaulniers@...gle.com, hannes@...xchg.org, nathan@...nel.org,
ojeda@...nel.org, mhiramat@...nel.org, atomlin@...hat.com,
ddiss@...e.de, christophe.leroy@...roup.eu, vbabka@...e.cz
Subject: [PATCH AUTOSEL 5.15 08/14] init/Kconfig: fix LOCALVERSION_AUTO help text
From: Rasmus Villemoes <linux@...musvillemoes.dk>
[ Upstream commit 0f9c608d4a1eb852d6769d2fc5906c71c02565ae ]
It was never guaranteed to be exactly eight, but since commit
548b8b5168c9 ("scripts/setlocalversion: make git describe output more
reliable"), it has been exactly 12.
Signed-off-by: Rasmus Villemoes <linux@...musvillemoes.dk>
Signed-off-by: Masahiro Yamada <masahiroy@...nel.org>
Signed-off-by: Sasha Levin <sashal@...nel.org>
---
init/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/init/Kconfig b/init/Kconfig
index a4144393717b..8b09b83e6e7d 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -190,7 +190,7 @@ config LOCALVERSION_AUTO
appended after any matching localversion* files, and after the value
set in CONFIG_LOCALVERSION.
- (The actual string used here is the first eight characters produced
+ (The actual string used here is the first 12 characters produced
by running the command:
$ git rev-parse --verify HEAD
--
2.39.0
Powered by blists - more mailing lists