2 matches found
EUVD-2026-45841
In the Linux kernel, the following vulnerability has been resolved: netfs, afs: Fix write skipping in dir/link writepages Fix netfswritesingle and afssinglewritepages to better handle a write that would be skipped due to lock contention and WBSYNCNONE by returning 1 from netfswritesingle if it...
CVE-2026-64156
In the Linux kernel, CVE-2026-64156 concerns netfs and AFS writepath handling. The fix adjusts netfs_write_single() to return 1 when a write is skipped due to lock contention and WB_SYNC_NONE, and updates afs_single_writepages() to skip as well. If a skip occurs, the inode must be re-marked since...