Re: [PATCH v7 00/15] Rust pin-init API for pinned initialization of structs

From: Miguel Ojeda
Date: Mon Apr 10 2023 - 18:55:14 EST


On Sat, Apr 8, 2023 at 2:25 PM Benno Lossin <y86-dev@xxxxxxxxxxxxxx> wrote:
>
> This is the seventh version of the pin-init API. See [1] for v6.

Applied to `rust-next`. Thanks!

The `assume_init` patch was dropped from this one as discussed
elsewhere with Lina who sent a similar patch, which required adjusting
that patch's `SAFETY` comment. I also applied the `Reviewed-by`s from
here to there since it was essentially the same patch.

Cheers,
Miguel