Re: [PATCH 3/3] rust: arch/um: Add support for CONFIG_RUST under x86_64 UML

From: Miguel Ojeda
Date: Sun Jan 15 2023 - 16:42:38 EST


On Sat, Dec 17, 2022 at 5:45 AM David Gow <davidgow@xxxxxxxxxx> wrote:
>
> diff --git a/Documentation/rust/arch-support.rst b/Documentation/rust/arch-support.rst
> index 6982b63775da..a526ca1c688b 100644
> --- a/Documentation/rust/arch-support.rst
> +++ b/Documentation/rust/arch-support.rst
> @@ -17,3 +17,5 @@ Architecture Level of support Constraints
> ============ ================ ==============================================
> ``x86`` Maintained ``x86_64`` only.
> ============ ================ ==============================================
> +``um`` Maintained ``x86_64`` only.
> +============ ================ ==============================================

Nit: if there is a v2 for another reason, this could be swapped to
keep the list sorted.

Cheers,
Miguel