Re: [PATCH v2] arm: rust: Enable Rust support for ARMv7
From: Miguel Ojeda
Date: Tue Jul 30 2024 - 12:01:22 EST
On Mon, Jul 29, 2024 at 11:58 AM Christian Schrefl
<chrisi.schrefl@xxxxxxxxx> wrote:
>
> This has been on the mailing list for quite some time with only a few responses.
Up to arm to take it -- if it helps, I tried the patch, including
building, booting in QEMU, running the KUnit tests and loading the
sample modules. Thus:
Acked-by: Miguel Ojeda <ojeda@xxxxxxxxxx>
Tested-by: Miguel Ojeda <ojeda@xxxxxxxxxx>
However, to keep our build Clippy-clean, it requires a a patch like:
https://lore.kernel.org/rust-for-linux/20240730155702.1110144-1-ojeda@xxxxxxxxxx/
which should ideally be applied together.
I hope that helps!
(Nit: please avoid top-posting, see https://subspace.kernel.org/etiquette.html)
Cheers,
Miguel