[1/3] Documentation/hw-vuln: Unify filename specification in index

Message ID 20230809102700.29449-2-bp@alien8.de
State New
Headers
Series x86/bugs: Some SRSO fixes |

Commit Message

Borislav Petkov Aug. 9, 2023, 10:26 a.m. UTC
  From: "Borislav Petkov (AMD)" <bp@alien8.de>

Most of the index.rst files in Documentation/ refer to other rst files
without their file extension in the name. Do that here too.

No functional changes.

Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
---
 Documentation/admin-guide/hw-vuln/index.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
  

Comments

Pawan Gupta Aug. 9, 2023, 9:32 p.m. UTC | #1
On Wed, Aug 09, 2023 at 12:26:58PM +0200, Borislav Petkov wrote:
> From: "Borislav Petkov (AMD)" <bp@alien8.de>
> 
> Most of the index.rst files in Documentation/ refer to other rst files
> without their file extension in the name. Do that here too.
> 
> No functional changes.
> 
> Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
> Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
> ---
>  Documentation/admin-guide/hw-vuln/index.rst | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/Documentation/admin-guide/hw-vuln/index.rst b/Documentation/admin-guide/hw-vuln/index.rst
> index a7d37e124831..aeee8bff5f82 100644
> --- a/Documentation/admin-guide/hw-vuln/index.rst
> +++ b/Documentation/admin-guide/hw-vuln/index.rst
> @@ -13,11 +13,11 @@ are configurable at compile, boot or run time.
>     l1tf
>     mds
>     tsx_async_abort
> -   multihit.rst
> -   special-register-buffer-data-sampling.rst
> -   core-scheduling.rst
> -   l1d_flush.rst
> -   processor_mmio_stale_data.rst
> -   cross-thread-rsb.rst
> +   multihit
> +   special-register-buffer-data-sampling
> +   core-scheduling
> +   l1d_flush
> +   processor_mmio_stale_data
> +   cross-thread-rsb
>     srso
>     gather_data_sampling.rst

While at it could you please also change this? Else, I will send another
patch.
  
Borislav Petkov Aug. 9, 2023, 10 p.m. UTC | #2
On Wed, Aug 09, 2023 at 02:32:14PM -0700, Pawan Gupta wrote:
> While at it could you please also change this?

Yes, I can.

Thx.
  

Patch

diff --git a/Documentation/admin-guide/hw-vuln/index.rst b/Documentation/admin-guide/hw-vuln/index.rst
index a7d37e124831..aeee8bff5f82 100644
--- a/Documentation/admin-guide/hw-vuln/index.rst
+++ b/Documentation/admin-guide/hw-vuln/index.rst
@@ -13,11 +13,11 @@  are configurable at compile, boot or run time.
    l1tf
    mds
    tsx_async_abort
-   multihit.rst
-   special-register-buffer-data-sampling.rst
-   core-scheduling.rst
-   l1d_flush.rst
-   processor_mmio_stale_data.rst
-   cross-thread-rsb.rst
+   multihit
+   special-register-buffer-data-sampling
+   core-scheduling
+   l1d_flush
+   processor_mmio_stale_data
+   cross-thread-rsb
    srso
    gather_data_sampling.rst