Re: [PATCH 2/2] gpu: nova-core: use kernel lossless integer conversion module
From: Eliot Courtney
Date: Tue Aug 25 2026 - 01:27:53 EST
On Tue Aug 25, 2026 at 11:44 AM JST, Alexandre Courbot wrote:
> The `kernel` crate now features a replacement for our lossless integer
> conversion routines. Switch to the kernel version and remove our own.
>
> Signed-off-by: Alexandre Courbot <acourbot@xxxxxxxxxx>
> ---
nit: casts:: prefix feels noisy to me in actual usages - just import
const_as!, etc and use them directly?
Reviewed-by: Eliot Courtney <ecourtney@xxxxxxxxxx>