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 ; 20 Feb 2019 15:17:54 -0000 Received: from localhost ([127.0.0.1] helo=nanos.tec.linutronix.de) by Galois.linutronix.de with esmtp (Exim 4.80) (envelope-from ) id 1gwTdB-00061e-Qa for speck@linutronix.de; Wed, 20 Feb 2019 16:17:53 +0100 Message-Id: <20190220150753.665964899@linutronix.de> Date: Wed, 20 Feb 2019 16:07:53 +0100 From: Thomas Gleixner Subject: [patch V2 00/10] MDS basics+ 0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit To: speck@linutronix.de List-ID: Hi! This is an update to yesterdays series with the following changes: - Addressed review comments (on/off list) - Changed the approach with static keys slightly - Added "cc" clobber to the VERW asm magic (spotted by Peterz) - Added x86 specific documentation which explains the mitigation methods and details on why particular code pathes are excluded. - Added an internal 'HOPE' mitigation mode to address the VMWare wish. - Added the basic infrastructure for conditional mode Dropped the documentation patch for now as I'm not done with updating it and I have to run now and attend my grandson's birthday party. Thanks, tglx