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 ; 02 Mar 2019 08:34:19 -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 1h0065-0007Nr-UJ for speck@linutronix.de; Sat, 02 Mar 2019 09:34:18 +0100 Date: Sat, 2 Mar 2019 09:34:08 +0100 From: Greg KH Subject: [MODERATED] Re: [patch V6 02/14] MDS basics 2 Message-ID: <20190302083408.GA10096@kroah.com> References: <20190301214738.281554861@linutronix.de> <20190301214847.342680091@linutronix.de> MIME-Version: 1.0 In-Reply-To: <20190301214847.342680091@linutronix.de> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit To: speck@linutronix.de List-ID: On Fri, Mar 01, 2019 at 10:47:40PM +0100, speck for Thomas Gleixner wrote: > Subject: [patch V6 02/14] x86/speculation: Consolidate CPU whitelists > From: Thomas Gleixner > > The CPU vulnerability whitelists have some overlap and there are more > whitelists coming along. > > Use the driver_data field in the x86_cpu_id struct to denote the > whitelisted vulnerabilities and combine all whitelists into one. > > Suggested-by: Linus Torvalds > Signed-off-by: Thomas Gleixner Reviewed-by: Greg Kroah-Hartman