Linux Kernel: Critical Filesystem and RCU Fixes

Linus Torvalds merged two important fix sets for kernel 7.1 RC5, addressing a kernel crash in the EROFS filesystem and a workqueue lockup regression in the RCU subsystem.

Duration: PT1M46S

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-21T10:03:18Z
  • Audio duration: PT1M46S

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 Friday, May 21st, 2026.

Linus Torvalds committed two merge operations yesterday, both focusing on critical bug fixes for kernel 7.1 release candidate 5.

The first merge brings EROFS filesystem fixes from Gao Xiang's tree. These patches resolve two significant issues: a kernel crash related to unaligned zstd extents in the managed cache system, and a memory leak in the metabuf reference handling during shared extended attribute initialization. The fixes modify the…

The second merge addresses a regression in the RCU subsystem, specifically in SRCU functionality. Boqun Feng's team fixed a problem introduced in commit 61bbcfb50514 where SRCU was queuing work callbacks on CPUs marked as "possible" but never actually brought online. This created a situation where work would…

Both of these issues represent the type of critical stability fixes typically seen in release candidate phases, addressing real-world crashes and system lockups that could affect production deployments.

What's next: With RC5 fixes now merged, expect the development focus to remain on stability as we approach the 7.1 final release. Additional subsystem maintainers…

Nearby episodes from Linux Kernel

  1. Critical Security and Memory Management Fixes
  2. Critical Filesystem and Device Mapper Fixes
  3. Weekly Recap - Stability & Hardware Support
  4. Graphics Drivers and Platform Fixes
  5. Storage and Memory Subsystem Fixes
  6. VFS Fixes and Performance Tool Updates
  7. Critical Security and Stability Fixes in RC4
  8. Graphics and Core System Fixes