Re: [PATCH] rust: security: replace `core::mem::zeroed` with `pin_init::zeroed`

From: Miguel Ojeda

Date: Fri Aug 28 2026 - 02:15:49 EST


On Fri, Aug 28, 2026 at 4:44 AM Nils Lehnen <nils.lehnen@xxxxxxxxx> wrote:
>
> Two equivalent one-off patches were posted earlier [3][4]; Miguel asked
> in [5] for a resend that keeps Benno's authorship, which this is.
> Cc'ing the LSM list per Paul's request on the original thread.

Looks good, thanks!

Nit: nowadays we typically use a:

Link: https://patch.msgid.link/...

to refer to a patch that was picked from the mailing list (usually
written on top of your Signed-off-by) -- `b4` can do it for you
automatically.

But no need to resend just for that, of course (and Paul/I/we can/may
change it when it gets applied :)

Cheers,
Miguel