linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rust: sort uml documentation arch support table
@ 2023-02-26 15:29 dev
  2023-02-27  7:48 ` David Gow
  2023-04-06 21:11 ` Miguel Ojeda
  0 siblings, 2 replies; 3+ messages in thread
From: dev @ 2023-02-26 15:29 UTC (permalink / raw)
  To: rust-for-linux, linux-um

From: Thomas Bamelis <thomas@bamelis.dev>

The arch_support table was not sorted alphabetically.
Sorts the table properly.

Fixes: 0438aadfa69a ("rust: arch/um: Add support for CONFIG_RUST under x86_64 UML")
Link: https://lore.kernel.org/rust-for-linux/CANiq72nXMsnUsJNZOG-QZiCVOqa9dRUSMc4RAS3ExLZNJ7VhHg@mail.gmail.com
Reported-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Signed-off-by: Thomas Bamelis <thomas@bamelis.dev>
---
 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 ed7f4f5b3cf1..b91e9ef4d0c2 100644
--- a/Documentation/rust/arch-support.rst
+++ b/Documentation/rust/arch-support.rst
@@ -15,7 +15,7 @@ support corresponds to ``S`` values in the ``MAINTAINERS`` file.
 ============  ================  ==============================================
 Architecture  Level of support  Constraints
 ============  ================  ==============================================
-``x86``       Maintained        ``x86_64`` only.
 ``um``        Maintained        ``x86_64`` only.
+``x86``       Maintained        ``x86_64`` only.
 ============  ================  ==============================================
 
-- 

Thank you,
Thomas


_______________________________________________
linux-um mailing list
linux-um@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-um

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] rust: sort uml documentation arch support table
  2023-02-26 15:29 [PATCH] rust: sort uml documentation arch support table dev
@ 2023-02-27  7:48 ` David Gow
  2023-04-06 21:11 ` Miguel Ojeda
  1 sibling, 0 replies; 3+ messages in thread
From: David Gow @ 2023-02-27  7:48 UTC (permalink / raw)
  To: dev; +Cc: rust-for-linux, linux-um


[-- Attachment #1.1: Type: text/plain, Size: 1676 bytes --]

On Sun, 26 Feb 2023 at 23:30, dev <thomas@bamelis.dev> wrote:
>
> From: Thomas Bamelis <thomas@bamelis.dev>
>
> The arch_support table was not sorted alphabetically.
> Sorts the table properly.
>
> Fixes: 0438aadfa69a ("rust: arch/um: Add support for CONFIG_RUST under x86_64 UML")
> Link: https://lore.kernel.org/rust-for-linux/CANiq72nXMsnUsJNZOG-QZiCVOqa9dRUSMc4RAS3ExLZNJ7VhHg@mail.gmail.com
> Reported-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
> Signed-off-by: Thomas Bamelis <thomas@bamelis.dev>
> ---

Thanks very much for fixing my mistake!

This is
Reviewed-by: David Gow <davidgow@google.com>

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 ed7f4f5b3cf1..b91e9ef4d0c2 100644
> --- a/Documentation/rust/arch-support.rst
> +++ b/Documentation/rust/arch-support.rst
> @@ -15,7 +15,7 @@ support corresponds to ``S`` values in the ``MAINTAINERS`` file.
>  ============  ================  ==============================================
>  Architecture  Level of support  Constraints
>  ============  ================  ==============================================
> -``x86``       Maintained        ``x86_64`` only.
>  ``um``        Maintained        ``x86_64`` only.
> +``x86``       Maintained        ``x86_64`` only.
>  ============  ================  ==============================================
>
> --
>
> Thank you,
> Thomas
>
>
> _______________________________________________
> linux-um mailing list
> linux-um@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-um

[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4003 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
linux-um mailing list
linux-um@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-um

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] rust: sort uml documentation arch support table
  2023-02-26 15:29 [PATCH] rust: sort uml documentation arch support table dev
  2023-02-27  7:48 ` David Gow
@ 2023-04-06 21:11 ` Miguel Ojeda
  1 sibling, 0 replies; 3+ messages in thread
From: Miguel Ojeda @ 2023-04-06 21:11 UTC (permalink / raw)
  To: dev; +Cc: rust-for-linux, linux-um

On Sun, Feb 26, 2023 at 5:28 PM dev <thomas@bamelis.dev> wrote:
>
> The arch_support table was not sorted alphabetically.
> Sorts the table properly.

Applied to `rust-fixes`, thanks!

Cheers,
Miguel

_______________________________________________
linux-um mailing list
linux-um@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-um

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-04-06 21:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-26 15:29 [PATCH] rust: sort uml documentation arch support table dev
2023-02-27  7:48 ` David Gow
2023-04-06 21:11 ` Miguel Ojeda

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).