[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CANiq72kjUGmWDrjQDsZ185Pm+yKGMKZUAtgT0ykx3saZdiGxTw@mail.gmail.com>
Date: Mon, 21 Aug 2023 14:33:09 +0200
From: Miguel Ojeda <miguel.ojeda.sandonis@...il.com>
To: Benno Lossin <benno.lossin@...ton.me>
Cc: Miguel Ojeda <ojeda@...nel.org>,
Wedson Almeida Filho <wedsonaf@...il.com>,
Alex Gaynor <alex.gaynor@...il.com>,
Boqun Feng <boqun.feng@...il.com>, Gary Guo <gary@...yguo.net>,
Björn Roy Baron <bjorn3_gh@...tonmail.com>,
Alice Ryhl <aliceryhl@...gle.com>,
Andreas Hindborg <nmi@...aspace.dk>,
rust-for-linux@...r.kernel.org, linux-kernel@...r.kernel.org,
patches@...ts.linux.dev
Subject: Re: [PATCH v4 00/13] Quality of life improvements for pin-init
On Mon, Aug 14, 2023 at 10:46 AM Benno Lossin <benno.lossin@...ton.me> wrote:
>
> This patch series adds several improvements to the pin-init api:
> - a derive macro for the `Zeroable` trait,
> - makes hygiene of fields in initializers behave like normal struct
> initializers would behave,
> - prevent stackoverflow without optimizations
> - add `..Zeroable::zeroed()` syntax to zero missing fields,
> - support arbitrary paths in initializer macros.
Applied to `rust-next` with a few changes -- thanks everyone!
- Rebased on top of `rust-next` instead of `rust-dev`, which
requires a small `use` line change due to the KUnit patches being
there back then.
- Added an `ignore` for the `macros/lib.rs` example to avoid
breaking `rusttest`.
- Cleaned a few trivial nits I noticed in several commits.
Cheers,
Miguel
Powered by blists - more mailing lists