On Sun, 26 Feb 2023 at 23:30, dev <tho...@bamelis.dev> wrote:
>
> From: Thomas Bamelis <tho...@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-qzicvoqa9drusmc4ras3exlznj7v...@mail.gmail.com
> Reported-by: Miguel Ojeda <miguel.ojeda.sando...@gmail.com>
> Signed-off-by: Thomas Bamelis <tho...@bamelis.dev>
> ---

Thanks very much for fixing my mistake!

This is
Reviewed-by: David Gow <david...@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: smime.p7s
Description: S/MIME Cryptographic Signature

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

Reply via email to