Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists

From: Miguel Ojeda

Date: Tue Feb 24 2026 - 11:15:00 EST


On Tue, Feb 24, 2026 at 5:00 PM Joel Fernandes <joelagnelf@xxxxxxxxxx> wrote:
>
> Ah fun! Ok, I will add it in in. :)

To clarify further, the reason is that the crates in `rust/` may (and
do) use more features (which still need justification), but the rest
of the kernel is restricted to those in that "allowed" list only.

https://rust-for-linux.com/unstable-features#usage-in-the-kernel

Cheers,
Miguel