← All stories
● Covered by 1 source · 1 reportMedium impact1 neutral

Linux kernel 7.2 released with cache-aware scheduling and AI-assisted fixes

🔄 Updated 2h ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • Linux kernel 7.2 released by Linus Torvalds.
  • Introduces Cache Aware Scheduling to optimize CPU cache usage.
  • Includes fixes for AI-discovered security vulnerabilities.
  • Improvements benefit complex CPU-cache layouts and storage-intensive workloads.

Linux Kernel 7.2 Release

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.

Cache-Aware Scheduling

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.

AI in Development and Fixes

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 →

The daily brief

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.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~15 min · 13 stories · Aug 17

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Primary sources

GitHub uuidjs/uuid

Reporting from

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.