Re: [PATCH v3 2/3] rust: block: rnull: update to Pin<KBox<QueueData>> for PinInit

From: Miguel Ojeda

Date: Sun Mar 15 2026 - 18:16:27 EST


On Sun, Mar 15, 2026 at 9:17 PM Adrián García Casado
<adriangarciacasado42@xxxxxxxxx> wrote:
>
> Update the Rust rnull driver to use Pin<KBox<QueueData>> for queue data
> allocation. This aligns the driver with the latest PinInit zero-copy
> initialization abstractions in kernel 7.0 and fixes a type mismatch
> with GenDiskBuilder::build().

What latest abstractions? What type mismatch? Why is pinning needed?

Anyway, by independent patches, I meant that you should not have added
the "2/3" in the title, since it looks like this message is part of a
series that does not exist.

But please wait for the maintainers to get back to you, instead of
sending a new version.

Cheers,
Miguel