The patch titled Subject: mm-add-vm_insert_pages-fix has been removed from the -mm tree. Its filename was mm-add-vm_insert_pages-fix.patch This patch was dropped because it was folded into mm-add-vm_insert_pages.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-add-vm_insert_pages-fix pte_alloc() no longer takes the `addr' argument Cc: Arjun Roy <arjunroy@xxxxxxxxxx> Cc: Eric Dumazet <edumazet@xxxxxxxxxx> Cc: Soheil Hassas Yeganeh <soheil@xxxxxxxxxx> Cc: David Miller <davem@xxxxxxxxxxxxx> Cc: Matthew Wilcox <willy@xxxxxxxxxxxxx> Cc: Arjun Roy <arjunroy.kdev@xxxxxxxxx> Cc: Jason Gunthorpe <jgg@xxxxxxxx> Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/memory.c~mm-add-vm_insert_pages-fix +++ a/mm/memory.c @@ -1533,7 +1533,7 @@ more: /* Allocate the PTE if necessary; takes PMD lock once only. */ ret = -ENOMEM; - if (pte_alloc(mm, pmd, addr)) + if (pte_alloc(mm, pmd)) goto out; pte_lock = pte_lockptr(mm, pmd); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-cma-numa-node-interface-fix.patch mm-add-vm_insert_pages.patch net-zerocopy-use-vm_insert_pages-for-tcp-rcv-zerocopy-fix.patch seq_read-info-message-about-buggy-next-functions-fix.patch