The tag 'rcu context' on WindowsForum.com covers Linux kernel topics related to RCU (Read-Copy-Update) protected contexts, particularly in the EROFS file system. Discussions include patches addressing CVE-2023-53231, which fixes a bug where decompression operations could incorrectly run in an atomic or RCU context, leading to kernel instability. The content explains how the kernel detects RCU context and ensures safe handoff to asynchronous workers to prevent illegal synchronous operations while non-sleepable locks are held. This tag is relevant for developers and system administrators working with Linux kernel internals, file systems, and concurrency mechanisms.
-
The Linux kernel patch addressing CVE-2023-53231 changes a small piece of EROFS (the Enhanced Read‑Only File System) code—yet it fixes a subtle correctness bug that, in the worst case, can lead to kernel instability and availability loss when decompression work is performed in the wrong context...