From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 59CA2C38142 for ; Tue, 24 Jan 2023 13:42:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234289AbjAXNmm (ORCPT ); Tue, 24 Jan 2023 08:42:42 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34038 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234252AbjAXNmQ (ORCPT ); Tue, 24 Jan 2023 08:42:16 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BFF7045F49; Tue, 24 Jan 2023 05:42:00 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 54872611E7; Tue, 24 Jan 2023 13:42:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5CBE5C433D2; Tue, 24 Jan 2023 13:41:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674567719; bh=q8ApZr5+b7iNCL/JbigB1PXnsnlkYzbm1tirm47KzJo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=RMj3l2mv1gVQS8fK1hqd8du3/po5KD7Eb2UcQOgASWS1xYM/Vs2Mf4nHJTynKGszM 6jUg5Egp9zIvo9SlGEhqy10jRwJAFks5PlyaJa/lO5wO/EqbtZWuCUBdfjNfHBcAk2 PGtd+3usmus/dWp5sawoUrpND7mmxnv5MVPRThJrVyZPAGlOx6113pt9t0IcRfVQVl D9yIHKXsm9j0l01ZVctDquVrISi/tX4bASH1B2zF8Sh8vSChGHkSByD3PqBoiPRjtv TzfGm4AdEbmX3Mxvg5ZpuB+d3L/0Dog46eWRrF0+d1n8yvkngZxkx1SvRmYzklSn7a GgoksCr3g4yTg== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Rasmus Villemoes , Masahiro Yamada , Sasha Levin , akpm@linux-foundation.org, ndesaulniers@google.com, hannes@cmpxchg.org, nathan@kernel.org, ojeda@kernel.org, mhiramat@kernel.org, atomlin@redhat.com, ddiss@suse.de, christophe.leroy@csgroup.eu, vbabka@suse.cz Subject: [PATCH AUTOSEL 6.1 11/35] init/Kconfig: fix LOCALVERSION_AUTO help text Date: Tue, 24 Jan 2023 08:41:07 -0500 Message-Id: <20230124134131.637036-11-sashal@kernel.org> X-Mailer: git-send-email 2.39.0 In-Reply-To: <20230124134131.637036-1-sashal@kernel.org> References: <20230124134131.637036-1-sashal@kernel.org> MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Rasmus Villemoes [ 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 Signed-off-by: Masahiro Yamada Signed-off-by: Sasha Levin --- init/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/Kconfig b/init/Kconfig index 0c214af99085..258b58115fdd 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -202,7 +202,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