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 ; 12 Nov 2018 22:36: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 1gMKoX-0007bL-1V for speck@linutronix.de; Mon, 12 Nov 2018 23:36:13 +0100 Date: Mon, 12 Nov 2018 14:36:05 -0800 From: Greg KH Subject: [MODERATED] Re: [PATCH 4/4] RFC-MDSv1 2 Message-ID: <20181112223605.GA9741@kroah.com> References: <9a6526b956cc03b5e2d729eb3aae996a5e619d19.1541993526.git.ak@linux.intel.com> MIME-Version: 1.0 In-Reply-To: <9a6526b956cc03b5e2d729eb3aae996a5e619d19.1541993526.git.ak@linux.intel.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit To: speck@linutronix.de List-ID: On Sun, Nov 11, 2018 at 07:41:04PM -0800, speck for Andi Kleen wrote: > From: Andi Kleen > Subject: x86/speculation/mds: Add sysfs reporting > > Report mds mitigation state in sysfs vulnerabilities. > > Signed-off-by: Andi Kleen > --- > arch/x86/kernel/cpu/bugs.c | 16 ++++++++++++++++ > drivers/base/cpu.c | 8 ++++++++ > 2 files changed, 24 insertions(+) No Documentation/ABI/ update as well? And your subject lines are odd, what order are these to be applied in, the [PATCH N/4] order of the "v1 N" order at the end of the line? thanks, greg k-h