Re: [PATCH v3] rust: clist: Add support to interface with C linked lists

From: Miguel Ojeda
Date: Mon Dec 01 2025 - 18:03:09 EST


On Mon, Dec 1, 2025 at 11:43 PM Joel Fernandes <joelagnelf@xxxxxxxxxx> wrote:
>
> The documentation clearly says "doctests get
> compiled as Rust kernel objects, allowing them to run against a built kernel.".

Yeah, there is also a Python script that KUnit provides that some
people like to use too, and quite convenient to pass certain configs etc.

Cheers,
Miguel