All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation/kernel-parameters: fix typo in retbleed= kernel parameter description
@ 2025-11-16 14:53 Xie Yuanbin
  2025-11-18 11:20 ` Borislav Petkov
  2025-11-18 16:13 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Xie Yuanbin @ 2025-11-16 14:53 UTC (permalink / raw)
  To: corbet, akpm, bp, peterz, mingo, pmladek, paulmck,
	pawan.kumar.gupta, feng.tang, kees, arnd, fvdl, lirongqing, bp,
	jpoimboe, alexandre.chartre
  Cc: linux-doc, linux-kernel, Xie Yuanbin

Fixes a typo in the retbleed= parameter description, changing
"migitation" to "mitigation".

Fixes: 7fbf47c7ce50 ("x86/bugs: Add AMD retbleed= boot parameter")

Signed-off-by: Xie Yuanbin <qq570070308@gmail.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 7e8af24c410a..a857e42d1d48 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -6420,7 +6420,7 @@
 			that don't.
 
 			off          - no mitigation
-			auto         - automatically select a migitation
+			auto         - automatically select a mitigation
 			auto,nosmt   - automatically select a mitigation,
 				       disabling SMT if necessary for
 				       the full mitigation (only on Zen1
-- 
2.51.0


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

* Re: [PATCH] Documentation/kernel-parameters: fix typo in retbleed= kernel parameter description
  2025-11-16 14:53 [PATCH] Documentation/kernel-parameters: fix typo in retbleed= kernel parameter description Xie Yuanbin
@ 2025-11-18 11:20 ` Borislav Petkov
  2025-11-18 16:13 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Borislav Petkov @ 2025-11-18 11:20 UTC (permalink / raw)
  To: Xie Yuanbin
  Cc: corbet, akpm, peterz, mingo, pmladek, paulmck, pawan.kumar.gupta,
	feng.tang, kees, arnd, fvdl, lirongqing, bp, jpoimboe,
	alexandre.chartre, linux-doc, linux-kernel

On Sun, Nov 16, 2025 at 10:53:02PM +0800, Xie Yuanbin wrote:
> Fixes a typo in the retbleed= parameter description, changing
> "migitation" to "mitigation".
> 
> Fixes: 7fbf47c7ce50 ("x86/bugs: Add AMD retbleed= boot parameter")
> 
> Signed-off-by: Xie Yuanbin <qq570070308@gmail.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 7e8af24c410a..a857e42d1d48 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -6420,7 +6420,7 @@
>  			that don't.
>  
>  			off          - no mitigation
> -			auto         - automatically select a migitation
> +			auto         - automatically select a mitigation
>  			auto,nosmt   - automatically select a mitigation,
>  				       disabling SMT if necessary for
>  				       the full mitigation (only on Zen1
> -- 

Acked-by: Borislav Petkov (AMD) <bp@alien8.de>

-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette

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

* Re: [PATCH] Documentation/kernel-parameters: fix typo in retbleed= kernel parameter description
  2025-11-16 14:53 [PATCH] Documentation/kernel-parameters: fix typo in retbleed= kernel parameter description Xie Yuanbin
  2025-11-18 11:20 ` Borislav Petkov
@ 2025-11-18 16:13 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2025-11-18 16:13 UTC (permalink / raw)
  To: Xie Yuanbin, akpm, bp, peterz, mingo, pmladek, paulmck,
	pawan.kumar.gupta, feng.tang, kees, arnd, fvdl, lirongqing, bp,
	jpoimboe, alexandre.chartre
  Cc: linux-doc, linux-kernel, Xie Yuanbin

Xie Yuanbin <qq570070308@gmail.com> writes:

> Fixes a typo in the retbleed= parameter description, changing
> "migitation" to "mitigation".
>
> Fixes: 7fbf47c7ce50 ("x86/bugs: Add AMD retbleed= boot parameter")
>
> Signed-off-by: Xie Yuanbin <qq570070308@gmail.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 7e8af24c410a..a857e42d1d48 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -6420,7 +6420,7 @@
>  			that don't.
>  
>  			off          - no mitigation
> -			auto         - automatically select a migitation
> +			auto         - automatically select a mitigation
>  			auto,nosmt   - automatically select a mitigation,
>  				       disabling SMT if necessary for

Applied, thanks.

jon

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

end of thread, other threads:[~2025-11-18 16:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-16 14:53 [PATCH] Documentation/kernel-parameters: fix typo in retbleed= kernel parameter description Xie Yuanbin
2025-11-18 11:20 ` Borislav Petkov
2025-11-18 16:13 ` Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.