Messages in this thread |  | | Date | Thu, 12 Mar 2026 18:42:28 +0100 | | Subject | Re: [PATCH v12 1/1] rust: interop: Add list module for C linked list interface | | From | "Danilo Krummrich" <> |
| |
On Fri Mar 6, 2026 at 9:36 PM CET, Joel Fernandes wrote: > Add a new module `kernel::interop::list` for working with C's doubly > circular linked lists. Provide low-level iteration over list nodes. > > Typed iteration over actual items is provided with a `clist_create` > macro to assist in creation of the `CList` type. > > Cc: Nikola Djukic <ndjukic@nvidia.com> > Reviewed-by: Daniel Almeida <daniel.almeida@collabora.com> > Reviewed-by: Alexandre Courbot <acourbot@nvidia.com> > Acked-by: Alexandre Courbot <acourbot@nvidia.com> > Acked-by: Gary Guo <gary@garyguo.net> > Acked-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Was this given off-list? I can't find a corresponding reply from Miguel.
> Signed-off-by: Joel Fernandes <joelagnelf@nvidia.com>
I'm asking since I'm looking forward to pick this up as a dependency for GPU buddy.
Thanks, Danilo
|  |