Linux 7.0 Merge Window Reaches Midpoint with 7,695 Commits Accepted
The first half of the Linux 7.0 merge window has closed with 7,695 non-merge commits accepted, bringing faster close_range performance, expanded Rust driver infrastructure, and a symbolic end to the kernel's "Rust experiment."
The Linux 7.0 kernel merge window is underway, and the midpoint summary reveals a busy first half: 7,695 non-merge commits have been accepted as of the halfway mark. Linux 7.0 was confirmed by Linus Torvalds following the release of Linux 6.19 on February 9, 2026, with a full stable release expected in mid-April 2026.
Rust Moves from Experiment to Established
Perhaps the most symbolically significant development in this merge window is the formal conclusion of what the kernel community had long called the "Rust experiment." With Linux 7.0, upstream kernel developers are now operating from a position of consensus: Rust in the Linux kernel is here to stay, and it is no longer treated as a provisional or experimental track.
A substantial portion of driver core changes in this window directly expand the infrastructure available for Rust-based kernel drivers. New abstractions and bindings have been merged to make writing and maintaining Rust drivers more practical, lowering the barrier for contributors working outside the traditional C-only path.
close_range Gets a Major Performance Boost
Linux 7.0 also delivers substantial optimizations to the close_range system call, which is used to efficiently close ranges of file descriptors in bulk. The improvements include:
- Enhanced batch processing that reduces internal kernel operations per call
- Reduced lock contention, allowing more concurrent file descriptor cleanup across processes
- More intelligent memory allocation during batch operations
These changes benefit workloads that frequently spawn and tear down large numbers of file descriptors — a common pattern in container runtimes, web servers, and process supervisors.
Looking Ahead
The merge window is expected to close with the release of Linux 7.0-rc1 around February 22, 2026. The full release is projected for mid-April. The commit volume and breadth of changes make this one of the more active merge windows in recent kernel history, continuing the trend of accelerating Rust adoption alongside steady performance improvements across core subsystems.
Related Articles
Fedora 44 Beta Ships with GNOME 50, KDE Plasma 6.6, and Wayland-Only Default
Fedora Linux 44 Beta has arrived with simultaneous upgrades to GNOME 50 and KDE Plasma 6.6, dropping X11 sessions entirely in favor of a Wayland-only future. The release includes Linux kernel 6.19, GCC 16.1, Go 1.26, and a project-wide goal of 99% reproducible builds.
NVIDIA Open-Sources NemoClaw: Enterprise AI Agent Platform Debuts Ahead of GTC
NVIDIA has released NemoClaw as an open-source enterprise AI agent platform, offering a chip-agnostic framework for building, deploying, and managing autonomous AI agents at scale. The platform integrates with NeMo, Nemotron models, and NIM microservices, with launch partners including Salesforce, Cisco, Google, Adobe, and CrowdStrike.
Linux Kernel 7.0 Hits RC3 as Rust Support Officially Graduates to Stable
Linux 7.0-rc3 lands with a milestone for systems programming: Rust language support in the kernel is now officially stable after years of experimental status, plus early driver enablement for Intel Nova Lake and AMD Zen 6 hardware.