All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation/arch/x86/amd-memory-encryption.rst: Fix typo
@ 2026-07-04 12:55 Cédric Hannotier
  2026-07-04 18:14 ` [tip: x86/cleanups] " tip-bot2 for Cédric Hannotier
  2026-07-07  0:04 ` [PATCH] " Randy Dunlap
  0 siblings, 2 replies; 3+ messages in thread
From: Cédric Hannotier @ 2026-07-04 12:55 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, Borislav Petkov, Dave Hansen, x86,
	H. Peter Anvin, Jonathan Corbet, Shuah Khan
  Cc: Cédric Hannotier, linux-kernel, linux-doc

The MSR address has one 0 too many: 0xc00100010 → 0xc0010010.

Signed-off-by: Cédric Hannotier <hannotiercedric@gmail.com>
---
 Documentation/arch/x86/amd-memory-encryption.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/arch/x86/amd-memory-encryption.rst b/Documentation/arch/x86/amd-memory-encryption.rst
index bd840df70..92edb26a5 100644
--- a/Documentation/arch/x86/amd-memory-encryption.rst
+++ b/Documentation/arch/x86/amd-memory-encryption.rst
@@ -53,7 +53,7 @@ CPUID function 0x8000001f reports information related to SME::
 			   system physical addresses, not guest physical
 			   addresses)
 
-If support for SME is present, MSR 0xc00100010 (MSR_AMD64_SYSCFG) can be used to
+If support for SME is present, MSR 0xc0010010 (MSR_AMD64_SYSCFG) can be used to
 determine if SME is enabled and/or to enable memory encryption::
 
 	0xc0010010:
-- 
2.54.0


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

* [tip: x86/cleanups] Documentation/arch/x86/amd-memory-encryption.rst: Fix typo
  2026-07-04 12:55 [PATCH] Documentation/arch/x86/amd-memory-encryption.rst: Fix typo Cédric Hannotier
@ 2026-07-04 18:14 ` tip-bot2 for Cédric Hannotier
  2026-07-07  0:04 ` [PATCH] " Randy Dunlap
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot2 for Cédric Hannotier @ 2026-07-04 18:14 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: hannotiercedric, Borislav Petkov (AMD), x86, linux-kernel

The following commit has been merged into the x86/cleanups branch of tip:

Commit-ID:     db55777feca876dd2a548a232abeb3ddd8986a09
Gitweb:        https://git.kernel.org/tip/db55777feca876dd2a548a232abeb3ddd8986a09
Author:        Cédric Hannotier <hannotiercedric@gmail.com>
AuthorDate:    Sat, 04 Jul 2026 14:55:15 +02:00
Committer:     Borislav Petkov (AMD) <bp@alien8.de>
CommitterDate: Sat, 04 Jul 2026 11:09:12 -07:00

Documentation/arch/x86/amd-memory-encryption.rst: Fix typo

The MSR address has one 0 too many: 0xc00100010 → 0xc0010010.

Signed-off-by: Cédric Hannotier <hannotiercedric@gmail.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://patch.msgid.link/20260704125516.49944-1-hannotiercedric@gmail.com
---
 Documentation/arch/x86/amd-memory-encryption.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/arch/x86/amd-memory-encryption.rst b/Documentation/arch/x86/amd-memory-encryption.rst
index bd840df..92edb26 100644
--- a/Documentation/arch/x86/amd-memory-encryption.rst
+++ b/Documentation/arch/x86/amd-memory-encryption.rst
@@ -53,7 +53,7 @@ CPUID function 0x8000001f reports information related to SME::
 			   system physical addresses, not guest physical
 			   addresses)
 
-If support for SME is present, MSR 0xc00100010 (MSR_AMD64_SYSCFG) can be used to
+If support for SME is present, MSR 0xc0010010 (MSR_AMD64_SYSCFG) can be used to
 determine if SME is enabled and/or to enable memory encryption::
 
 	0xc0010010:

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

* Re: [PATCH] Documentation/arch/x86/amd-memory-encryption.rst: Fix typo
  2026-07-04 12:55 [PATCH] Documentation/arch/x86/amd-memory-encryption.rst: Fix typo Cédric Hannotier
  2026-07-04 18:14 ` [tip: x86/cleanups] " tip-bot2 for Cédric Hannotier
@ 2026-07-07  0:04 ` Randy Dunlap
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2026-07-07  0:04 UTC (permalink / raw)
  To: Cédric Hannotier, Thomas Gleixner, Ingo Molnar,
	Borislav Petkov, Dave Hansen, x86, H. Peter Anvin,
	Jonathan Corbet, Shuah Khan
  Cc: linux-kernel, linux-doc



On 7/4/26 5:55 AM, Cédric Hannotier wrote:
> The MSR address has one 0 too many: 0xc00100010 → 0xc0010010.
> 
> Signed-off-by: Cédric Hannotier <hannotiercedric@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.

> ---
>  Documentation/arch/x86/amd-memory-encryption.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/arch/x86/amd-memory-encryption.rst b/Documentation/arch/x86/amd-memory-encryption.rst
> index bd840df70..92edb26a5 100644
> --- a/Documentation/arch/x86/amd-memory-encryption.rst
> +++ b/Documentation/arch/x86/amd-memory-encryption.rst
> @@ -53,7 +53,7 @@ CPUID function 0x8000001f reports information related to SME::
>  			   system physical addresses, not guest physical
>  			   addresses)
>  
> -If support for SME is present, MSR 0xc00100010 (MSR_AMD64_SYSCFG) can be used to
> +If support for SME is present, MSR 0xc0010010 (MSR_AMD64_SYSCFG) can be used to
>  determine if SME is enabled and/or to enable memory encryption::
>  
>  	0xc0010010:

-- 
~Randy

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

end of thread, other threads:[~2026-07-07  0:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-04 12:55 [PATCH] Documentation/arch/x86/amd-memory-encryption.rst: Fix typo Cédric Hannotier
2026-07-04 18:14 ` [tip: x86/cleanups] " tip-bot2 for Cédric Hannotier
2026-07-07  0:04 ` [PATCH] " Randy Dunlap

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.