Linux Kernel Daily: NFS Security and Memory Management Fixes
Linus Torvalds merged three critical fix sets addressing NFS security vulnerabilities, memory management regressions, and a KUnit use-after-free bug. The updates include bounds checking improvements and stable fixes for lockd procedures.
Duration: PT1M52S
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-05-27T10:01:48Z
- Audio duration: PT1M52S
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 May 27th, 2026.
Today we saw three significant merge commits from Linus Torvalds addressing critical fixes across multiple subsystems.
First, Torvalds merged NFS daemon fixes from Chuck Lever's tree, targeting both regressions and stable issues. The update tightens bounds checking for sunrpc cache hash tables to prevent out-of-bounds reads, removes sensitive key material from ftrace logs, and fixes lockd's implementation of the NLM TEST procedure…
The second merge pulled thirteen hotfixes from Andrew Morton's memory management tree. Nine of these target the MM subsystem, with nine marked for stable backporting. Notable changes include reverting a problematic page pool implementation, fixing a vmalloc BUG trigger in bottom-half disabled contexts, and…
Finally, Torvalds merged a KUnit fix from Shuah Khan addressing a serious use-after-free vulnerability in debugfs when using kunit.filter. The bug caused fatal hardware exceptions on CHERI RISC-V architectures and silent memory corruption on others. The fix couples filtered suite memory allocation lifetime to the…
What's next: These fixes should stabilize NFS operations and resolve the memory…
Nearby episodes from Linux Kernel Daily
- Weekly Recap - Security and Stability Focus
- Security and Stability Fixes
- Critical Networking and Security Fixes
- Critical Network and KVM Security Fixes
- Critical Filesystem and Memory Fixes
- Weekly Recap - Stability Fixes and Hardware Support
- Critical EROFS and RCU Fixes
- Critical Filesystem and Driver Fixes