Re: [PATCH v3 1/4] nova-core: Simplify `transmute` and `transmute_mut` in fwsec.rs
From: Alexandre Courbot
Date: Thu Nov 06 2025 - 03:32:46 EST
On Wed Nov 5, 2025 at 4:37 AM JST, Daniel del Castillo wrote:
> This patch solves one of the existing mentions of COHA, a task
> in the Nova task list about improving the `CoherentAllocation` API.
> It uses the new `from_bytes` method from the `FromBytes` trait as
> well as the `as_slice` and `as_slice_mut` methods from
> `CoherentAllocation`.
>
> Signed-off-by: Daniel del Castillo <delcastillodelarosadaniel@xxxxxxxxx>
Thanks, this looks great so I am staging this series for pushing after a
short grace period (probably tomorrow if nobody screams).
One nit, the prefix for Nova patches is typically "gpu: nova-core:", but
I will fix it when pushing.