Software

Linux Kernel 7.2 Released

Editorial Team
Editorial Team
August 17, 2026 · 2 min read
Linux Kernel 7.2 Released

Linus Torvalds put out Linux 7.2 as stable on August 16, cutting it on schedule despite what he called a rougher-than-usual final week. For anyone running production AMD EPYC or Intel Xeon boxes, the release notes are worth more than a skim: this is one of those point releases where the scheduler and I/O work actually move the needle on real hardware.

The headline feature is Cache Aware Scheduling, landing behind the CONFIG_SCHED_CACHE build option after more than a year of development. On chips with multiple last-level caches (LLCs), which describes most modern multi-socket or chiplet-based server CPUs, the scheduler has historically been happy to scatter related tasks across cache domains, forcing costly cross-cache memory traffic. 7.2 groups related tasks onto cores sharing an LLC instead.

For anyone running Intel TDX confidential-computing workloads, there’s a quieter but arguably bigger change: TDX modules can now update at runtime, the same way CPU microcode does. Security fixes no longer require a full reboot to apply on TDX-enabled hosts, a real win for uptime-sensitive fleets.

Storage admins get one too. Btrfs large folio support has graduated out of experimental status and is on by default, with huge folios up to 2M now available as an opt-in.

Elsewhere: Intel’s EDAC work this cycle mostly targets upcoming Xeon Diamond Rapids chips, adding sub-memory-channel awareness and Rank Retry Logic to keep data intact through memory errors, while Nova Lake H and Panther Lake H pick up in-band ECC reporting. On the networking side there’s more groundwork for Wi-Fi Aware and Wi-Fi 8/UHR, plus 10Gbit and EEE support in the Realtek R8152 driver.

Not everything landed clean. A last-minute regression forced a revert of the new “fair” DRM scheduler policy back to FIFO, and Torvalds noted in his release email that the final week carried “a number of fairly late reverts.” None of that touches the server-relevant work above, but it’s a reminder this was a bumpier cycle than usual.

7.2 is what’s going into Ubuntu 26.10 and other upcoming distro releases, so expect it to show up in your package manager before long. If you’re on EPYC or Xeon and care about scheduler-driven I/O throughput, or you run TDX and want patchable security without downtime, this one’s worth planning an upgrade around rather than waiting for the next LTS pickup. The 7.3 merge window opened the next day, with Torvalds saying he already had 40 pull requests queued.

Source 1, Surce 2

Editorial Team
Editorial Team

Our editorial team consists of experienced developers, designers, and tech enthusiasts passionate about open source, modern web technologies, and digital innovation.

You Might Also Like

GNOME 51.beta Released.
Software
GNOME 51.beta Released.

GNOME's Release Team put out the beta version of GNOME 51 on August 15, marking the start of the …

Editorial Team · Aug 16, 2026