* [PATCH] Documentation: rust: Fix arch support table
[not found] <20230213152714.78b844f4@canb.auug.org.au>
@ 2023-02-13 8:59 ` Bagas Sanjaya
2023-02-13 9:11 ` Richard Weinberger
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Bagas Sanjaya @ 2023-02-13 8:59 UTC (permalink / raw)
To: Rust for Linux Kernel, Linux Documentation,
Linux Kernel Mailing List
Cc: Miguel Ojeda, Alex Gaynor, Wedson Almeida Filho, Boqun Feng,
Gary Guo, Björn Roy Baron, Jonathan Corbet,
Richard Weinberger, Sergio González Collado, David Gow,
Bagas Sanjaya, Stephen Rothwell
Stephen Rothwell reported htmldocs warning when merging uml tree:
Documentation/rust/arch-support.rst:20: WARNING: Blank line required after table.
Fix the arch support table by removing extraneous simple table marker.
Link: https://lore.kernel.org/linux-next/20230213152714.78b844f4@canb.auug.org.au/
Fixes: 0438aadfa69a34 ("rust: arch/um: Add support for CONFIG_RUST under x86_64 UML")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
Documentation/rust/arch-support.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/rust/arch-support.rst b/Documentation/rust/arch-support.rst
index a526ca1c688be6..ed7f4f5b3cf157 100644
--- a/Documentation/rust/arch-support.rst
+++ b/Documentation/rust/arch-support.rst
@@ -16,6 +16,6 @@ support corresponds to ``S`` values in the ``MAINTAINERS`` file.
Architecture Level of support Constraints
============ ================ ==============================================
``x86`` Maintained ``x86_64`` only.
-============ ================ ==============================================
``um`` Maintained ``x86_64`` only.
============ ================ ==============================================
+
base-commit: 990627acb87c5f6d502fa71baf7b985b8a4bf248
--
An old man doll... just what I always wanted! - Clara
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] Documentation: rust: Fix arch support table
2023-02-13 8:59 ` [PATCH] Documentation: rust: Fix arch support table Bagas Sanjaya
@ 2023-02-13 9:11 ` Richard Weinberger
2023-02-13 9:46 ` Miguel Ojeda
2023-02-14 4:21 ` David Gow
2023-02-15 22:31 ` Vincenzo Palazzo
2 siblings, 1 reply; 5+ messages in thread
From: Richard Weinberger @ 2023-02-13 9:11 UTC (permalink / raw)
To: Bagas Sanjaya
Cc: Rust for Linux Kernel, Linux Doc Mailing List, linux-kernel,
Miguel Ojeda, Alex Gaynor, Wedson Almeida Filho, Boqun Feng,
Gary Guo, Björn Roy Baron, Jonathan Corbet,
Sergio González Collado, davidgow, Stephen Rothwell
----- Ursprüngliche Mail -----
> Von: "Bagas Sanjaya" <bagasdotme@gmail.com>
> Stephen Rothwell reported htmldocs warning when merging uml tree:
>
> Documentation/rust/arch-support.rst:20: WARNING: Blank line required after
> table.
>
> Fix the arch support table by removing extraneous simple table marker.
>
> Link:
> https://lore.kernel.org/linux-next/20230213152714.78b844f4@canb.auug.org.au/
> Fixes: 0438aadfa69a34 ("rust: arch/um: Add support for CONFIG_RUST under x86_64
> UML")
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
> ---
> Documentation/rust/arch-support.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/rust/arch-support.rst
> b/Documentation/rust/arch-support.rst
> index a526ca1c688be6..ed7f4f5b3cf157 100644
> --- a/Documentation/rust/arch-support.rst
> +++ b/Documentation/rust/arch-support.rst
> @@ -16,6 +16,6 @@ support corresponds to ``S`` values in the ``MAINTAINERS``
> file.
> Architecture Level of support Constraints
> ============ ================ ==============================================
> ``x86`` Maintained ``x86_64`` only.
> -============ ================ ==============================================
> ``um`` Maintained ``x86_64`` only.
> ============ ================ ==============================================
> +
Applied to linux-um next. :-)
Thanks,
//richard
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Documentation: rust: Fix arch support table
2023-02-13 9:11 ` Richard Weinberger
@ 2023-02-13 9:46 ` Miguel Ojeda
0 siblings, 0 replies; 5+ messages in thread
From: Miguel Ojeda @ 2023-02-13 9:46 UTC (permalink / raw)
To: Richard Weinberger
Cc: Bagas Sanjaya, Rust for Linux Kernel, Linux Doc Mailing List,
linux-kernel, Miguel Ojeda, Alex Gaynor, Wedson Almeida Filho,
Boqun Feng, Gary Guo, Björn Roy Baron, Jonathan Corbet,
Sergio González Collado, davidgow, Stephen Rothwell
On Mon, Feb 13, 2023 at 10:11 AM Richard Weinberger <richard@nod.at> wrote:
>
> Applied to linux-um next. :-)
Ah, I didn't notice you picked the series (I think there was no
message) -- thanks Richard!
Since it is still unsorted, I am taking the chance to add a "good
first issue" for that:
https://github.com/Rust-for-Linux/linux/issues/965
Cheers,
Miguel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Documentation: rust: Fix arch support table
2023-02-13 8:59 ` [PATCH] Documentation: rust: Fix arch support table Bagas Sanjaya
2023-02-13 9:11 ` Richard Weinberger
@ 2023-02-14 4:21 ` David Gow
2023-02-15 22:31 ` Vincenzo Palazzo
2 siblings, 0 replies; 5+ messages in thread
From: David Gow @ 2023-02-14 4:21 UTC (permalink / raw)
To: Bagas Sanjaya
Cc: Rust for Linux Kernel, Linux Documentation,
Linux Kernel Mailing List, Miguel Ojeda, Alex Gaynor,
Wedson Almeida Filho, Boqun Feng, Gary Guo, Björn Roy Baron,
Jonathan Corbet, Richard Weinberger, Sergio González Collado,
Stephen Rothwell
[-- Attachment #1: Type: text/plain, Size: 1815 bytes --]
On Mon, 13 Feb 2023 at 17:00, Bagas Sanjaya <bagasdotme@gmail.com> wrote:
>
> Stephen Rothwell reported htmldocs warning when merging uml tree:
>
> Documentation/rust/arch-support.rst:20: WARNING: Blank line required after table.
>
> Fix the arch support table by removing extraneous simple table marker.
>
> Link: https://lore.kernel.org/linux-next/20230213152714.78b844f4@canb.auug.org.au/
> Fixes: 0438aadfa69a34 ("rust: arch/um: Add support for CONFIG_RUST under x86_64 UML")
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
> ---
Thanks for fixing this! I think I need to look into my sphinx version,
as this isn't the only warning it hasn't picked up...
Reviewed-by: David Gow <davidgow@google.com>
(And, as Miguel notes, next time we update this table, we should put
these in alphabetical order...)
Cheers,
-- David
> Documentation/rust/arch-support.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/rust/arch-support.rst b/Documentation/rust/arch-support.rst
> index a526ca1c688be6..ed7f4f5b3cf157 100644
> --- a/Documentation/rust/arch-support.rst
> +++ b/Documentation/rust/arch-support.rst
> @@ -16,6 +16,6 @@ support corresponds to ``S`` values in the ``MAINTAINERS`` file.
> Architecture Level of support Constraints
> ============ ================ ==============================================
> ``x86`` Maintained ``x86_64`` only.
> -============ ================ ==============================================
> ``um`` Maintained ``x86_64`` only.
> ============ ================ ==============================================
> +
>
> base-commit: 990627acb87c5f6d502fa71baf7b985b8a4bf248
> --
> An old man doll... just what I always wanted! - Clara
>
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4003 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Documentation: rust: Fix arch support table
2023-02-13 8:59 ` [PATCH] Documentation: rust: Fix arch support table Bagas Sanjaya
2023-02-13 9:11 ` Richard Weinberger
2023-02-14 4:21 ` David Gow
@ 2023-02-15 22:31 ` Vincenzo Palazzo
2 siblings, 0 replies; 5+ messages in thread
From: Vincenzo Palazzo @ 2023-02-15 22:31 UTC (permalink / raw)
To: Bagas Sanjaya, Rust for Linux Kernel, Linux Documentation,
Linux Kernel Mailing List
Cc: Miguel Ojeda, Alex Gaynor, Wedson Almeida Filho, Boqun Feng,
Gary Guo, Björn Roy Baron, Jonathan Corbet,
Richard Weinberger, Sergio González Collado, David Gow,
Stephen Rothwell
> Stephen Rothwell reported htmldocs warning when merging uml tree:
>
> Documentation/rust/arch-support.rst:20: WARNING: Blank line required after table.
>
> Fix the arch support table by removing extraneous simple table marker.
>
> Link: https://lore.kernel.org/linux-next/20230213152714.78b844f4@canb.auug.org.au/
> Fixes: 0438aadfa69a34 ("rust: arch/um: Add support for CONFIG_RUST under x86_64 UML")
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
> ---
Reviewed-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-02-15 22:31 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20230213152714.78b844f4@canb.auug.org.au>
2023-02-13 8:59 ` [PATCH] Documentation: rust: Fix arch support table Bagas Sanjaya
2023-02-13 9:11 ` Richard Weinberger
2023-02-13 9:46 ` Miguel Ojeda
2023-02-14 4:21 ` David Gow
2023-02-15 22:31 ` Vincenzo Palazzo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).