Linux Kernel Daily: Late-Cycle Fixes Converge Ahead of 7.2
With release candidate 8 approaching, Linus pulled nine fix branches covering graphics, clocks, storage, and core kernel subsystems, most fixing bounds checks, race conditions, and boot regressions rather than adding features. The standout is a graphics scheduler regression that forced a revert just before release.
Duration: PT2M15S
Episode overview
This episode is a short developer briefing from Linux Kernel Daily.
It explains recent repository work in plain language.
- Show: Linux Kernel Daily
- Published: 2026-08-15T06:01:06Z
- Audio duration: PT2M15S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning. It's August 15th, and this is Linux Kernel Daily.
The kernel is deep in release-candidate territory, and today's pulls read like a checklist of late-cycle discipline: no new features, just fixes, reverts, and hardening.
The headline is in graphics. Dave Airlie's DRM pull, commit dac3e89, reveals that the fair scheduler patches merged back at release-candidate 1 caused a regression serious enough to revert to the old default and mark fair scheduling as experimental. That's a reminder that scheduler changes need long soak time — a…
A second theme is bounds-checking and out-of-bounds reads, showing up across completely unrelated subsystems. The DRM log code fixed a divide-by-zero and an infinite loop from bad scale values. The Ceph pull, commit c5890ac, patched multiple out-of-bounds and unsafe decode paths in the libceph network code, all…
A third theme is race conditions and lifecycle bugs. The MMC pull fixed a use-after-free in the Atmel MCI driver during device removal, plus a bounce-buffer unmap ordering issue in sdhci. The VFS pull, commit ad8d485, tightened process ID allocation to reject requests through a dead ancestor namespace, closing a…
Smaller but notable:…
Nearby episodes from Linux Kernel Daily
- The Great Filesystem Consolidation
- Weekly Recap - Late-Cycle Fixes and a Security Patch Across the Stack
- Version 7.2 Ships
- OpenRISC Sigreturn Privilege Escalation Fix
- Race Conditions and Reverts as 7.2 Nears
- SCSI Subsystem Stability Fixes
- A Late-Cycle Test Fix for Uprobes
- Late-Cycle Fixes for Crypto and Regmap