Re: [PATCH 2/2] gpu: nova-core: use kernel lossless integer conversion module
"Eliot Courtney" <[email protected]>
| Newsgroups | org.kernel.vger.rust-for-linux,dev.linux.lists.nova-gpu,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> > --- nit: casts:: prefix feels noisy to me in actual usages - just import const_as!, etc and use them directly? Reviewed-by: Eliot Courtney <[email protected]>