Linux · Linux Kernel · CVE-2022-49327
**Name of the Vulnerable Software and Affected Versions**
Linux kernel (affected versions not specified)
**Description**
A journal no-space deadlock issue was found in the Linux kernel, specifically in the bcache module. This deadlock can occur when all journal buckets are fully filled by active jset with heavy write I/O load during cache set registration after a reboot. The issue arises when a journaled bkey is inserted into a btree node, resulting in a btree node split, and a new journal request is triggered, but there is no space in the journal buckets. To resolve this issue, a patch was applied to reserve 1 journal bucket in runtime, allowing only the reserved journal bucket to be used during cache set registration procedures like journal replay. This ensures that the journal space will never be fully filled, preventing the journal no-space deadlock.
**Recommendations**
At the moment, there is no information about a newer version that contains a fix for this vulnerability.