[PATCH v2 0/3] Inline helpers into Rust without full LTO

Miguel Ojeda miguel.ojeda.sandonis at gmail.com
Sun Mar 22 20:24:59 PDT 2026


On Mon, Mar 23, 2026 at 4:04 AM Andrew Lunn <andrew at lunn.ch> wrote:
>
> Rust is already fragmented, because it does not support all
> architectures. Do we really want to make it even more fragmented by
> having some bindings only work on a subset of the subset of
> architectures?

That is not the case. The `depends on` is not about putting them on
abstractions, but on this experimental build feature, which is gated
on `EXPERT` to begin with, because it uses a fairly exotic approach
involving LLVM bitcode, which carries potential pitfalls, like the
mismatches on the target string like one of the commit messages
mentions, and possibly others.

Cheers,
Miguel



More information about the linux-um mailing list