Re: [PATCH v3 0/7] rust: use vertical import style and remove redundant imports

Alvin Sun <[email protected]> Mon, 10 Aug 2026 17:43:28 +0800
Newsgroups org.kernel.vger.linux-block,org.kernel.vger.linux-kselftest,org.kernel.vger.rust-for-linux
Message-ID <[email protected]>
On 5/26/26 01:51, Miguel Ojeda wrote:
> On Thu, May 21, 2026 at 8:57 AM Alvin Sun <[email protected]> wrote:
>> Adopt the vertical import style and drop redundant imports already
>> re-exported via `kernel::prelude`.
> I can take this if block and misc Ack. The changes are straightforward anyway.

Hi Miguel,

I would like to follow up on the remaining patches from this series:

   rust: block: mq: use vertical import style
   rust: block: mq: remove redundant imports and format
   rust: block: rnull: use vertical import style
   rust: doctest: use vertical import style

As far as I can tell, these have not been merged yet. Andreas already
acked the block parts [1][2][3] and David Gow acked the doctest change
[4]. Is there anything else needed from my side before they can be
picked up, such as a rebase onto a newer base?

[1] 
https://lore.kernel.org/rust-for-linux/[email protected]/
[2] 
https://lore.kernel.org/rust-for-linux/[email protected]/
[3] 
https://lore.kernel.org/rust-for-linux/[email protected]/
[4] 
https://lore.kernel.org/rust-for-linux/[email protected]/

Best regards,
Alvin

>
> Thanks!
>
> Cheers,
> Miguel