projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88e8c2e
)
rust: sort uml documentation arch support table
author
Thomas Bamelis
<thomas@bamelis.dev>
Sun, 26 Feb 2023 15:29:29 +0000
(15:29 +0000)
committer
Miguel Ojeda
<ojeda@kernel.org>
Thu, 6 Apr 2023 21:11:04 +0000
(23:11 +0200)
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>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Documentation/rust/arch-support.rst
patch
|
blob
|
history
diff --git
a/Documentation/rust/arch-support.rst
b/Documentation/rust/arch-support.rst
index
ed7f4f5
..
b91e9ef
100644
(file)
--- 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.
============ ================ ==============================================