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 ; 23 Feb 2019 08:41:18 -0000 Received: from mail.kernel.org ([198.145.29.99]) by Galois.linutronix.de with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1gxSs1-0004q6-9A for speck@linutronix.de; Sat, 23 Feb 2019 09:41:17 +0100 Date: Sat, 23 Feb 2019 09:41:06 +0100 From: Greg KH Subject: [MODERATED] Re: [patch V4 10/11] Documentation: Move L1TF to separate directory Message-ID: <20190223084106.GB4902@kroah.com> References: <20190222222418.405369026@linutronix.de> <20190222224149.971680512@linutronix.de> MIME-Version: 1.0 In-Reply-To: <20190222224149.971680512@linutronix.de> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit To: speck@linutronix.de List-ID: On Fri, Feb 22, 2019 at 11:24:28PM +0100, speck for Thomas Gleixner wrote: > 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 > --- > Documentation/admin-guide/hw-vuln/index.rst | 12 > Documentation/admin-guide/hw-vuln/l1tf.rst | 614 ++++++++++++++++++++++++++++ > Documentation/admin-guide/index.rst | 6 > Documentation/admin-guide/l1tf.rst | 614 ---------------------------- > 4 files changed, 628 insertions(+), 618 deletions(-) -M on git format-patch will show this just as a move, not a delete/add diffstat, if that really matters. Anyway, looks good to me: Reviewed-by: Greg Kroah-Hartman