Re: [RFC PATCH 0/4] rust: miscdevice: abstraction for uring-cmd
From: Miguel Ojeda
Date: Sun Jul 20 2025 - 12:41:34 EST
On Sun, Jul 20, 2025 at 6:07 PM Sidong Yang <sidong.yang@xxxxxxxxxx> wrote:
>
> Although some existing kernel modules already use uring_cmd, they aren’t
> implemented in Rust. Currently, no Rust code leverages this abstraction,
> but it will enable anyone who wants to write kernel drivers in Rust using
> uring_cmd.
Do you have a concrete user in mind?
i.e. I am asking because the kernel, in general, requires a user (in
mainline) for code to be merged. So maintainers normally don't merge
code unless it is clear who will use a feature upstream -- please see
the last bullet of:
https://rust-for-linux.com/contributing#submitting-new-abstractions-and-modules
Thanks!
Cheers,
Miguel