Linus Torvalds has announced that the Linux kernel will jump to version 7.0 after the 6.x series concludes, marking a cosmetic but symbolic milestone for the open-source project. The decision follows established versioning practices to keep minor numbers manageable, with no major technical overhaul tied to the change. Ongoing developments include expanded Rust integration and hardware support enhancements.
Linus Torvalds, the creator and maintainer of the Linux kernel, has indicated through the Linux Kernel Mailing List that the next major version will be 7.0, following the end of the 6.x series around 6.15 or 6.16. This announcement, reported by outlets like Phoronix and The Register, aligns with Torvalds' longstanding philosophy on versioning. He has previously stated, “I don’t want to let the minor numbers get too big,” emphasizing that major version bumps carry no functional significance beyond clarity and aesthetics.
The Linux kernel's versioning history shows a pattern of such transitions: from 5.x to 6.0 in October 2022 after 5.19, and from 4.x to 5.0 in March 2019 after 4.20. The 6.x series, which began in 2022, is approaching a similar threshold after roughly 15-16 minor releases. While one source mentions 6.19 as the cutoff, multiple reports confirm the shift will occur earlier, around 6.15 or 6.16, likely in late 2025 or early 2026.
Technically, Linux 7.0 will build on recent advancements without revolutionary changes. Rust support, first merged experimentally in Linux 6.1 in December 2022, continues to expand under the Rust-for-Linux project led by Miguel Ojeda. Contributions from Google, Microsoft, and others aim to enhance memory safety, reducing vulnerabilities like buffer overflows. Hardware improvements include better support for Intel and AMD processors, RISC-V architectures, and graphics drivers for AMD RDNA and Intel Arc.
File systems such as Btrfs and bcachefs see refinements for performance and reliability, while networking enhancements remove common locks for faster throughput. Virtualization features like the Live Update Orchestrator in 6.19 enable seamless updates. Desktop and gaming may benefit from server-oriented optimizations, with Ubuntu 26.04 LTS eyeing 7.0 as its default kernel.
The kernel powers 96% of top web servers, Android devices, and supercomputers, making these incremental updates critical. Community reactions mix excitement with humor, though Torvalds downplays the milestone's importance. Tensions exist around Rust's integration, with some maintainers concerned about added complexity, but progress continues steadily.