From: "Alexandre Courbot" <acourbot@nvidia.com>
To: "Pedro Yudi Honda" <niyudi.honda@usp.br>
Cc: <dakr@kernel.org>, <apopple@nvidia.com>,
<nico.antinori.7@gmail.com>, <aliceryhl@google.com>,
<airlied@gmail.com>, <simona@ffwll.ch>,
<dri-devel@lists.freedesktop.org>, <ojeda@kernel.org>,
<rust-for-linux@vger.kernel.org>, <nova-gpu@lists.linux.dev>
Subject: Re: [RESEND PATCH v2 0/5] drm/nova: replace `transmute` with `zerocopy`
Date: Wed, 08 Jul 2026 20:28:14 +0900 [thread overview]
Message-ID: <DJT5KAE48ORE.28707LMPWN1FZ@nvidia.com> (raw)
In-Reply-To: <20260702120324.40388-1-niyudi.honda@gmail.com>
On Thu Jul 2, 2026 at 9:03 PM JST, Pedro Yudi Honda wrote:
> From: Pedro Yudi Honda <niyudi.honda@usp.br>
>
>
> 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!
prev parent reply other threads:[~2026-07-08 11:28 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-02 12:03 [RESEND PATCH v2 0/5] drm/nova: replace `transmute` with `zerocopy` Pedro Yudi Honda
2026-07-02 12:03 ` [PATCH v2 1/5] drm/nova: use `zerocopy` in firmware.rs Pedro Yudi Honda
2026-07-06 7:15 ` Alistair Popple
2026-07-02 12:03 ` [PATCH v2 2/5] drm/nova: use `zerocopy` in booter.rs Pedro Yudi Honda
2026-07-06 11:39 ` Alistair Popple
2026-07-02 12:03 ` [PATCH v2 3/5] drm/nova: use `zerocopy` in fwsec.rs Pedro Yudi Honda
2026-07-06 11:43 ` Alistair Popple
2026-07-02 12:03 ` [PATCH v2 4/5] drm/nova: use `zerocopy` in bootloader.rs Pedro Yudi Honda
2026-07-06 11:44 ` Alistair Popple
2026-07-02 12:03 ` [PATCH v2 5/5] drm/nova: use `zerocopy` in riscv.rs Pedro Yudi Honda
2026-07-06 11:44 ` Alistair Popple
2026-07-04 13:00 ` [RESEND PATCH v2 0/5] drm/nova: replace `transmute` with `zerocopy` Miguel Ojeda
2026-07-08 11:28 ` Alexandre Courbot [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=DJT5KAE48ORE.28707LMPWN1FZ@nvidia.com \
--to=acourbot@nvidia.com \
--cc=airlied@gmail.com \
--cc=aliceryhl@google.com \
--cc=apopple@nvidia.com \
--cc=dakr@kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=nico.antinori.7@gmail.com \
--cc=niyudi.honda@usp.br \
--cc=nova-gpu@lists.linux.dev \
--cc=ojeda@kernel.org \
--cc=rust-for-linux@vger.kernel.org \
--cc=simona@ffwll.ch \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.