Linux Kernel Daily: The Merge Window Hardens Against Malformed Input

Today's activity was entirely merge traffic into the 7.2 release candidate, and the dominant thread across ceph, ksmbd, iommu, and arm64 is defensive hardening against malformed data, out-of-bounds access, and stale state. No single change dominates; instead, the release is being sanded down on many fronts before it ships.

Duration: PT2M19S

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-07-25T06:00:59Z
  • Audio duration: PT2M19S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

It's July 25th, 2026, and this is Linux Kernel Daily.

Sixteen commits landed, every one of them a merge into the mainline tree, and the throughline is defense: validating input before it reaches sensitive code paths. This is late-cycle bug fixing, not new feature work.

The clearest example is ksmbd, the SMB server, which picked up eight fixes in commit 8e371ef. Several close the same class of hole: undersized SMB2 requests, oversized ACE entries, and DACL parsing that could overflow are now checked before they reach normal request processing. That's the same pattern showing up in…

The IOMMU and arm64 pulls tell a related story, but about internal state rather than network input. Will Deacon's IOMMU fixes, commit a93212b, fix an out-of-bounds memset in the Intel PMU driver and a command-line parsing overflow in AMD's ACPI HID map, plus a real logic bug: AMD's completion wait was returning…

Two smaller items worth flagging: the slab allocator fix in 86ba24c closes a real production issue — a 125-deep recursion in the free path was causing stack overflows on Meta's hosts under memory allocation profiling. And io_uring's zero-copy receive feature got an API rename before its 7.2 debut,…

Wh…

Nearby episodes from Linux Kernel Daily

  1. The Rc5 Cleanup Wave
  2. Late-Cycle Fixes Converge on Stability
  3. KVM Fixes Take Center Stage
  4. Memory Management Hotfixes Land
  5. Weekly Recap - Late-Cycle Fixes Across Storage, Graphics, and Security
  6. The RC4 Cleanup Sweep
  7. Late-Cycle Fixes Converge on Resource Leaks and Error Handling
  8. Display Fixes and a Hidden Security Cleanup