lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <tencent_40B6A6E7C79AEEEFEC79A07DE00724909A05@qq.com>
Date: Fri, 28 Mar 2025 10:18:11 +0000
From: Yeking@...54.com
To: linux-sh@...r.kernel.org
Cc: 谢致邦 (XIE Zhibang) <Yeking@...54.com>,
	Yoshinori Sato <ysato@...rs.sourceforge.jp>,
	Rich Felker <dalias@...c.org>,
	John Paul Adrian Glaubitz <glaubitz@...sik.fu-berlin.de>,
	Paul Mundt <lethal@...ux-sh.org>,
	Pawel Moll <pawel.moll@...com>,
	Stuart Menefy <stuart.menefy@...com>,
	linux-kernel@...r.kernel.org
Subject: [PATCH] SH: Kconfig: Fix help text of CMDLINE_EXTEND

From: 谢致邦 (XIE Zhibang) <Yeking@...54.com>

It is the bootloader arguments concatenated with the given string,
not the given string concatenated with the bootloader arguments.

Fixes: d724a9c9d572 ("sh: Allow for kernel command line concatenation.")
Signed-off-by: 谢致邦 (XIE Zhibang) <Yeking@...54.com>
---
 arch/sh/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 89185af7bcc9..81e5e205416e 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -727,8 +727,8 @@ config CMDLINE_OVERWRITE
 config CMDLINE_EXTEND
 	bool "Extend bootloader kernel arguments"
 	help
-	  Given string will be concatenated with arguments passed in
-	  by a bootloader.
+	  Arguments passed in by a bootloader will be concatenated
+	  with given string.
 
 config CMDLINE_FROM_BOOTLOADER
 	bool "Use bootloader kernel arguments"
-- 
2.43.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ