The patch titled fix-the-race-between-invalidate_inode_pages-and-do_no_page fix has been added to the -mm tree. Its filename is fix-the-race-between-invalidate_inode_pages-and-do_no_page-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: fix-the-race-between-invalidate_inode_pages-and-do_no_page fix From: Hugh Dickins <hugh@xxxxxxxxxxx> Cc: Nick Piggin <npiggin@xxxxxxx> Cc: Andrea Arcangeli <andrea@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- ipc/shm.c | 1 + 1 file changed, 1 insertion(+) diff -puN ipc/shm.c~fix-the-race-between-invalidate_inode_pages-and-do_no_page-fix ipc/shm.c --- a/ipc/shm.c~fix-the-race-between-invalidate_inode_pages-and-do_no_page-fix +++ a/ipc/shm.c @@ -186,6 +186,7 @@ static struct vm_operations_struct shm_v .set_policy = shmem_set_policy, .get_policy = shmem_get_policy, #endif + .vm_flags = VM_CAN_INVALIDATE, }; static int newseg (key_t key, int shmflg, size_t size) _ Patches currently in -mm which might be from hugh@xxxxxxxxxxx are git-agpgart.patch mm-vm_bug_on.patch mm-tracking-shared-dirty-pages.patch mm-balance-dirty-pages.patch mm-optimize-the-new-mprotect-code-a-bit.patch mm-small-cleanup-of-install_page.patch mm-fixup-do_wp_page.patch mm-msync-cleanup.patch mm-tracking-shared-dirty-pages-wimp.patch mm-remove_mapping-safeness.patch mm-swap-write-failure-fixup.patch mm-swap-write-failure-fixup-fix.patch fix-the-race-between-invalidate_inode_pages-and-do_no_page-fix.patch make-prot_write-imply-prot_read.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html