Re: [PATCH net-next v3 0/3] Rust abstractions for network PHY drivers
From: Andrew Lunn <andrew@lunn.ch>
Date: 2023-10-09 13:25:02
Also in:
rust-for-linux
From: Andrew Lunn <andrew@lunn.ch>
Date: 2023-10-09 13:25:02
Also in:
rust-for-linux
On Mon, Oct 09, 2023 at 02:53:00PM +0200, Miguel Ojeda wrote:
On Mon, Oct 9, 2023 at 2:48 PM Andrew Lunn [off-list ref] wrote:quoted
Any ideas?That is `RETHUNK` and `X86_KERNEL_IBT`. Since this will keep confusing people, I will make it a `depends on !` as discussed in the past. I hope it is OK for e.g. Andrea.
I really do suggest you work on your kconfig. The expectation is any configuration that kconfig is happy with will build. People like Arnd Bergmann do lots of randconfig builds. We don't want his work upset by Rust code. And as a Rust beginning, i find this pretty unfriendly, in that i followed https://docs.kernel.org/rust/quick-start.html but did not get a working build. Andrew