The patch titled Subject: mm-hugetlb-take-the-free-hpage-during-the-iteration-directly-v4 has been removed from the -mm tree. Its filename was mm-hugetlb-take-the-free-hpage-during-the-iteration-directly-v4.patch This patch was dropped because it was folded into mm-hugetlb-take-the-free-hpage-during-the-iteration-directly.patch ------------------------------------------------------ From: Wei Yang <richard.weiyang@xxxxxxxxxxxxxxxxx> Subject: mm-hugetlb-take-the-free-hpage-during-the-iteration-directly-v4 [mike.kravetz@xxxxxxxxxx: points out a logic error] Link: https://lkml.kernel.org/r/20200901014636.29737-8-richard.weiyang@xxxxxxxxxxxxxxxxx Signed-off-by: Wei Yang <richard.weiyang@xxxxxxxxxxxxxxxxx> Cc: Baoquan He <bhe@xxxxxxxxxx> Cc: Mike Kravetz <mike.kravetz@xxxxxxxxxx> Cc: Vlastimil Babka <vbabka@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/hugetlb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/hugetlb.c~mm-hugetlb-take-the-free-hpage-during-the-iteration-directly-v4 +++ a/mm/hugetlb.c @@ -1041,7 +1041,7 @@ static struct page *dequeue_huge_page_no continue; if (PageHWPoison(page)) - break; + continue; list_move(&page->lru, &h->hugepage_activelist); set_page_refcounted(page); _ Patches currently in -mm which might be from richard.weiyang@xxxxxxxxxxxxxxxxx are mm-mmap-rename-__vma_unlink_common-to-__vma_unlink.patch mm-mmap-leverage-vma_rb_erase_ignore-to-implement-vma_rb_erase.patch mm-mmap-leave-adjust_next-as-virtual-address-instead-of-page-frame-number.patch mm-mmap-not-necessary-to-check-mapping-separately.patch mm-mmap-check-on-file-instead-of-the-rb_root_cached-of-its-address_space.patch mm-hugetlb-not-necessary-to-coalesce-regions-recursively.patch mm-hugetlb-remove-vm_bug_onnrg-in-get_file_region_entry_from_cache.patch mm-hugetlb-use-list_splice-to-merge-two-list-at-once.patch mm-hugetlb-count-file_region-to-be-added-when-regions_needed-=-null.patch mm-hugetlb-a-page-from-buddy-is-not-on-any-list.patch mm-hugetlb-narrow-the-hugetlb_lock-protection-area-during-preparing-huge-page.patch mm-hugetlb-take-the-free-hpage-during-the-iteration-directly.patch mm-mempolicy-remove-or-narrow-the-lock-on-current.patch mm-remove-unused-alloc_page_vma_node.patch mm-page_reporting-drop-stale-list-head-check-in-page_reporting_cycle.patch bitops-simplify-get_count_order_long.patch bitops-use-the-same-mechanism-for-get_count_order.patch