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 01:12:22 -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 1gztCN-0001uu-4G for speck@linutronix.de; Sat, 02 Mar 2019 02:12:21 +0100 Received: from localhost (lfbn-1-18527-45.w90-101.abo.wanadoo.fr [90.101.69.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id DED062075B for ; Sat, 2 Mar 2019 01:12:10 +0000 (UTC) Date: Sat, 2 Mar 2019 02:12:08 +0100 From: Frederic Weisbecker Subject: [MODERATED] Re: [patch V6 03/14] MDS basics 3 Message-ID: <20190302011207.GC22355@lenoir> References: <20190301214738.281554861@linutronix.de> <20190301214847.433986592@linutronix.de> MIME-Version: 1.0 In-Reply-To: <20190301214847.433986592@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:41PM +0100, speck for Thomas Gleixner wrote: > Subject: [patch V6 03/14] x86/speculation/mds: Add basic bug infrastructure for MDS > + /* AMD Family 0xf - 0x12 */ > + VULNWL_AMD(0x0f, NO_MELTDOWN | NO_SSB | NO_L1TF | NO_MDS), > + VULNWL_AMD(0x10, NO_MELTDOWN | NO_SSB | NO_L1TF | NO_MDS), > + VULNWL_AMD(0x11, NO_MELTDOWN | NO_SSB | NO_L1TF | NO_MDS), > + VULNWL_AMD(0x12, NO_MELTDOWN | NO_SSB | NO_L1TF | NO_MDS), Lucky guys :-) Reviewed-by: Frederic Weisbecker