Re: Re: [RFC PATCH 0/2] rust block-mq TagSet flags plumbing and rnull blocking wiring
From: Miguel Ojeda
Date: Fri Apr 10 2026 - 12:43:11 EST
On Fri, Apr 10, 2026 at 5:52 PM wenzhaoliao <wenzhaoliao@xxxxxxxxxx> wrote:
>
> On a broader note, Could you recommend any specific missing abstractions—either in the block subsystem, configfs, or elsewhere—that the RFL project currently needs? Alternatively, is there a specific TODO list or tracking repository you would recommend us to look at so we can pick up the right tasks without stepping on anyone's toes?
I would recommend looking at the notes I have at
https://rust-for-linux.com/contributing#finding-tasks-and-issues-to-work-on
and the links there -- I hope that helps a bit! :)
(The kernel doesn't merge abstractions without a user, so what we need
are use cases to justify the abstractions.)
Cheers,
Miguel