Linus Torvalds released the fifth release candidate (RC5) for Linux Kernel 7.2 on Sunday, July 26, 2026. He described this specific version as "quite a massive" update for the community. While a large RC5 is becoming the "new normal," this release stands out for its sheer size.
Table of Contents
The Networking Surge
First, let's look at why this update is so big. Over one-third of the entire patch focuses on networking. This happened because many networking developers attended conferences during the previous week. So, they had a lot of "pent up work" to submit all at once. Most of these networking changes involve hardware drivers rather than core code.
An Unusual Shift in Drivers
Moreover, this release features a surprising change in driver activity. Usually, graphics drivers like AMDGPU dominate the updates, as that driver alone now totals over 6.3 million lines. But, this week, USB changes actually outnumbered GPU driver updates.
Beyond USB and graphics, the patch includes a little bit of everything, such as fixes for sound, tty, and block devices.
Other Major Improvements in Linux 7.2-RC5
Additionally, developers worked on many other important areas of the kernel. These include:
- Filesystems: Significant updates arrived for the SMB and Btrfs systems.
- Rust Integration: The team continues to refine Rust language components within the kernel.
- Tooling: New fixes appeared for performance tools like "perf" and the "selftest" suite.
- Architecture & Documentation: The update also provides various architecture-specific fixes and cleans up several documents.
Scaling to New Heights
Earlier in this development cycle, the kernel source tree officially passed the 43 million line milestone. Currently, the tree holds 43,898,743 total lines, which includes over 33 million lines of actual code. This growth continues at a brisk pace even as developers remove support for older hardware like the i486 processor.
Large Size is not an Issue
You might wonder if a "massive" update is a cause for concern. But no worries!
In the Linux 7.2-rc5 announcement mail, Linus Torvalds noted that while the size is a bit bigger than he likes, nothing in the code looks scary or strange. The kernel remains stable and healthy as it moves toward the final 7.2 release.
Download and Test Linux Kernel 7.2 RC5
Enthusiasts and developers can now grab the latest code from the Official Linux Kernel Archives or Linus Torvalds' Git tree to help with testing. Your feedback ensures that the final version of Linux 7.2 will be the most reliable one yet.
If the development cycle stays on track, we can expect a stable release of Linux 7.2 in late August 2026.

