The patch titled Subject: hugetlb-simplify-hugetlb-handling-in-follow_page_mask-v5 has been added to the -mm mm-unstable branch. Its filename is hugetlb-simplify-hugetlb-handling-in-follow_page_mask-v5.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/hugetlb-simplify-hugetlb-handling-in-follow_page_mask-v5.patch This patch will later appear in the mm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Mike Kravetz <mike.kravetz@xxxxxxxxxx> Subject: hugetlb-simplify-hugetlb-handling-in-follow_page_mask-v5 Date: Sun, 30 Oct 2022 15:58:25 -0700 remove left over hugetlb_vma_unlock_read() Link: https://lkml.kernel.org/r/20221030225825.40872-1-mike.kravetz@xxxxxxxxxx Suggested-by: David Hildenbrand <david@xxxxxxxxxx> Signed-off-by: Mike Kravetz <mike.kravetz@xxxxxxxxxx> Cc: Aneesh Kumar K.V <aneesh.kumar@xxxxxxxxxxxxx> Cc: Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx> Cc: Christophe Leroy <christophe.leroy@xxxxxxxxxx> Cc: Michael Ellerman <mpe@xxxxxxxxxxxxxx> Cc: Muchun Song <songmuchun@xxxxxxxxxxxxx> Cc: Naoya Horiguchi <naoya.horiguchi@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/hugetlb.c | 1 - 1 file changed, 1 deletion(-) --- a/mm/hugetlb.c~hugetlb-simplify-hugetlb-handling-in-follow_page_mask-v5 +++ a/mm/hugetlb.c @@ -6292,7 +6292,6 @@ retry: } else { if (is_hugetlb_entry_migration(entry)) { spin_unlock(ptl); - hugetlb_vma_unlock_read(vma); __migration_entry_wait_huge(pte, ptl); goto retry; } _ Patches currently in -mm which might be from mike.kravetz@xxxxxxxxxx are hugetlb-dont-delete-vma_lock-in-hugetlb-madv_dontneed-processing.patch hugetlb-simplify-hugetlb-handling-in-follow_page_mask.patch hugetlb-simplify-hugetlb-handling-in-follow_page_mask-v4.patch hugetlb-simplify-hugetlb-handling-in-follow_page_mask-v5.patch