Re: [PATCH -next v8 1/3] rust: clist: Add support to interface with C linked lists
From: Daniel Almeida
Date: Tue Feb 10 2026 - 12:19:17 EST
Hi Joel,
> On 9 Feb 2026, at 18:42, Joel Fernandes <joelagnelf@xxxxxxxxxx> wrote:
>
> Add a new module `clist` 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.
>
> Acked-by: Gary Guo <gary@xxxxxxxxxxx>
> Signed-off-by: Joel Fernandes <joelagnelf@xxxxxxxxxx>
>
Sorry for not replying to your question on v7, I’ve been a bit sick recently.
Reviewed-by: Daniel Almeida <daniel.almeida@xxxxxxxxxxxxx>