Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
From: Miguel Ojeda
Date: Thu Feb 19 2026 - 20:19:34 EST
On Fri, Feb 20, 2026 at 2:09 AM Gary Guo <gary@xxxxxxxxxxx> wrote:
>
> I don't think so. Most of the kernel crate is doing FFI. We have a `ffi` crate
> defining FFI types, we have `CStr`/`CString` which in Rust std is inside `std::ffi`,
> etc.
Yeah, I don't love that name either, for similar reasons.
(The entry would still be a sub-entry, either way).
Thanks!
Cheers,
Miguel