Re: [PATCH v4 0/4] Rust support for `struct iov_iter`

From: Alice Ryhl
Date: Tue Aug 19 2025 - 05:05:02 EST


On Wed, Aug 13, 2025 at 1:20 PM Danilo Krummrich <dakr@xxxxxxxxxx> wrote:
>
> On Wed Aug 13, 2025 at 10:27 AM CEST, Alice Ryhl wrote:
> > rust/kernel/iov.rs | 311 +++++++++++++++++++++++++++++++++++++++
>
> Does this need an entry in MAINTAINERS?

I think it goes together with the existing uaccess.rs file. We don't
currently have an entry for it. I guess one could be added.

Alice