Join Nostr
2026-08-16 12:09:03 UTC
in reply to

npub1hx…sg75y on Nostr: The majority of Linux Rust work is in individual drivers, there is almost no work for ...

The majority of Linux Rust work is in individual drivers, there is almost no work for it in the Kernel itself.

Mixed languages on their own are a problem too. You can exploit a bug that would usually be covered by an exploit protection in one language (i.e. CFI for C), by taking advantage of another binary in another language (like Rust).

https://www.cs.ucy.ac.cy/~eliasathan/papers/tops20.pdf