[MODERATED] Re: doc fix

mark gross <[email protected]> Thu, 23 Apr 2020 09:38:31 -0700
Newsgroups org.kernel.lore.historical-speck
Message-ID <[email protected]>
On Wed, Apr 22, 2020 at 03:35:06PM -0500, speck for Josh Poimboeuf wrote:
> From: Josh Poimboeuf <[email protected]>
> Subject: [PATCH] x86/speculation: Add Ivy Bridge to affected list
> 
> Make the docs match the code.
> 
> Signed-off-by: Josh Poimboeuf <[email protected]>
> ---
>  .../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