Linux 3395 Published by

Linux 7.2-rc5 hit the kernel archives on July 26, 2026, with a massive patch batch that targets the stable release just under three weeks away on August 16. Networking drivers dominate the update, consuming over 35% of the changes to clear conference-related backlogs, while USB patches actually outpace GPU updates for once. The cycle also highlights the growing role of automated tools, which are surfacing hardware-specific audio quirks and edge cases that human reviewers routinely miss during manual passes. Linus Torvalds notes the volume is larger than he prefers but confirms the patches look stable, leaving enterprise users to decide whether to stick with rc5 or start testing rc6.



Linux Kernel 7.2-rc5 drops with a massive networking push and AI-discovered fixes

The fifth release candidate targets stable on August 16, bringing over a third of its patches to the networking stack and continuing the trend of automated tools hunting down kernel quirks.

Linux Kernel 7.2-rc5 is here, and it is exactly the kind of patch batch that makes you wonder how many coffee cups Linus Torvalds went through on Sunday afternoon. Released this week, the fifth release candidate targets stable deployment in just under three weeks, with Torvalds himself flagging it as "quite a massive -rc5" right out of the gate.

Over a third of the changes land in the networking subsystem. Torvalds points to a simple explanation. Conference distractions last week left developers with a backlog, and that pent-up work finally hit the merge queue. The bulk of it targets drivers rather than core protocol changes, though the volume alone is enough to catch your eye.

Sound and USB drivers round out the heavy lifting. On top of that, USB patches actually outnumber GPU updates for once, which feels like a meaningful shift in the usual late-cycle rhythm. You will also see fixes for TTY, block storage, firewire, SMB, btrfs, selftests, perf, rust bindings, and arch-specific corner cases. It is a bit too big for my liking, Torvalds wrote, but nothing strikes me as particularly strange or scary.

Tuxwk

The AI discovery loop is now just part of the process

The so-called "new normal" of AI-driven bug discovery continues to shape how release candidates behave. Automated tools are turning up hardware-specific quirks that human reviewers simply do not catch during manual passes. The audio subsystem gets another round of configuration tweaks pulled straight from these scans. Not exactly groundbreaking. Just practical.

For what it is worth, this is also where you can spot the legacy hardware that refuses to die. A fix lands for the IEEE-1394 Firewire IPv4 networking stack, patching a bug that has sat in mainline since roughly 2009. The kernel team has publicly stated it plans to keep IEEE-1394 support alive through 2029, so the company says the fix is squarely aimed at industrial and enterprise deployments that still run rack-mounted gear.

The clock is already ticking on stable

The v7.2 cycle is moving faster than usual. The merge window opened in mid-July, rc1 followed days later, and now rc5 is sitting on your system with a stable target of August 16. That is less than a month from the current release candidate, which is compressed even by modern kernel standards. If you are running rc5 in production, you will want to keep an eye on rc6. A rushed stable release rarely flies without a surprise or two.

The feature set heading into stable is fairly straightforward. Intel Panther Lake Xe3 Arc B390 graphics are getting performance improvements, AMD EPYC Turin platforms are picking up PCIe 5.0 storage optimizations, and the AF_ALG crypto userspace API is being deprecated ahead of Fedora 45's planned phase-out. The 7.3 cycle is already teasing heavier hitters, including a kvm_mmu cleanup series, in-kernel network offloading to AMD GPUs, and a reworked syscall entry path.

Grab the tarball if you want to play with it yourself. The full diff from rc4 to rc5 is linked below, and the git tree is open for inspection.

Linux kernel 7.2-rc5 released

Linux kernel version 7.2-rc5 is now available:

Full source: https://git.kernel.org/torvalds/t/linux-7.2-rc5.tar.gz
Patch: https://git.kernel.org/torvalds/p/v7.2-rc5/v7.1

You can view the summary of the changes at the following URL:
https://git.kernel.org/torvalds/ds/v7.2-rc5/v7.2-rc4

Nothing in this batch looks dangerous, but the patch volume does demand a fresh round of testing before you point it at anything you cannot afford to lose.