| From: |
| Gary Guo <gary-AT-garyguo.net> |
| To: |
| Benno Lossin <lossin-AT-kernel.org>, Miguel Ojeda <ojeda-AT-kernel.org>, Boqun Feng <boqun-AT-kernel.org>, Björn Roy Baron <bjorn3_gh-AT-protonmail.com>, Andreas Hindborg <a.hindborg-AT-kernel.org>, Alice Ryhl <aliceryhl-AT-google.com>, Trevor Gross <tmgross-AT-umich.edu>, Danilo Krummrich <dakr-AT-kernel.org> |
| Subject: |
| [PATCH 0/8] rust: pin-init upstream sync for v7.2 (round 2) |
| Date: |
| Wed, 27 May 2026 18:19:51 +0100 |
| Message-ID: |
| <20260527-pin-init-sync-v1-0-e20335ed2501@garyguo.net> |
| Cc: |
| rust-for-linux-AT-vger.kernel.org, linux-kernel-AT-vger.kernel.org, Gary Guo <gary-AT-garyguo.net>, Martin Kletzander <mkletzan-AT-redhat.com>, Mirko Adzic <adzicmirko97-AT-gmail.com>, Xiaobo Liu <cppcoffee-AT-gmail.com> |
| Archive-link: |
| Article |
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@garyguo.net>
---
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@garyguo.net>