Linux Kernel Daily: Critical Subsystem Fixes and Security Updates

Linus Torvalds merged 10 major fix collections addressing critical issues across VFS, KVM, filesystem corruption, and x86 boot crashes. The updates include memory safety fixes, performance regressions, and security vulnerabilities in core kernel components.

Duration: PT2M12S

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-03-30T10:01:00Z
  • Audio duration: PT2M12S

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 March 30th, 2026.

Today brought significant stability updates with Linus Torvalds merging 10 major fix collections targeting critical subsystems.

The VFS fixes from Christian Brauner address several memory safety issues, including a NULL pointer dereference in netfs unbuffered writes and kernel BUG fixes in iterator handling for 9P filesystems. Notable is the fix for suspend-to-RAM hangs in fuse-overlayfs by introducing a new superblock flag for filesystems…

Paolo Bonzini's KVM fixes tackle shadow paging vulnerabilities where userspace modifications to guest page tables could confuse KVM's memory management. The s390 KVM updates resolve multiple issues in the newly rewritten gmap code affecting nested guest handling.

Ted Ts'o delivered 27 ext4 fixes addressing Syzkaller-reported issues, memory leaks, and corruption handling. Key fixes include preventing crashes during discard operations and resolving race conditions in inode reallocation that could cause deadlocks.

Ingo Molnar's x86 urgent fixes resolve early boot crashes in AMD SEV-SNP guests due to incorrect FSGSBASE initialization ordering. The updates also fix FRED-related boot…

Nearby episodes from Linux Kernel Daily

  1. Weekly Recap - Memory Management and Architecture Fixes
  2. Input Device Driver Updates
  3. Weekly Recap - Critical Subsystem Fixes
  4. Security and Build Fixes
  5. Weekly Recap - Critical Fixes and Hardware Reliability
  6. Hardware Monitoring and GPU Driver Fixes
  7. Weekly Recap - Stability and Bug Fixes
  8. Graphics Driver Fixes and System Stability Updates