Re: [PATCH net-next v3 0/3] Rust abstractions for network PHY drivers
From: Miguel Ojeda <hidden>
Date: 2023-10-09 15:10:36
Also in:
rust-for-linux
From: Miguel Ojeda <hidden>
Date: 2023-10-09 15:10:36
Also in:
rust-for-linux
On Mon, Oct 9, 2023 at 5:04 PM Greg KH [off-list ref] wrote:
Is MIPS a proper target for rust yet?
The compiler has support for it (https://github.com/Rust-for-Linux/linux/issues/107), but I didn't do mips pre-merge. The ones I tried (and that we had in the CI back then pre-merge) were: arm, arm64, ppc64le, riscv64 and x86_64. Cheers, Miguel