The patch titled Subject: mm: thp: fix a double unlock bug has been removed from the -mm tree. Its filename was mm-thp-refactor-numa-fault-handling-fix.patch This patch was dropped because it was folded into mm-thp-refactor-numa-fault-handling.patch ------------------------------------------------------ From: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Subject: mm: thp: fix a double unlock bug We're supposed to be holding the "vmf->ptl" spin_lock when we goto out_map. The lock is dropped after if finishes cleaning up. Link: https://lkml.kernel.org/r/YLX8uYN01JmfLnlK@mwanda Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Acked-by: Mel Gorman <mgorman@xxxxxxx> Acked-by: Yang Shi <shy828301@xxxxxxxxx> Cc: Christian Borntraeger <borntraeger@xxxxxxxxxx> Cc: Gerald Schaefer <gerald.schaefer@xxxxxxxxxxxxx> Cc: Heiko Carstens <hca@xxxxxxxxxxxxx> Cc: Huang Ying <ying.huang@xxxxxxxxx> Cc: Hugh Dickins <hughd@xxxxxxxxxx> Cc: Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxx> Cc: Vasily Gorbik <gor@xxxxxxxxxxxxx> Cc: Zi Yan <ziy@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/huge_memory.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) --- a/mm/huge_memory.c~mm-thp-refactor-numa-fault-handling-fix +++ a/mm/huge_memory.c @@ -1467,10 +1467,8 @@ vm_fault_t do_huge_pmd_numa_page(struct pmd = pmd_modify(oldpmd, vma->vm_page_prot); page = vm_normal_page_pmd(vma, haddr, pmd); - if (!page) { - spin_unlock(vmf->ptl); + if (!page) goto out_map; - } /* See similar comment in do_numa_page for explanation */ if (!was_writable) _ Patches currently in -mm which might be from dan.carpenter@xxxxxxxxxx are ocfs2-fix-snprintf-checking.patch mm-thp-refactor-numa-fault-handling.patch mm-device-exclusive-memory-access-fix.patch