[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <DFY19EWAGLES.12E5U93X7ESX9@kernel.org>
Date: Sun, 25 Jan 2026 23:45:23 +0100
From: "Danilo Krummrich" <dakr@...nel.org>
To: "Atharv Dubey" <atharvd440@...il.com>
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>, <lossin@...nel.org>, <a.hindborg@...nel.org>,
<aliceryhl@...gle.com>, <tmgross@...ch.edu>,
<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 CET, Atharv Dubey 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>
Applied to driver-core-testing, thanks!
Powered by blists - more mailing lists