[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CANiq72m4Oxm69hzqF1WB5bY87BLUr556v6_sZPeEkd3KM7RF+g@mail.gmail.com>
Date: Sun, 25 Jan 2026 20:31:40 +0100
From: Miguel Ojeda <miguel.ojeda.sandonis@...il.com>
To: Atharv Dubey <atharvd440@...il.com>, Benno Lossin <lossin@...nel.org>
Cc: gregkh@...uxfoundation.org, ojeda@...nel.org, alex.gaynor@...il.com,
david.m.ertman@...el.com, ira.weiny@...el.com, leon@...nel.org,
boqun.feng@...il.com, gary@...yguo.net, bjorn3_gh@...tonmail.com,
a.hindborg@...nel.org, aliceryhl@...gle.com, tmgross@...ch.edu,
dakr@...nel.org, rust-for-linux@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] rust: auxiliary: use `pin_init::zeroed()` for device ID
On Sat, Nov 29, 2025 at 1:47 PM Atharv Dubey <atharvd440@...il.com> wrote:
>
> Replace the previous `unsafe { core::mem::zeroed() }` initialization
> for `bindings::auxillary_device_id` with `pin_init::zeroed()`. This removes
> the explicit unsafe block and uses the safer pinned zero-initialization
> helper.
>
> Signed-off-by: Atharv Dubey <atharvd440@...il.com>
These were also sent by Benno, and in the issue he mentions
"re-sending", which usually means just adding your Signed-off-by below
his:
https://lore.kernel.org/all/20250814093046.2071971-1-lossin@kernel.org/
But he also mentioned the Suggested-by tag etc., so it is probably OK
to keep authorship and add:
Suggested-by: Benno Lossin <lossin@...nel.org>
Link: https://github.com/Rust-for-Linux/linux/issues/1189
Cheers,
Miguel
Powered by blists - more mailing lists