The patch titled Subject: mm-drop-unneeded-vm_ops-checks-v2-fix has been removed from the -mm tree. Its filename was mm-fix-vma_is_anonymous-false-positives-v2-fix.patch This patch was dropped because it was folded into mm-fix-vma_is_anonymous-false-positives.patch ------------------------------------------------------ From: "Kirill A. Shutemov" <kirill.shutemov@xxxxxxxxxxxxxxx> Subject: mm-drop-unneeded-vm_ops-checks-v2-fix fix splat reported by Marcel Link: http://lkml.kernel.org/r/20180716142049.ioa2irsd2d7sphn4@xxxxxxxxxxxxxxxxxx Reported-by: Marcel Ziswiler <marcel.ziswiler@xxxxxxxxxxx> Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/arm/kernel/process.c | 1 + 1 file changed, 1 insertion(+) diff -puN arch/arm/kernel/process.c~mm-fix-vma_is_anonymous-false-positives-v2-fix arch/arm/kernel/process.c --- a/arch/arm/kernel/process.c~mm-fix-vma_is_anonymous-false-positives-v2-fix +++ a/arch/arm/kernel/process.c @@ -334,6 +334,7 @@ static struct vm_area_struct gate_vma = .vm_start = 0xffff0000, .vm_end = 0xffff0000 + PAGE_SIZE, .vm_flags = VM_READ | VM_EXEC | VM_MAYREAD | VM_MAYEXEC, + .vm_ops = &dummy_vm_ops, }; static int __init gate_vma_init(void) _ Patches currently in -mm which might be from kirill.shutemov@xxxxxxxxxxxxxxx are mm-fix-vma_is_anonymous-false-positives.patch mm-page_ext-drop-definition-of-unused-page_ext_debug_poison.patch mm-page_ext-constify-lookup_page_ext-argument.patch mm-drop-unneeded-vm_ops-checks-v2.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