Building on Rust's new permanent status in the Linux kernel—following its history from 2019 experiments to the Tokyo Maintainers Summit approval—production deployments like Android 16's Rust allocator are live, alongside advanced drivers and safety gains, though criticisms highlight ongoing hurdles.
With Rust now a fixture in the Linux kernel after the Tokyo Maintainers Summit (as detailed previously), real-world adoption is accelerating. Android 16, based on kernel 6.12, features a complete rewrite of the Ashmen memory allocator in Rust, bringing Rust code to millions of devices—though not yet universal across configurations, architectures, or toolchains.
Rust powers sophisticated components: GPU drivers such as Nova for NVIDIA, Asahi for Apple Silicon, and Tyr for ARM Mali; the rust_ext2 file system driver; and a native Binder IPC implementation key for Android.
Safety metrics bolster the case: Comprehensive Vulnerabilities Dictionary data reveals 15.9% of kernel flaws over 20 years stem from memory issues like buffer overflows, which Rust prevents in safe code. Maintainers like Greg Kroah-Hartman note Rust drivers are safer with fewer integration issues.
Challenges remain, however. Brian Kernighan, co-author of 'The C Programming Language,' described Rust as 'painful' due to complexity, slow compilation, and learning curve. Efforts like gccrs aim to enable GCC-based builds for broader compatibility, including Debian's stable toolchain—with strict Rust requirements planned for APT by May 2026, despite architecture gaps like IBM s390.