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 ; 22 Feb 2019 07:14:14 -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 1gx52C-00074k-QA for speck@linutronix.de; Fri, 22 Feb 2019 08:14:13 +0100 Date: Fri, 22 Feb 2019 08:14:03 +0100 From: Greg KH Subject: [MODERATED] Re: [patch V3 8/9] MDS basics 8 Message-ID: <20190222071403.GB1107@kroah.com> References: <20190221234431.922117624@linutronix.de> <20190221235535.104491951@linutronix.de> MIME-Version: 1.0 In-Reply-To: <20190221235535.104491951@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 12:44:39AM +0100, speck for Thomas Gleixner wrote: > Subject: [patch V3 8/9] x86/speculation/mds: Add sysfs reporting for MDS > From: Thomas Gleixner > > Add the sysfs reporting file for MDS. It exposes the vulnerability and > mitigation state similar to the existing files for the other speculative > hardware vulnerabilities. > > Signed-off-by: Thomas Gleixner Reviewed-by: Greg Kroah-Hartman