]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - queue-4.4/documentation-move-l1tf-to-separate-directory.patch
4.4-stable patches
[thirdparty/kernel/stable-queue.git] / queue-4.4 / documentation-move-l1tf-to-separate-directory.patch
1 From foo@baz Tue 14 May 2019 08:29:35 PM CEST
2 From: Thomas Gleixner <tglx@linutronix.de>
3 Date: Tue, 19 Feb 2019 11:10:49 +0100
4 Subject: Documentation: Move L1TF to separate directory
5
6 From: Thomas Gleixner <tglx@linutronix.de>
7
8 commit 65fd4cb65b2dad97feb8330b6690445910b56d6a upstream.
9
10 Move L!TF to a separate directory so the MDS stuff can be added at the
11 side. Otherwise the all hardware vulnerabilites have their own top level
12 entry. Should have done that right away.
13
14 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
15 Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16 Reviewed-by: Jon Masters <jcm@redhat.com>
17 [bwh: Backported to 4.4: we never added the documentation, so just update
18 the log message]
19 Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
20 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
21 ---
22 arch/x86/kernel/cpu/bugs.c | 2 +-
23 1 file changed, 1 insertion(+), 1 deletion(-)
24
25 --- a/arch/x86/kernel/cpu/bugs.c
26 +++ b/arch/x86/kernel/cpu/bugs.c
27 @@ -1063,7 +1063,7 @@ static void __init l1tf_select_mitigatio
28 pr_info("You may make it effective by booting the kernel with mem=%llu parameter.\n",
29 half_pa);
30 pr_info("However, doing so will make a part of your RAM unusable.\n");
31 - pr_info("Reading https://www.kernel.org/doc/html/latest/admin-guide/l1tf.html might help you decide.\n");
32 + pr_info("Reading https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/l1tf.html might help you decide.\n");
33 return;
34 }
35