Alexandre Courbot
2025-Nov-06 08:32 UTC
[PATCH v3 1/4] nova-core: Simplify `transmute` and `transmute_mut` in fwsec.rs
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 at gmail.com>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.