public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation/kernel-parameters: Update memtest parameter
@ 2025-04-28  3:47 WangYuli
  2025-04-28  5:05 ` Randy Dunlap
  2025-05-06 13:12 ` Jonathan Corbet
  0 siblings, 2 replies; 4+ messages in thread
From: WangYuli @ 2025-04-28  3:47 UTC (permalink / raw)
  To: corbet, akpm, rostedt, paulmck, thuth, bp, ardb, gregkh
  Cc: linux-doc, linux-kernel, chenhuacai, kernel, loongarch, tsbogend,
	linux-mips, chris, jcmvbkbc, WangYuli

LoongArch, MIPS and XTENSA has supported memtest now.
Update documentation for them.

Link: https://web.git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=dce44566192ec0b38597fdfd435013c2d54653ff
Link: https://web.git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fb8e9f59d6f292c3d9fea6c155c22ea5fc3053ab
Signed-off-by: WangYuli <wangyuli@uniontech.com>
---
 Documentation/admin-guide/kernel-parameters.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index d9fd26b95b34..eeba55deb38d 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -3620,7 +3620,7 @@
 			Note that even when enabled, there are a few cases where
 			the feature is not effective.
 
-	memtest=	[KNL,X86,ARM,M68K,PPC,RISCV,EARLY] Enable memtest
+	memtest=	[KNL,X86,ARM,LOONGARCH,MIPS,M68K,PPC,RISCV,XTENSA,EARLY] Enable memtest
 			Format: <integer>
 			default : 0 <disable>
 			Specifies the number of memtest passes to be
-- 
2.49.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] Documentation/kernel-parameters: Update memtest parameter
  2025-04-28  3:47 [PATCH] Documentation/kernel-parameters: Update memtest parameter WangYuli
@ 2025-04-28  5:05 ` Randy Dunlap
  2025-04-28  5:36   ` WangYuli
  2025-05-06 13:12 ` Jonathan Corbet
  1 sibling, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2025-04-28  5:05 UTC (permalink / raw)
  To: WangYuli, corbet, akpm, rostedt, paulmck, thuth, bp, ardb, gregkh
  Cc: linux-doc, linux-kernel, chenhuacai, kernel, loongarch, tsbogend,
	linux-mips, chris, jcmvbkbc

Hi,

On 4/27/25 8:47 PM, WangYuli wrote:
> LoongArch, MIPS and XTENSA has supported memtest now.
> Update documentation for them.
> 
> Link: https://web.git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=dce44566192ec0b38597fdfd435013c2d54653ff
> Link: https://web.git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fb8e9f59d6f292c3d9fea6c155c22ea5fc3053ab
> Signed-off-by: WangYuli <wangyuli@uniontech.com>
> ---
>  Documentation/admin-guide/kernel-parameters.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
> index d9fd26b95b34..eeba55deb38d 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -3620,7 +3620,7 @@
>  			Note that even when enabled, there are a few cases where
>  			the feature is not effective.
>  
> -	memtest=	[KNL,X86,ARM,M68K,PPC,RISCV,EARLY] Enable memtest
> +	memtest=	[KNL,X86,ARM,LOONGARCH,MIPS,M68K,PPC,RISCV,XTENSA,EARLY] Enable memtest

It looks to me like ARM64 needs its own entry above.

>  			Format: <integer>
>  			default : 0 <disable>
>  			Specifies the number of memtest passes to be

-- 
~Randy


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Documentation/kernel-parameters: Update memtest parameter
  2025-04-28  5:05 ` Randy Dunlap
@ 2025-04-28  5:36   ` WangYuli
  0 siblings, 0 replies; 4+ messages in thread
From: WangYuli @ 2025-04-28  5:36 UTC (permalink / raw)
  To: Randy Dunlap, corbet, akpm, rostedt, paulmck, thuth, bp, ardb,
	gregkh
  Cc: linux-doc, linux-kernel, chenhuacai, kernel, loongarch, tsbogend,
	linux-mips, chris, jcmvbkbc


[-- Attachment #1.1.1.1: Type: text/plain, Size: 490 bytes --]

Hi Randy,

On 2025/4/28 13:05, Randy Dunlap wrote:
> It looks to me like ARM64 needs its own entry above.

Thank you for pointing that out!

Nevertheless, this appears to be a different problem.

Upon reviewing this document carefully, I found that within this file, 
there are indeed other parameters where "ARM" should be changed to 
"ARM64" or "ARM64" should be added.

This is definitely worth re-verifying and submitting the changes separately.

Thanks,
-- 
WangYuli

[-- Attachment #1.1.1.2: Type: text/html, Size: 1134 bytes --]

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 645 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Documentation/kernel-parameters: Update memtest parameter
  2025-04-28  3:47 [PATCH] Documentation/kernel-parameters: Update memtest parameter WangYuli
  2025-04-28  5:05 ` Randy Dunlap
@ 2025-05-06 13:12 ` Jonathan Corbet
  1 sibling, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2025-05-06 13:12 UTC (permalink / raw)
  To: WangYuli, akpm, rostedt, paulmck, thuth, bp, ardb, gregkh
  Cc: linux-doc, linux-kernel, chenhuacai, kernel, loongarch, tsbogend,
	linux-mips, chris, jcmvbkbc, WangYuli

WangYuli <wangyuli@uniontech.com> writes:

> LoongArch, MIPS and XTENSA has supported memtest now.
> Update documentation for them.
>
> Link: https://web.git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=dce44566192ec0b38597fdfd435013c2d54653ff
> Link: https://web.git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fb8e9f59d6f292c3d9fea6c155c22ea5fc3053ab
> Signed-off-by: WangYuli <wangyuli@uniontech.com>
> ---
>  Documentation/admin-guide/kernel-parameters.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
> index d9fd26b95b34..eeba55deb38d 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -3620,7 +3620,7 @@
>  			Note that even when enabled, there are a few cases where
>  			the feature is not effective.
>  
> -	memtest=	[KNL,X86,ARM,M68K,PPC,RISCV,EARLY] Enable memtest
> +	memtest=	[KNL,X86,ARM,LOONGARCH,MIPS,M68K,PPC,RISCV,XTENSA,EARLY] Enable memtest

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-05-06 13:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-28  3:47 [PATCH] Documentation/kernel-parameters: Update memtest parameter WangYuli
2025-04-28  5:05 ` Randy Dunlap
2025-04-28  5:36   ` WangYuli
2025-05-06 13:12 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox