Linux Kernel Daily: Critical EROFS and RCU Fixes

Linus Torvalds merged two important fix sets for kernel 7.1 RC5, addressing EROFS filesystem crashes and RCU workqueue lockups on never-online CPUs.

Duration: PT1M34S

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-21T10:01:59Z
  • Audio duration: PT1M34S

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

Linus Torvalds has merged two critical fix sets targeting kernel 7.1 RC5 stability issues.

First, EROFS filesystem fixes from Gao Xiang address two significant problems. The merge resolves a kernel crash related to unaligned zstd extents in the managed cache system, along with a metabuf reference leak during shared xattr initialization. These fixes modify the xattr and zdata handling code to prevent…

Second, RCU fixes from Boqun Feng tackle a regression introduced in the SRCU node allocation changes. The issue caused SRCU to queue work callbacks on CPUs that are marked as "possible" but have never actually been online. When these callbacks accumulate without execution, they trigger workqueue lockups. The fix…

Both merges target core kernel stability, with the EROFS fixes preventing filesystem-level crashes and the RCU fixes addressing potential system lockups in CPU scheduling scenarios.

What's next: Additional RC5 fixes are likely as maintainers continue testing the current release candidate. The RCU regression fix may prompt further review of recent SRCU allocation changes.

Nearby episodes from Linux Kernel Daily

  1. Critical Network and KVM Security Fixes
  2. NFS Security and Memory Management Fixes
  3. Critical Filesystem and Memory Fixes
  4. Weekly Recap - Stability Fixes and Hardware Support
  5. Critical Filesystem and Driver Fixes
  6. VFS Fixes and Perf Tools Update
  7. Weekly Recap - Major Subsystem Fixes and Stability
  8. Graphics Drivers and IOMMU Fixes