CVE-2026-72363: netfs: Fix folio state after ENOMEM whilst under writeback iteration
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 writebackiter() is invoked.