Linus Torvalds announced the release of Linux kernel 7.2. This release incorporates several updates, including a significant change to scheduling and numerous fixes, many of which were identified through the use of AI tools.
A key addition in kernel 7.2 is Cache Aware Scheduling. This new program aggregates tasks sharing data to the same LLC cache domain, which reduces cache bouncing and cache misses. The previous scheduler balanced load across CPU cores without considering shared memory, leading to inefficiencies as threads on different cores would repeatedly fetch the same data. This update aims to improve data access efficiency, particularly for systems with complex CPU-cache layouts, newer graphics and mobile hardware, and storage-intensive workloads.
Users will likely see these features in fall Linux distributions, such as Ubuntu 26.10.
The kernel 7.2 release also includes many fixes attributed to AI tools. These AI-assisted changes are primarily patches for security vulnerabilities discovered by AI, rather than new features written by AI. Torvalds noted that while AI tools are useful for identifying bugs, the process of handling AI-detected bugs should be streamlined to avoid unnecessary work.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
Linus Torvalds announced the release of Linux kernel 7.2, which includes a new cache-aware scheduling program and numerous fixes identified with the help of AI tools. The cache-aware scheduling feature improves data access efficiency by reducing cache bouncing, while AI tools primarily assisted in discovering and patching security vulnerabilities.