diff options
author | Cui Wei <chris.wei.cui@gmail.com> | 2025-04-26 21:56:09 +0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2025-04-28 17:12:45 -0600 |
commit | 6382f4e4e7bd65b829d1d598b1315e905accc15c (patch) | |
tree | 5c0bc7e009da0674057fe638c50c902d0ad53927 | |
parent | ff14943ea01db967fcc35767466ea028b5723793 (diff) |
Documentation: fix speculation.rst chapter
'Mitigating speculation side-channels' should be a chapter rather
than title.
Signed-off-by: Cui Wei <chris.wei.cui@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20250426135609.735-1-chris.wei.cui@gmail.com>
-rw-r--r-- | Documentation/staging/speculation.rst | 1 |
1 files changed, 0 insertions, 1 deletions
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 ==================================== |