First published: Mon Feb 22 2010(Updated: )
Description of problem: The VM/VFS does not allow mapping->a_ops->invalidatepage() to fail. Unfortunately, nfs_wb_page_cancel() may fail if a fatal signal occurs. Since the NFS code assumes that the page stays mapped for as long as the writeback is active, we can end up Oopsing (among other things). The only safe fix here is to convert nfs_wait_on_request(), so as to make it uninterruptible (as is already the case with wait_on_page_writeback()). Upstream commit: <a href="http://git.kernel.org/linus/9f557cd8073104b39528794d44e129331ded649f">http://git.kernel.org/linus/9f557cd8073104b39528794d44e129331ded649f</a>
Credit: cve@mitre.org cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Linux kernel | =2.6.33-rc1 | |
Linux Linux kernel | =2.6.33-rc2 | |
Linux Linux kernel | =2.6.33-rc3 | |
Linux Linux kernel | =2.6.33-rc4 | |
Linux Linux kernel | =2.6.33-rc5 | |
Linux Linux kernel | >=2.6.0<2.6.33 | |
Debian Debian Linux | =5.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.