Re: [PATCH 1/1] arm: rust: Enable Rust support for ARMv7

From: Andrew Lunn
Date: Mon Jun 10 2024 - 15:00:31 EST


> --- a/Documentation/rust/arch-support.rst
> +++ b/Documentation/rust/arch-support.rst
> @@ -15,6 +15,7 @@ support corresponds to ``S`` values in the ``MAINTAINERS`` file.
> ============= ================ ==============================================
> Architecture Level of support Constraints
> ============= ================ ==============================================
> +``arm`` Maintained ARMv7 Little Endian only.

Might be a FAQ, but what does Maintained mean here? Should you be
adding yourself to the RUST entry in MAINTAINERS? You are Maintaining
Rust on ARMv7 and so should be given credit/responsibility for that in
MAINTAINERS?

Andrew