Linux Kernel Daily: Version 7.2 Ships

Linux 7.2 officially landed today, capping a release cycle defined by last-minute fixes across scheduling, timers, perf, and a reverted i2c change that broke Thinkpad touchpads. The pattern across today's commits is late-cycle stabilization: narrow, targeted fixes merged just before the tag rather than new feature work.

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-17T06:01:00Z
  • 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 day, it's August 17th, 2026, and this is Linux Kernel Daily.

The headline: Linux 7.2 is out, tagged directly by Linus Torvalds. Everything else in today's activity is the cleanup that led up to it.

The dominant theme is release-gate triage. Borislav Petkov funneled in a string of urgent pulls covering timers, scheduling, perf, and core kernel behavior. On timers, a workaround landed for a broken virtual timer on Raspberry Pi 5 hardware, falling back to the physical timer instead. On scheduling, a fix ensures…

Second theme: correctness fixes that touch security and data handling. The block tree brought in a fix for DRBD leaking shared secrets over netlink dumps to unprivileged users — a real information disclosure closed right before release. Io-uring got a fix rejecting overflowing byte counts in registered buffer…

Worth calling out on its own: Torvalds directly reverted an i2c designware change that deferred probing for child GPIO interrupt controllers. It broke touchpads on some Thinkpads, and since the fix hadn't reached his tree yet, he reverted it himself to protect the release. A reminder that even well-intentioned…

Separately, Charlie-cy Wu fixed a recursive mutex…

Nearby episodes from Linux Kernel Daily

  1. The Great String Function Cleanup
  2. Merge Window Cleanup Wave
  3. The Great Filesystem Consolidation
  4. Weekly Recap - Late-Cycle Fixes and a Security Patch Across the Stack
  5. OpenRISC Sigreturn Privilege Escalation Fix
  6. Late-Cycle Fixes Converge Ahead of 7.2
  7. Race Conditions and Reverts as 7.2 Nears
  8. SCSI Subsystem Stability Fixes