The fact
Linus Torvalds told kernel developers that anyone unhappy with AI being used in the Linux kernel could "fork it and leave." Days later, a student from Beihang University in Beijing published linux-0.11-rs — a full Rust rewrite of the original Linux 0.11 kernel from 1991.
Context
Torvalds has always been pragmatic about tools. In 2024, he called 90% of AI "hype." By 2026, his tone had shifted. In a kernel mailing list thread discussing AI-assisted code submissions, Torvalds wrote that "Linux is not an anti-AI project" and that contributors who disagree can "do the open-source thing and fork it." The statement ignited heated debate across the Linux community. Two days later, a developer using the pseudonym Poseidon — identified as a Chinese university student — uploaded a repository reimplementing Linux 0.11 entirely in Rust, clocking in at roughly 47,000 lines of code.
Analysis
This is not a direct response to Torvalds' challenge in any practical sense. The project uses generative AI extensively and is a vintage rewrite, not a functional fork of the modern kernel. Yet the timing is revealing. Torvalds was testing the limits of open-source culture: by saying "fork it," he knew full well that no individual or group has the capacity — or the sanity — to maintain a competitive fork of the modern Linux kernel, which stands at over 30 million lines of code. The symbolic response — a nostalgic Rust rewrite of a 35-year-old kernel version — shows how dramatically the entry cost for kernel-level tinkering has dropped thanks to LLMs. What would have taken a team years of meticulous C-to-Rust translation can now be rough-drafted in days with AI assistance. The real message from this episode is clear: AI in kernel development is here to stay, and ideological resistance will not change that. The community will adapt through practical integration, not through forks.
What to watch
Reactions from senior maintainers like Greg Kroah-Hartman; the actual quality and auditability of AI-generated kernel patches; whether thematic forks (security-hardened, educational, research) become viable through LLM-assisted maintenance; and Torvalds' own evolving stance on AI tooling in the kernel tree.
Source: The Register