News › linux

Linux Kernel 7.2-rc7 Prepatch Released: Key Updates in Task Scheduling and USB4STREAM

By Zayden R., August 11, 2026

The Linux 7.2-rc7 prepatch is out, bringing improvements in task scheduling and USB4STREAM support. Engineers should prepare for better performance in cache-aware task placement and enhanced GPU job scheduling.

The Linux kernel development team has released the 7.2-rc7 prepatch, a significant step towards the final 7.2 release expected soon. Linus Torvalds, while noting the release's size, expressed confidence that the full release is on track unless major issues arise. This prepatch matters to engineers because it introduces crucial improvements, particularly in task scheduling and USB4 support.

One of the standout enhancements in this release is a more cache-aware task scheduler. This modification aims to co-locate tasks sharing data within the same Last Level Cache domain, potentially boosting performance in multi-core systems. Additionally, the update introduces a fairer GPU scheduler, which promises better management of GPU jobs. For engineers working with GPU-intensive applications, this could translate to more predictable performance.

The prepatch also includes better memory reclaiming mechanisms, which can lead to substantial performance gains in specific scenarios. Engineers managing systems with high memory demands might notice these improvements. The swapping implementation has also been refined to be more efficient, reducing overhead and improving system responsiveness.

In terms of hardware support, Linux 7.2-rc7 adds support for USB4STREAM. This feature allows data streams to be sent through USB4 cables, enhancing data transfer capabilities. For those working with modern USB4 peripherals, this support is a welcome addition.

Additional technical updates include performance improvements in the Btrfs file system, a new dm-inlinecrypt storage target for inline block device encryption, and optimizations for faster reading of the /proc/filesystems and /proc/interrupts files. These changes collectively enhance system performance and security, making this release a solid improvement over previous iterations.

As LWN reports, Linus Torvalds anticipates the final release of Linux 7.2 next weekend, provided no critical issues emerge. Engineers should prepare to integrate these updates into their systems, focusing on testing and adapting to the new scheduling behaviors and hardware support.

Sources

Practice this on a real machine

The Linux Camp teaches these topics as hands-on labs on real virtual machines, verified as you type.