On Thu Jul 2, 2026 at 9:03 PM JST, Pedro Yudi Honda wrote: > From: Pedro Yudi Honda <[email protected]> > > > This series follows the introduction of `zerocopy` to rust-next and > replaces `transmute` traits with `zerocopy` traits. These changes are > mechanical and don't alter functionality. > > This series is built upon Nicolás' recent patch, and does not touch > gsp bindings. > > Specifically, the trait `transmute::FromBytes` is replaced by > `zerocopy::FromBytes` and the trait `transmute::AsBytes` is replaced > by `zerocopy::IntoBytes`. Additional traits such as > `zerocopy::Immutable` and `zerocopy::KnownLayout` are implemented as > necessary. > > Resent because of wrong target list and wrong email in "From:".
A couple of things for v3 so I can apply the patches as-is: - The subject prefix for nova-core is `gpu: nova-core:`. In particular there is no `drm` in the path. - Make sure to collect the `Reviewed-by`s you received. - Optional, but see if you can make the commit logs less mechanical, notably the single-item lists - that feels very AI-generated. With these I think the series should be ready to apply. Thanks!
