Memory Management Hotfixes and Driver Updates
Linus Torvalds merged several critical hotfix branches addressing memory management issues, DMA mapping improvements, PWM driver fixes, and device tree corrections. Key fixes include hugetlb PMD sharing performance regression and memory profiling restoration for non-NUMA configurations.
Duration: PT2M
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-01-21T11:05:46Z
- Audio duration: PT2M
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning, this is Linux Kernel Daily for Tuesday, January 21st, 2026.
Today we're covering 13 commits with no merged pull requests, but several important hotfix merges from Linus Torvalds.
The most significant merge brings memory management hotfixes from Andrew Morton's tree. David Hildenbrand from Red Hat delivered a critical fix for excessive IPI broadcasts when unsharing hugetlb PMD tables. This addresses a severe performance regression affecting fork and munmap operations that was introduced in…
Additional memory fixes include Yosry Ahmed restoring per-memcg proactive reclaim for non-NUMA configurations, and Lorenzo Stoakes correcting page table copying logic for userfaultfd write protection. Breno Leitao resolved a potential deadlock in KFENCE's reboot notifier.
The DMA mapping fixes from Marek Szyprowski include Robin Murphy's improvements to SWIOTLB pool management, avoiding redundant pool allocations and enhancing pool lookup efficiency.
PWM subsystem updates from Uwe Kleine-König address ioctl error handling and add missing structure member initialization in the max7360 driver. The maintainer file now includes Michal Wilczynski as reviewer for Rust PWM drivers.