From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linutronix.de (193.142.43.55:993) by crypto-ml.lab.linutronix.de with IMAP4-SSL for ; 27 Apr 2020 15:35:33 -0000 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120] helo=us-smtp-1.mimecast.com) by Galois.linutronix.de with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1jT5n9-000732-Vu for speck@linutronix.de; Mon, 27 Apr 2020 17:35:32 +0200 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B76A3800685 for ; Mon, 27 Apr 2020 15:35:27 +0000 (UTC) Received: from treble (ovpn-112-186.rdu2.redhat.com [10.10.112.186]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 6461B60BF4 for ; Mon, 27 Apr 2020 15:35:27 +0000 (UTC) Date: Mon, 27 Apr 2020 10:35:25 -0500 From: Josh Poimboeuf Subject: [MODERATED] Re: doc fix Message-ID: <20200427153525.6xievwnzf2yv6mpl@treble> References: <20200422203506.fks53pgkuq5tawdu@treble> <20200423163831.GA90742@mtg-dev.jf.intel.com> MIME-Version: 1.0 In-Reply-To: <20200423163831.GA90742@mtg-dev.jf.intel.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit To: speck@linutronix.de List-ID: On Thu, Apr 23, 2020 at 09:38:31AM -0700, speck for mark gross wrote: > On Wed, Apr 22, 2020 at 03:35:06PM -0500, speck for Josh Poimboeuf wrote: > > From: Josh Poimboeuf > > Subject: [PATCH] x86/speculation: Add Ivy Bridge to affected list > > > > Make the docs match the code. > > > > Signed-off-by: Josh Poimboeuf > > --- > > .../hw-vuln/special-register-buffer-data-sampling.rst | 7 ++++--- > > 1 file changed, 4 insertions(+), 3 deletions(-) > > > > diff --git a/Documentation/admin-guide/hw-vuln/special-register-buffer-data-sampling.rst b/Documentation/admin-guide/hw-vuln/special-register-buffer-data-sampling.rst > > index 6a473da80b62..47b1b3afac99 100644 > > --- a/Documentation/admin-guide/hw-vuln/special-register-buffer-data-sampling.rst > > +++ b/Documentation/admin-guide/hw-vuln/special-register-buffer-data-sampling.rst > > @@ -27,6 +27,8 @@ by software using TSX_CTRL_MSR otherwise they are not affected. > > ============= ============ ======== > > common name Family_Model Stepping > > ============= ============ ======== > > + IvyBridge 06_3AH All > > + > > Haswell 06_3CH All > > Haswell_L 06_45H All > > Haswell_G 06_46H All > > @@ -37,9 +39,8 @@ by software using TSX_CTRL_MSR otherwise they are not affected. > > Skylake_L 06_4EH All > > Skylake 06_5EH All > > > > - Kabylake_L 06_8EH <=0xC > > - > > - Kabylake 06_9EH <=0xD > > + Kabylake_L 06_8EH <= 0xC > > + Kabylake 06_9EH <= 0xD > > ============= ============ ======== > > > > Related CVEs > > -- > > 2.21.1 > looks good to me. Thomas/Boris, y'all want to pick this up? -- Josh