| From: WangYuli <wangyuli@uniontech.com> |
| Subject: Documentation/kernel-parameters: update memtest parameter |
| Date: Mon, 28 Apr 2025 11:47:46 +0800 |
| |
| 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 |
| Link: https://lkml.kernel.org/r/0FC3D21CA22E8251+20250428034746.21216-1-wangyuli@uniontech.com |
| Signed-off-by: WangYuli <wangyuli@uniontech.com> |
| Cc: Jonathan Corbet <corbet@lwn.net> |
| Cc: Stephen Rothwell <sfr@canb.auug.org.au> |
| Signed-off-by: Andrew Morton <akpm@linux-foundation.org> |
| --- |
| |
| Documentation/admin-guide/kernel-parameters.txt | 2 +- |
| 1 file changed, 1 insertion(+), 1 deletion(-) |
| |
| --- a/Documentation/admin-guide/kernel-parameters.txt~documentation-kernel-parameters-update-memtest-parameter |
| +++ a/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 |
| _ |