Linux Kernel: Critical Security and Memory Management Fixes

Linux kernel maintainers merged three critical fix sets addressing NFS daemon security vulnerabilities, memory management regressions, and a KUnit testing framework use-after-free bug. The updates include patches for stable releases and post-7.1 issues.

Duration: PT2M6S

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-27T10:03:11Z
  • Audio duration: PT2M6S

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 development briefing for May 27th, 2026.

Linus Torvalds committed three significant merge operations yesterday, focusing on critical fixes and regressions.

The first merge brings NFS daemon security fixes from Chuck Lever's tree. This addresses two regressions: tightened bounds checking for sunrpc cache hash tables and removal of key material from ftrace logs to prevent sensitive data exposure. The update also includes a stable fix for lockd's NLM TEST procedure…

The second merge pulls thirteen hotfixes from Andrew Morton's memory management tree. Nine patches target MM subsystem issues, with nine marked for stable backporting. Notable changes include reverting problematic page pool implementations, fixing a page table leak in device migration, validating exit signals in…

The third merge addresses a critical use-after-free vulnerability in KUnit's debugfs implementation. The bug occurred when using kunit.filter as the executor freed dynamically allocated resources after boot-time tests. This caused fatal hardware exceptions on CHERI RISC-V architectures and silent memory corruption…

What's next: These fixes target both current stable releases…

Nearby episodes from Linux Kernel

  1. Memory Management and Firmware Stability Fixes
  2. Cache Policy Race Condition and Minor Subsystem Updates
  3. Security and Buffer Safety Focus
  4. Weekly Recap - Security and Driver Stability Focus
  5. Critical Filesystem and Device Mapper Fixes
  6. Weekly Recap - Stability & Hardware Support
  7. Graphics Drivers and Platform Fixes
  8. Critical Filesystem and RCU Fixes