historical-speck.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [MODERATED] doc fix
@ 2020-04-22 20:35 Josh Poimboeuf
  2020-04-23 16:38 ` [MODERATED] " mark gross
  0 siblings, 1 reply; 4+ messages in thread
From: Josh Poimboeuf @ 2020-04-22 20:35 UTC (permalink / raw)
  To: speck

From: Josh Poimboeuf <jpoimboe@redhat.com>
Subject: [PATCH] x86/speculation: Add Ivy Bridge to affected list

Make the docs match the code.

Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
---
 .../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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [MODERATED] Re: doc fix
  2020-04-22 20:35 [MODERATED] doc fix Josh Poimboeuf
@ 2020-04-23 16:38 ` mark gross
  2020-04-27 15:35   ` Josh Poimboeuf
  0 siblings, 1 reply; 4+ messages in thread
From: mark gross @ 2020-04-23 16:38 UTC (permalink / raw)
  To: speck

On Wed, Apr 22, 2020 at 03:35:06PM -0500, speck for Josh Poimboeuf wrote:
> From: Josh Poimboeuf <jpoimboe@redhat.com>
> Subject: [PATCH] x86/speculation: Add Ivy Bridge to affected list
> 
> Make the docs match the code.
> 
> Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
> ---
>  .../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.

--mark

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [MODERATED] Re: doc fix
  2020-04-23 16:38 ` [MODERATED] " mark gross
@ 2020-04-27 15:35   ` Josh Poimboeuf
  2020-04-27 19:12     ` Thomas Gleixner
  0 siblings, 1 reply; 4+ messages in thread
From: Josh Poimboeuf @ 2020-04-27 15:35 UTC (permalink / raw)
  To: speck

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 <jpoimboe@redhat.com>
> > Subject: [PATCH] x86/speculation: Add Ivy Bridge to affected list
> > 
> > Make the docs match the code.
> > 
> > Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
> > ---
> >  .../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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: doc fix
  2020-04-27 15:35   ` Josh Poimboeuf
@ 2020-04-27 19:12     ` Thomas Gleixner
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Gleixner @ 2020-04-27 19:12 UTC (permalink / raw)
  To: speck

speck for Josh Poimboeuf <speck@linutronix.de> writes:
> On Thu, Apr 23, 2020 at 09:38:31AM -0700, speck for mark gross wrote:
>> looks good to me.
>
> Thomas/Boris, y'all want to pick this up?

In the works.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-04-27 19:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-22 20:35 [MODERATED] doc fix Josh Poimboeuf
2020-04-23 16:38 ` [MODERATED] " mark gross
2020-04-27 15:35   ` Josh Poimboeuf
2020-04-27 19:12     ` Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).