Rust will save Linux from AI, says Greg Kroah-Hartman
Original reporting by ZDNet

"You are going to save Linux." This stark declaration from Greg Kroah-Hartman, a veteran Linux stable kernel maintainer, opened Rust Week 2026, underscoring a growing crisis. The Linux kernel is experiencing an unprecedented deluge of security vulnerabilities, driven in large part by advanced AI bug-detection tools. Critical flaws like Dirty Frag and Fragnesia are emerging at an alarming rate, leading to "13 CVEs a day, or something, something crazy," Kroah-Hartman reported. For him, the inherent error-handling and resource-management pitfalls of the traditional C language are at the heart of this escalating problem.
The Rust solution Kroah-Hartman contends that the "best beauty of Rust" lies in its ability to catch common C mistakes—such as forgotten locks or unreleased memory—at build time, rather than during arduous code reviews. Its robust type system and locking abstractions fundamentally prevent a significant portion of these bugs, an estimated 60% of kernel vulnerabilities. Beyond preventing new errors, Rust’s influence has already inspired a cleanup of existing C code and interfaces, leading to new C "guards" and scoped locks. While not a "magic bullet" or a call for mass rewrites, Rust is no longer an experiment. Linux kernel maintainers have formally declared it a permanent, integral part of the kernel's evolution, particularly for new drivers and components, aiming for a more secure future for billions of devices.
The integration of Rust into the Linux kernel, far from being a mere language experiment, represents a profound strategic pivot driven by the escalating threat of AI-discovered vulnerabilities. Greg Kroah-Hartman's bold assertion that "Rust is going to save us" underscores a critical turning point for the world's most ubiquitous operating system. The official declaration from kernel maintainers—that the "Rust experiment is over" and it's now "full speed ahead"—solidifies its role as an indispensable tool for future development, not just a temporary fix.