[PATCH] Documentation: fix speculation.rst chapter

chris.wei.cui@gmail.com posted 1 patch 9 months, 2 weeks ago
Documentation/staging/speculation.rst | 1 -
1 file changed, 1 deletion(-)
[PATCH] Documentation: fix speculation.rst chapter
Posted by chris.wei.cui@gmail.com 9 months, 2 weeks ago
From: Cui Wei <chris.wei.cui@gmail.com>

'Mitigating speculation side-channels' should be a chapter rather
than title.

Signed-off-by: Cui Wei <chris.wei.cui@gmail.com>
---
 Documentation/staging/speculation.rst | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/staging/speculation.rst b/Documentation/staging/speculation.rst
index 8045d99bcf12..0d526ba55d14 100644
--- a/Documentation/staging/speculation.rst
+++ b/Documentation/staging/speculation.rst
@@ -63,7 +63,6 @@ of an out-of-bounds address, while the second call will influence
 microarchitectural state dependent on this value. This may provide an
 arbitrary read primitive.
 
-====================================
 Mitigating speculation side-channels
 ====================================
 
-- 
2.43.0
Re: [PATCH] Documentation: fix speculation.rst chapter
Posted by Jonathan Corbet 9 months, 2 weeks ago
chris.wei.cui@gmail.com writes:

> From: Cui Wei <chris.wei.cui@gmail.com>
>
> 'Mitigating speculation side-channels' should be a chapter rather
> than title.
>
> Signed-off-by: Cui Wei <chris.wei.cui@gmail.com>
> ---
>  Documentation/staging/speculation.rst | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/Documentation/staging/speculation.rst b/Documentation/staging/speculation.rst
> index 8045d99bcf12..0d526ba55d14 100644
> --- a/Documentation/staging/speculation.rst
> +++ b/Documentation/staging/speculation.rst
> @@ -63,7 +63,6 @@ of an out-of-bounds address, while the second call will influence
>  microarchitectural state dependent on this value. This may provide an
>  arbitrary read primitive.
>  
> -====================================
>  Mitigating speculation side-channels
>  ====================================

Applied, thanks (though, in truth, I'm not sure this document needs to
be kept).

jon