]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - releases/4.19.43/0030-x86-speculation-mds-Fix-documentation-typo.patch
Linux 4.19.43
[thirdparty/kernel/stable-queue.git] / releases / 4.19.43 / 0030-x86-speculation-mds-Fix-documentation-typo.patch
1 From af6adb3f664e5a9d070f2fc6b1c072994e023734 Mon Sep 17 00:00:00 2001
2 From: Josh Poimboeuf <jpoimboe@redhat.com>
3 Date: Tue, 7 May 2019 15:05:22 -0500
4 Subject: [PATCH 30/30] x86/speculation/mds: Fix documentation typo
5
6 commit 95310e348a321b45fb746c176961d4da72344282 upstream
7
8 Fix a minor typo in the MDS documentation: "eanbled" -> "enabled".
9
10 Reported-by: Jeff Bastian <jbastian@redhat.com>
11 Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
12 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
13 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14 ---
15 Documentation/x86/mds.rst | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/Documentation/x86/mds.rst b/Documentation/x86/mds.rst
19 index 979945be257a..534e9baa4e1d 100644
20 --- a/Documentation/x86/mds.rst
21 +++ b/Documentation/x86/mds.rst
22 @@ -116,7 +116,7 @@ Kernel internal mitigation modes
23 off Mitigation is disabled. Either the CPU is not affected or
24 mds=off is supplied on the kernel command line
25
26 - full Mitigation is eanbled. CPU is affected and MD_CLEAR is
27 + full Mitigation is enabled. CPU is affected and MD_CLEAR is
28 advertised in CPUID.
29
30 vmwerv Mitigation is enabled. CPU is affected and MD_CLEAR is not
31 --
32 2.21.0
33