CVE-2026-64159
CVE-2026-64159 relates to the Linux kernel netfs code. The issue occurs when there is uncommitted data in the pagecache and the on-server EOF is within the folio being released, causing i_size (local) to be larger than remote_i_size (server). The patch fixes zeropoint updates in netfs_release_fol...