Linux Kernel: Critical Filesystem and Device Mapper Fixes
Linus Torvalds merged four critical fixes for kernel version 7.1, addressing crashes in the HPFS filesystem, device mapper VDO subsystem, and a memory leak in bootconfig tools.
Duration: PT2M
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-05-26T10:02:11Z
- 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 your Linux Kernel briefing for May 26th, 2026.
Today's activity focused entirely on critical bug fixes as the kernel approaches the 7.1 release. Linus Torvalds merged three separate fix tags addressing stability issues across multiple subsystems.
The most significant fix addresses a crash vulnerability in the HPFS filesystem when handling corrupted filesystems. Mikulas Patocka's patch prevents the kernel from calling hpfs_brelse4 on uninitialized quad buffer heads when hpfs_map_dnode_bitmap fails. This bug was reported by Farhad Alemi from Berkeley and has…
The device mapper subsystem received a fix for the dm-vdo component, where GFP_NOWAIT allocation failures were causing crashes. The solution changes the allocation strategy to use GFP_NOIO for blkdev_issue_zeroout operations during the format path, ensuring more reliable memory allocation behavior.
Finally, the bootconfig tooling received a memory management fix from Masami Hiramatsu's team, addressing buffer leaks in the apply_xbc function. This prevents memory waste during boot configuration processing.
All fixes required minimal code changes - single-line modifications in most cases - but address…
Nearby episodes from Linux Kernel
- Cache Policy Race Condition and Minor Subsystem Updates
- Security and Buffer Safety Focus
- Weekly Recap - Security and Driver Stability Focus
- Critical Security and Memory Management Fixes
- Weekly Recap - Stability & Hardware Support
- Graphics Drivers and Platform Fixes
- Critical Filesystem and RCU Fixes
- Storage and Memory Subsystem Fixes