Re: [PATCH 1/1] nova-core: Update firmware bindings to use zerocopy traits

From: Alexandre Courbot

Date: Mon Jun 29 2026 - 05:48:20 EST


On Mon Jun 29, 2026 at 6:21 PM JST, Miguel Ojeda wrote:
> On Mon, Jun 29, 2026 at 9:37 AM Alexandre Courbot <acourbot@xxxxxxxxxx> wrote:
>>
>> This is the part my other email [1] was about: are we going, long-term,
>> to replace this with a `#[derive(zerocopy_derive::most_traits)]`? If the
>
>> This also might be something that will land soon through the Rust tree;
>> Miguel, do you know what the plan is by any chance?
>
> If you mean:
>
> https://lore.kernel.org/rust-for-linux/20260625231919.692444-1-ojeda@xxxxxxxxxx/
>
> Then yeah :)

Thanks - also, is there a plan to automatically derive
`zerocopy_derive::most_traits` for generated bindings types, or is that
something that Nova should do by itself?