CyberRota Analysis
AI-GeneratedA vulnerability in the Linux kernel affects the handling of folio states during writeback iterations when an ENOMEM error occurs. This flaw can lead to improper state management, potentially impacting system stability and data integrity. Linux system administrators and developers should prioritize this fix to ensure the reliability of their systems during writeback operations.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: netfs: Fix folio state after ENOMEM whilst under writeback iteration Fix the state of the current folio when ENOMEM occurs during writeback iteration. The folio needs to be redirtied and unlocked before the terminal writeback_iter() is invoked.