The patch titled Subject: mm-fix-mprotect-behaviour-on-vm_locked-vmas-fix has been removed from the -mm tree. Its filename was mm-fix-mprotect-behaviour-on-vm_locked-vmas-fix.patch This patch was dropped because it was folded into mm-fix-mprotect-behaviour-on-vm_locked-vmas.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-fix-mprotect-behaviour-on-vm_locked-vmas-fix tweak comment text Cc: Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/mprotect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/mprotect.c~mm-fix-mprotect-behaviour-on-vm_locked-vmas-fix mm/mprotect.c --- a/mm/mprotect.c~mm-fix-mprotect-behaviour-on-vm_locked-vmas-fix +++ a/mm/mprotect.c @@ -325,7 +325,7 @@ success: dirty_accountable, 0); /* - * Private VM_LOCKED VMA become writable: trigger COW to avoid major + * Private VM_LOCKED VMA becoming writable: trigger COW to avoid major * fault on access. */ if ((oldflags & (VM_WRITE | VM_SHARED | VM_LOCKED)) == VM_LOCKED && _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch ocfs2-reduce-object-size-of-mlog-uses.patch ocfs2-remove-__mlog_cpu_guess.patch ocfs2-fix-null-pointer-dereference-in-function-ocfs2_abort_trigger.patch mm-slab_common-support-the-slub_debug-boot-option-on-specific-object-size.patch mm-fix-mprotect-behaviour-on-vm_locked-vmas.patch mm-new-mm-hook-framework.patch mm-memory-failure-introduce-get_hwpoison_page-for-consistent-refcount-handling-fix.patch rmap-fix-theoretical-race-between-do_wp_page-and-shrink_active_list-fix.patch rmap-fix-theoretical-race-between-do_wp_page-and-shrink_active_list-fix-fix.patch hugetlb-do-not-account-hugetlb-pages-as-nr_file_pages-fix.patch mm-do-not-ignore-mapping_gfp_mask-in-page-cache-allocation-paths-checkpatch-fixes.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