# Linux 7.2 Arrives With Cache Aware Scheduling After More Than a Year of Work

> Source: <https://feed.itsfoss.com/link/24361/17420586/linux-kernel-7-2-release>
> Published: 2026-08-17 05:08:16+00:00

The newest point release for Linux is here a few months after [the last one](https://itsfoss.com/news/linux-kernel-7-1-release/), and the time in-between was not spent idly. Scheduler work that took over a year finally came together, several pieces of hardware got proper support, and a series of 2023 MacBooks can finally boot Linux.

During all this, Linus Torvalds' transition from treating AI as noise for years to slowly warming up to it has been something of [a wildcard entry](https://itsfoss.com/news/linus-torvalds-on-ai/).

Anyhow, let's see what this point release has to offer.

## What's new in this release?

AMD's platform driver changes lean heavily on [Zen 6](https://en.wikipedia.org/wiki/Zen_6?ref=itsfoss.com) prep. The Hardware Feedback Interface ([HFI](https://docs.kernel.org/arch/x86/amd-hfi.html?ref=itsfoss.com)) driver adds v3 ranking table support for dynamic core rankings, and the power management controller driver adds support for Family 1Ah Model 80H SoCs (*a Zen 6-focused change, basically*).

What Ubuntu's OEM kernel had been carrying out of tree is now in. The long-awaited [AMD ISP4 driver](https://docs.kernel.org/admin-guide/media/amdisp4-1.html?ref=itsfoss.com) completes webcam support for the HP ZBook Ultra G1a and other upcoming Ryzen laptops.

Similarly, AMDGPU has gained initial [HDMI 2.1 Fixed Rate Link](https://lore.kernel.org/dri-devel/20260604013527.2373534-1-alexander.deucher@amd.com/?ref=itsfoss.com) support (FRL), [years after](https://www.phoronix.com/news/HDMI-2.1-OSS-Rejected?ref=itsfoss.com) the [HDMI Forum](https://hdmiforum.org/?ref=itsfoss.com) blocked the feature from the open source driver.

For Intel, most of this round's [EDAC](https://en.wikipedia.org/wiki/Error_detection_and_correction?ref=itsfoss.com) work targets next-gen Xeon Diamond Rapids chips, adding sub-memory channel awareness and Rank Retry Logic to preserve data integrity during memory errors. Nova Lake H and Panther Lake H gain in-band ECC error reporting through the [IGEN6](https://github.com/torvalds/linux/blob/master/drivers/edac/igen6_edac.c?ref=itsfoss.com) driver.

Linux 7.2 also continues clearing out old i486 chunks that [started disappearing in 7.1](https://itsfoss.com/news/linux-kernel-i486-cpu-support-removal/) and makes TSC and CX8 support unconditional on x86. TDX modules can now update at runtime, similar to CPU microcode, so security fixes no longer force a full reboot on [TDX](https://www.intel.com/content/www/us/en/developer/tools/trust-domain-extensions/overview.html?ref=itsfoss.com)-enabled systems.

Another highlight of this kernel release has been **Cache Aware Scheduling**, which [was merged](https://www.phoronix.com/news/Linux-7.2-Scheduler?ref=itsfoss.com) after more than a year of work, landing behind the `CONFIG_SCHED_CACHE`

option.

Without cache awareness, the scheduler can end up scattering related tasks across zones on chips with multiple [last-level caches](https://cvw.cac.cornell.edu/clusterarch/memory-cache-interconnects/last-level-cache?ref=itsfoss.com) (LLCs). This feature groups those tasks onto cores within the same LLC instead.

Laptop support also sees some improvements that include new ASUS ROG Strix G16 2025, Zephyrus G14 2023/2025, and TUF Gaming F16 support. Lenovo laptops gain more configurable attributes along with WMI battery charge limiting, and Microsoft's Surface Pro 12-inch gets platform driver support.

A few **smaller changes** round things out:

- Nouveau adds support for the NVIDIA GA100 compute accelerator
[via GSP](https://lore.kernel.org/dri-devel/ef65f43c-becf-473c-a5cc-203fdfecd491@linux.intel.com/?ref=itsfoss.com). - Btrfs large folio support
[left experimental status](https://www.phoronix.com/news/Linux-7.2-Btrfs?ref=itsfoss.com)and is now on by default, and huge folios up to 2M arrive as a new experimental option. - RISC-V builds now enable the
[ESWIN SoC](https://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git/commit/?h=for-next&id=dea5db8c5775704f24519d130482d9ceaf66c441&ref=itsfoss.com)by default, letting them boot on SiFive's[HiFive Premier P550](https://www.sifive.com/boards/hifive-premier-p550?ref=itsfoss.com). - Networking brings more
[Wi-Fi Aware](https://developer.apple.com/documentation/WiFiAware?ref=itsfoss.com)and WiFi 8/UHR groundwork, plus 10Gbit and[EEE](https://en.wikipedia.org/wiki/Energy-Efficient_Ethernet?ref=itsfoss.com)support in the Realtek R8152 driver. [Apple M3](https://www.apple.com/newsroom/2023/10/apple-unveils-m3-m3-pro-and-m3-max-the-most-advanced-chips-for-a-personal-computer/?ref=itsfoss.com)MacBooks can boot the mainline kernel for the first time, though only to a serial console so far. The[Asahi Linux](https://asahilinux.org/?ref=itsfoss.com)devs worked hard to deliver this.- A new
[USB4STREAM protocol](https://itsfoss.com/news/linux-usb4stream-protocol/)that lets two machines move data directly over a USB4 or Thunderbolt cable.

Announcing [the release](https://lore.kernel.org/lkml/CAHk-=wjk5StpAmUKHacj=GPKwA88y_YRHK=i_YAJFgmxn1=k4w@mail.gmail.com/?ref=itsfoss.com), Linus Torvalds said that:

Well, this last week of the release was - once again - bigger than I would have wished for, but hey, with the whole "new normal" thing, if I delayed releases for that reason we'd probably never have a release at all.

There are a number of fairly late reverts - the drm scheduling reverts stand out, but there's a few other ones in here too. It may not be pretty, but it's the correct way to deal with "oh, that code wasn't ready and caused problems". People will be trying that again later.

## Is it for you?

It's good to get excited about a new kernel release, but [compiling the kernel](https://itsfoss.com/compile-linux-kernel/) or installing a new one is usually considered for intermediate to expert levels of skill. If this release fills some gap you faced with earlier kernels, then you should definitely go for it.

But not without knowing the risks. Our guide for [installing the latest Linux kernel on Ubuntu](https://itsfoss.com/upgrade-linux-kernel-ubuntu/) clearly spells out the pitfalls.

Enjoyed this update? Support independent Linux news coverage

It's FOSS has been helping people use Linux for the past 14 years. Help us stay independent from big tech. Become a Plus member, enjoy ad-free reading and get 5 eBooks.
