Linux Kernel 6.19 Released as Torvalds Confirms Next Version Will Be Linux 7.0
Linux 6.19 marks the end of the 6.x series with a 300% TCP performance boost and AMD GPU improvements, as Linus Torvalds confirms the next release will be version 7.0 — the first major version bump since 2015.
Linus Torvalds released Linux kernel 6.19 on February 8, 2026, marking the final release in the 6.x series. Simultaneously, Torvalds confirmed that the next kernel version will be 7.0 — the first major version number change since Linux 4.0 debuted in April 2015. Torvalds explained the decision with characteristic directness: he was "getting to the point where I'm being confused by large numbers."
Performance Highlights
Linux 6.19 ships with a 300% improvement in TCP networking performance, achieved through optimized networking algorithms that reduce overhead in the kernel's TCP stack. For workloads involving high-throughput network services — web servers, database clusters, distributed computing nodes — the improvement translates directly to better throughput and lower latency at the same hardware level. The TCP improvement alone makes 6.19 a significant upgrade for network-intensive production environments.
AMD GPU support received meaningful updates. GCN 1.0 and 1.1 generation graphics cards now default to the AMDGPU driver instead of the legacy Radeon driver. The AMDGPU driver provides better performance, more active maintenance, and access to modern graphics features that the Radeon driver does not support. Users with older AMD hardware who previously had to manually configure driver selection will now get the better driver automatically.
Storage performance also improved, with ext4 and XFS filesystem optimizations for NVMe storage devices. These optimizations reduce I/O overhead for the fast storage interfaces that have become standard in servers and workstations, allowing applications to more fully utilize the bandwidth that NVMe hardware provides. The DRM Color Pipeline API, a new graphics subsystem feature, provides a standardized interface for color management across display outputs.
The Path to Linux 7.0
The merge window for Linux 7.0 opened on February 9, the day after 6.19's release. The first release candidate is expected around February 22, with the stable release targeted for mid-April 2026. Torvalds has emphasized repeatedly over the years that major version number changes carry no special technical significance — they are simply a counter that gets bumped when the minor version number grows unwieldy. Linux 3.0 replaced 2.6.x, Linux 4.0 replaced 3.x, and now Linux 7.0 replaces 6.x.
The Linux 7.0 merge window has already attracted significant contributions. As of mid-February, 7,695 commits had been accepted into the 7.0 development branch. Notable submissions include continued Rust kernel driver API improvements, which expand the set of kernel subsystems that can be safely written in Rust alongside traditional C code.
Upgrade Considerations
Linux 6.19 is built on a stable base — Torvalds added an extra eighth release candidate specifically for stability assurance before the final release, an unusual step that reflects the significance of the 6.x series conclusion. Distributions that track mainline kernel releases will begin packaging 6.19 in the coming weeks, with rolling-release distributions like Arch Linux and Fedora likely to adopt it first. Enterprise distributions such as RHEL and Ubuntu LTS will incorporate the changes through their standard kernel backporting processes on their own release schedules.
Related Articles
NGINX 1.29.6 Adds Native Sticky Sessions and Fixes QUIC Reset Packet Overflow
NGINX 1.29.6 mainline release introduces a sticky-session directive for upstream blocks, enabling cookie-based session affinity without external load balancers and solving session-loss issues during worker restarts. The release also fixes oversized QUIC reset packets and improves SCGI backend proxying.
FreeBSD 14.4 Delivers Post-Quantum SSH, OpenZFS 2.2.9, and Intel E610 Support
FreeBSD 14.4-RELEASE has arrived with OpenSSH 10.0p2 defaulting to hybrid post-quantum key exchange, OpenZFS 2.2.9, and new driver support for Intel Ethernet E610 NICs. The release also adds 9P filesystem support for Bhyve virtualization guests and patches vulnerabilities in OpenSSL and libarchive.
OFC 2026: Coherent and Broadcom Demonstrate 3.2 Terabit-Per-Second Optical Transceivers
At the Optical Fiber Communication Conference in Los Angeles, Coherent and Broadcom have demonstrated 3.2 Tbps optical transceiver modules — doubling the bandwidth of current-generation 1.6T interconnects. The technology is designed for the next wave of AI data center buildouts, where single training runs require moving exabytes of data between thousands of GPUs.