lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1231968908.3198.17.camel@dhcp-100-19-198.bos.redhat.com> Date: Wed, 14 Jan 2009 16:35:08 -0500 From: Larry Woodman <lwoodman@...hat.com> To: linux-kernel@...r.kernel.org Subject: Question about do_wp_page() and lock_page() Why is it safe for do_wp_page() to call cow_user_page() without locking the old_page first? If a Direct IO read is outstanding on the old_page or its the buffer to the file_read_actor() cant its contents change during the COW fault? Is this not a problem? Larry Woodman -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/