Home LinuxLinux Kernel 7.2 RC7 Released: Stable Version Scheduled for Next Weekend

Linux Kernel 7.2 RC7 Released: Stable Version Scheduled for Next Weekend

By sk
4 views 2 mins read

Linus Torvalds released the seventh release candidate (RC7) for Linux Kernel 7.2 on Sunday, August 9, 2026. This release marks the final testing phase of the 7.2 cycle. If everything goes according to plan, we will see the stable release very soon.

The "New Normal" Size

Linux Kernel 7.2 Release Candidate 7
Linux Kernel 7.2 Release Candidate 7

In the Kernel 7.2-rc7 announcement mail, Linus admitted that he is not exactly thrilled about the large size of this release candidate. However, he accepts this heavy volume of code as the "new normal" for kernel development.

The total Linux kernel tree recently blew past the 43 million lines of code milestone. Although developers continuously clean up old code, such as removing the ancient i486 processor support, the kernel continues to grow rapidly. Much of this size comes from modern hardware drivers. Specifically, the AMD graphics driver (AMDGPU) alone accounts for over 6.3 million lines of code.

Statistical Baseline: Linux 7.1 vs. Linux 7.2

The following data, synthesized from the cloc (Count Lines of Code) utility, captures the growth across the transition to the 7.2 branch:

MetricLinux 7.1Linux 7.2Growth (Delta)
Blank Lines5,107,1235,211,184+104,061
Code Comments4,841,5075,033,878+192,371
Actual Code32,975,75233,653,681+677,929
Total Lines42,924,38243,898,743+974,361

The AI Impact on Code Fixes

Why does the kernel have so many changes late in the development cycle? Interestingly, Linus pointed out that various AI tools reviewed and generated many of these fixes.

Earlier in this cycle, developers noticed that nearly 29% of recent commits carried "Fixes:" tags. They suggested that AI bots have been finding a high volume of small, hidden bugs. This is why we are seeing a constant stream of tiny, precise fixes all over the code.

Key Updates Inside RC7

While the vast majority of the update contains tiny fixes spread across drivers, filesystems, and architecture code, a few larger changes stand out in the data:

  • System Cryptography: The patch features notable security fixes for the s390/zcrypt device driver.
  • Btrfs Filesystem: Developers brought back the important btrfs fixup worker infrastructure to manage storage writebacks safely.
  • Network Security: The release includes several critical netfilter ipset fixes to protect network routing.

Linux Kernel 7.2 Stable Release Expected Next Weekend

Fortunately, none of these late-stage changes look scary or broken. Therefore, Linus sees no reason to delay the final release. Unless an unexpected, major bug pops up, we should expect the official, stable Linux 7.2 launch next weekend.

If you want to help ensure a smooth release, you can grab the latest code from the Official Linux Kernel Archives or Linus Torvalds' Git tree and start testing today.

You May Also Like

Leave a Comment

* By using this form you agree with the storage and handling of your data by this website.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

This website uses cookies to improve your experience. By using this site, we will assume that you're OK with it. Accept Read More