Messages in this thread |  | | From | Miguel Ojeda <> | Date | Sun, 15 Jan 2023 22:42:18 +0100 | Subject | Re: [PATCH 3/3] rust: arch/um: Add support for CONFIG_RUST under x86_64 UML |
| |
On Sat, Dec 17, 2022 at 5:45 AM David Gow <davidgow@google.com> 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
|  |