Re: [RFC PATCH 0/4] rust: miscdevice: abstraction for uring-cmd
From: Sidong Yang
Date: Sun Jul 20 2025 - 12:07:52 EST
On Sat, Jul 19, 2025 at 06:34:49PM +0200, Miguel Ojeda wrote:
> On Sat, Jul 19, 2025 at 4:34 PM Sidong Yang <sidong.yang@xxxxxxxxxx> wrote:
> >
> > This patch series implemens an abstraction for io-uring sqe and cmd and
> > adds uring_cmd callback for miscdevice. Also there is an example that use
> > uring_cmd in rust-miscdevice sample.
>
> Who will be using these?
Hi, Miguel
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.
Thanks,
Sidong
>
> Thanks!
>
> Cheers,
> Miguel