From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linutronix.de (146.0.238.70:993) by crypto-ml.lab.linutronix.de with IMAP4-SSL for ; 05 Mar 2019 16:04:32 -0000 Received: from p5492e5b8.dip0.t-ipconnect.de ([84.146.229.184] helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1h1CYR-0002B0-7t for speck@linutronix.de; Tue, 05 Mar 2019 17:04:31 +0100 Date: Tue, 5 Mar 2019 17:04:30 +0100 (CET) From: Thomas Gleixner Subject: Re: [patch V6 13/14] MDS basics 13 In-Reply-To: <20190303040129.6s27zvlq6zk5up5g@treble> Message-ID: References: <20190301214738.281554861@linutronix.de> <20190301214848.342157837@linutronix.de> <20190303040129.6s27zvlq6zk5up5g@treble> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit To: speck@linutronix.de List-ID: On Sat, 2 Mar 2019, speck for Josh Poimboeuf wrote: > On Fri, Mar 01, 2019 at 10:47:51PM +0100, speck for Thomas Gleixner wrote: > > Subject: [patch V6 13/14] Documentation: Move L1TF to separate directory > > From: Thomas Gleixner > > > > Move L!TF to a separate directory so the MDS stuff can be added at the > > side. Otherwise the all hardware vulnerabilites have their own top level > > entry. Should have done that right away. > > > > Signed-off-by: Thomas Gleixner > > Reviewed-by: Greg Kroah-Hartman > > $ git grep admin-guide |grep l1tf |grep -v hw-vuln > Documentation/ABI/testing/sysfs-devices-system-cpu: Documentation/admin-guide/l1tf.rst > Documentation/admin-guide/kernel-parameters.txt: For details see: Documentation/admin-guide/l1tf.rst > arch/x86/kernel/cpu/bugs.c: pr_info("Reading https://www.kernel.org/doc/html/latest/admin-guide/l1tf.html might help you decide.\n"); > arch/x86/kvm/vmx/vmx.c:#define L1TF_MSG_SMT "L1TF CPU bug present and SMT on, data leak possible. See CVE-2018-3646 and https://www.kernel.org/doc/html/latest/admin-guide/l1tf.html for details.\n" > arch/x86/kvm/vmx/vmx.c:#define L1TF_MSG_L1D "L1TF CPU bug present and virtualization mitigation disabled, data leak possible. See CVE-2018-3646 and https://www.kernel.org/doc/html/latest/admin-guide/l1tf.html for details.\n" > Ah. Indeed....