2023-08-09 11:51:28

by Borislav Petkov

[permalink] [raw]
Subject: [PATCH 1/3] Documentation/hw-vuln: Unify filename specification in index

From: "Borislav Petkov (AMD)" <[email protected]>

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 <[email protected]>
Signed-off-by: Borislav Petkov (AMD) <[email protected]>
---
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
--
2.41.0



2023-08-09 22:26:15

by Pawan Gupta

[permalink] [raw]
Subject: Re: [PATCH 1/3] Documentation/hw-vuln: Unify filename specification in index

On Wed, Aug 09, 2023 at 12:26:58PM +0200, Borislav Petkov wrote:
> From: "Borislav Petkov (AMD)" <[email protected]>
>
> 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 <[email protected]>
> Signed-off-by: Borislav Petkov (AMD) <[email protected]>
> ---
> 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.

2023-08-09 23:25:32

by Borislav Petkov

[permalink] [raw]
Subject: Re: [PATCH 1/3] Documentation/hw-vuln: Unify filename specification in index

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.

--
Regards/Gruss,
Boris.

https://people.kernel.org/tglx/notes-about-netiquette

2023-08-10 10:27:07

by tip-bot2 for Jacob Pan

[permalink] [raw]
Subject: [tip: x86/bugs] Documentation/hw-vuln: Unify filename specification in index

The following commit has been merged into the x86/bugs branch of tip:

Commit-ID: 182ac87070e26d32a01445cec7ca7afa07411468
Gitweb: https://git.kernel.org/tip/182ac87070e26d32a01445cec7ca7afa07411468
Author: Borislav Petkov (AMD) <[email protected]>
AuthorDate: Sat, 29 Jul 2023 16:53:02 +02:00
Committer: Borislav Petkov (AMD) <[email protected]>
CommitterDate: Thu, 10 Aug 2023 10:48:12 +02:00

Documentation/hw-vuln: Unify filename specification in index

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 <[email protected]>
Signed-off-by: Borislav Petkov (AMD) <[email protected]>
Reviewed-by: Greg Kroah-Hartman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
---
Documentation/admin-guide/hw-vuln/index.rst | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/Documentation/admin-guide/hw-vuln/index.rst b/Documentation/admin-guide/hw-vuln/index.rst
index a7d37e1..de99caa 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
+ gather_data_sampling