Linux Kernel: Merge Window Opens for 7.3, Confidential Computing and Error-Path Hardening Lead the Way
Linus Torvalds pulled nine subsystem trees for the 7.3 merge window, with the clearest cross-cutting themes being deeper confidential-computing support in the DMA mapping layer and a broad, largely AI-assisted sweep of probe and error-path fixes across platform drivers, I2C, and mailbox subsystems.
Duration: PT2M29S
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-08-25T13:19:40Z
- Audio duration: PT2M29S
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 25th, and this is your Linux Kernel briefing as the 7.3 merge window opens.
The standout thread this cycle is confidential computing support landing in the DMA mapping subsystem. Commit 2f43193 pulls in work from Aneesh Kumar K.V. tracking shared DMA state through direct, pool, and swiotlb allocation paths, plus new handling for decrypted memory and CC-shared attributes that touches…
The second theme is defensive programming at scale. Across platform drivers, I2C, and mailbox pulls, the recurring pattern is fixing resource leaks and error unwinding on probe failure. The platform driver merge, commit 5b05bb3, explicitly calls out many rollback and removal path fixes "presumably found by AI." The…
Hardware breadth continues as usual: new Qualcomm PHY and pin control support, Mediatek display and audio additions, and a new Axiado mailbox driver. Worth noting for anyone tracking memory internals: the slab pull, commit 918e252, adds kfree rcu no-lock for use in contexts like BPF programs or NMI handlers, and…
What to remember: if you maintain a driver's probe or removal path, expect scrutiny — this cycle shows that pattern getting fixed everywhere. And if you're…
That'…
Nearby episodes from Linux Kernel
- The Merge Window Hardening Wave
- Weekly Recap - Merge Window Hardening Across Subsystems
- A Merge Window of Race Conditions and Edge Cases
- Merge Window Brings Use-After-Free Fixes Across the Board
- The Merge Window Lands
- The Great String Function Cleanup
- The Great Merge Window Cleanup
- The Great Crypto and Filesystem Consolidation