The patch titled Subject: mm-treewide-remove-unused-address-argument-from-pte_alloc-functions-v2-fix has been removed from the -mm tree. Its filename was mm-treewide-remove-unused-address-argument-from-pte_alloc-functions-v2-fix.patch This patch was dropped because it was folded into mm-memcg-fix-reclaim-deadlock-with-writeback.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-treewide-remove-unused-address-argument-from-pte_alloc-functions-v2-fix fix mm/memory.c:__do_fault() Cc: "Joel Fernandes (Google)" <joel@xxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- --- a/mm/memory.c~mm-treewide-remove-unused-address-argument-from-pte_alloc-functions-v2-fix +++ a/mm/memory.c @@ -3010,7 +3010,7 @@ static vm_fault_t __do_fault(struct vm_f * # flush A, B to clear the writeback */ if (pmd_none(*vmf->pmd) && !vmf->prealloc_pte) { - vmf->prealloc_pte = pte_alloc_one(vmf->vma->vm_mm, vmf->address); + vmf->prealloc_pte = pte_alloc_one(vmf->vma->vm_mm); if (!vmf->prealloc_pte) return VM_FAULT_OOM; smp_wmb(); /* See comment in __pte_alloc() */ _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-memcg-fix-reclaim-deadlock-with-writeback.patch memory_hotplug-free-pages-as-higher-order-fix.patch memory_hotplug-free-pages-as-higher-order-fix-fix.patch mm-convert-pg_balloon-to-pg_offline-fix.patch proc-fix-proc-net-after-setns2-checkpatch-fixes.patch proc-fix-proc-net-after-setns2-checkpatch-fixes-fix.patch ocfs2-clear-zero-in-unaligned-direct-io-checkpatch-fixes.patch mm.patch mm-reuse-only-pte-mapped-ksm-page-in-do_wp_page-fix.patch mm-mmu_notifier-contextual-information-for-event-triggering-invalidation-v2-fix-fix.patch filemap-kill-page_cache_read-usage-in-filemap_fault-fix.patch filemap-drop-the-mmap_sem-for-all-blocking-operations-checkpatch-fixes.patch ipc-allow-boot-time-extension-of-ipcmni-from-32k-to-8m-checkpatch-fixes.patch scripts-atomic-check-atomicssh-dont-assume-that-scripts-are-executable.patch kernel-forkc-export-kernel_thread-to-modules.patch slab-leaks3-default-y.patch