The quilt patch titled Subject: mm-hugetlb-change-to-return-bool-for-isolate_hugetlb-fix has been removed from the -mm tree. Its filename was mm-hugetlb-change-to-return-bool-for-isolate_hugetlb-fix.patch This patch was dropped because it was folded into mm-hugetlb-change-to-return-bool-for-isolate_hugetlb.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-hugetlb-change-to-return-bool-for-isolate_hugetlb-fix Date: Wed Feb 15 12:53:56 PM PST 2023 shorten locked section, per SeongJae Park Cc: Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx> Cc: David Hildenbrand <david@xxxxxxxxxx> Cc: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> Cc: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> Cc: Mike Kravetz <mike.kravetz@xxxxxxxxxx> Cc: SeongJae Park <sj@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- --- a/mm/hugetlb.c~mm-hugetlb-change-to-return-bool-for-isolate_hugetlb-fix +++ a/mm/hugetlb.c @@ -2933,8 +2933,8 @@ retry: */ spin_unlock_irq(&hugetlb_lock); isolated = isolate_hugetlb(old_folio, list); - spin_lock_irq(&hugetlb_lock); ret = isolated ? 0 : -EBUSY; + spin_lock_irq(&hugetlb_lock); goto free_new; } else if (!folio_test_hugetlb_freed(old_folio)) { /* _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-hugetlb-change-to-return-bool-for-isolate_hugetlb.patch mm-change-to-return-bool-for-isolate_movable_page-fix.patch include-linux-migrateh-remove-unneeded-externs.patch