Re: [PATCH net-next v3 0/3] Rust abstractions for network PHY drivers
From: Miguel Ojeda <hidden>
Date: 2023-10-09 15:15:30
Also in:
rust-for-linux
From: Miguel Ojeda <hidden>
Date: 2023-10-09 15:15:30
Also in:
rust-for-linux
On Mon, Oct 9, 2023 at 5:10 PM Miguel Ojeda [off-list ref] wrote:
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.
By "in the CI" here means: booted in QEMU with a given kernel config. Also, I should have said that Michael Ellerman was the one that added the ppc64le one. Cheers, Miguel