Linux Kernel: RC2 Cleanup Wave

Release candidate 2 landed as a broad stability sweep, pulling in fixes across sound, SPI, perf, interrupts, x86, and locking subsystems. The common thread is defensive cleanup work—resource leaks, use-after-free bugs, and edge-case handling—rather than new features.

Duration: PT2M22S

Episode overview

This episode is a short developer briefing from Linux Kernel.

It explains recent repository work in plain language.

  • Show: Linux Kernel
  • Published: 2026-07-06T13:11:57Z
  • Audio duration: PT2M22S

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 July 6th, 2026, and this is your Linux Kernel briefing.

Linux 7.2 rc2 is out, and the story this cycle is cleanup: a wave of fixes closing resource leaks and race conditions across nearly every corner of the tree.

Start with lifecycle bugs. In sound, commit 216a8b2 fixes a use-after-free on device disconnect in the us144mkii driver, plus an anchor list corruption from a redundant U-S-B resubmission. Over in interrupts, commit 610533c fixes an OF node reference leak in the ARM G-I-C-v3 I-T-S driver, a file node leak in the…

Second theme: concurrency and suspend-resume correctness. The SPI pull in commit 9c9330c adds a core fix to properly abort an active target-mode transfer when the system suspends—previously that could leave a transfer hanging. The sound pull also fixes a clock leak and double-disable bug in the rsnd driver tied to…

Third, security-adjacent hardening. Perf events in commit c10dc5c fixes uprobe CALL emulation so it stays in sync with shadow stacks, with a new selftest added specifically for that interaction. The x86 pull in commit f105f36 prevents an out-of-bounds access in resctrl when offlining CPUs under Intel Sub-NUMA…

What's next: this is a normal…

Nearby episodes from Linux Kernel

  1. Weekly Recap - Post-Merge Window Fixes Across the Stack
  2. Two Architecture Fix Pulls Land
  3. Merge Window Cleanup Hits Use-After-Free Bugs Across the Stack
  4. Breaking Up the Device ID Header Monolith
  5. Low-Level Architecture Overhaul
  6. Weekly Recap - Timer Infrastructure Modernization
  7. Late-Cycle Maintainer Transition and Hardware Fixes
  8. Memory Safety and Resource Management Fixes