[PATCH 0/8] rust: pin-init upstream sync for v7.2 (round 2)

From: Gary Guo

Date: Wed May 27 2026 - 13:21:32 EST


This is a second round of patch syncs from upstream pin-init repo.
The following patches are included.

- Allow other attributes in #[pin_data] structs
https://github.com/Rust-for-Linux/pin-init/pull/122

- init: allow `nonstandard_style` for generated accessor/value
https://github.com/Rust-for-Linux/pin-init/pull/127

- docs: fix typos in MaybeZeroable documentation
https://github.com/Rust-for-Linux/pin-init/pull/154

- Optimize symbol name length of `InitClosure`
https://github.com/Rust-for-Linux/pin-init/pull/153

- unwind safety fixes
https://github.com/Rust-for-Linux/pin-init/pull/140

Notably the `nonstandard_style` fix will allow a bunch of `#[allow]`s to be
removed from Nova's codebase.

Signed-off-by: Gary Guo <gary@xxxxxxxxxxx>
---
Gary Guo (2):
rust: pin-init: move `InitClosure` out from `__internal`
rust: pin-init: remove `E` from `InitClosure`

Martin Kletzander (1):
rust: pin-init: internal: pin_data: filter non-`#[cfg]` attr in generated code

Mirko Adzic (4):
rust: pin-init: internal: suppress `non_snake_case` lint in `#[pin_data]`
rust: pin-init: internal: suppress `non_snake_case` lint in `[pin_]init!`
rust: pin-init: make `[pin_]init_array_from_fn` unwind safe
rust: pin-init: make `[pin_]chain` unwind safe

Xiaobo Liu (1):
rust: pin-init: docs: fix typos in MaybeZeroable documentation

rust/pin-init/internal/src/init.rs | 4 +-
rust/pin-init/internal/src/pin_data.rs | 64 ++++++----
rust/pin-init/src/__internal.rs | 30 -----
rust/pin-init/src/lib.rs | 217 ++++++++++++++++++++++++---------
4 files changed, 200 insertions(+), 115 deletions(-)
---
base-commit: 6fb5912c92926025a7e205d53feb73c3478c79a1
change-id: 20260527-pin-init-sync-41a0c2c9873c

Best regards,
--
Gary Guo <gary@xxxxxxxxxxx>