The patch titled Subject: mm-change-to-return-bool-for-isolate_movable_page-fix has been added to the -mm mm-unstable branch. Its filename is mm-change-to-return-bool-for-isolate_movable_page-fix.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-change-to-return-bool-for-isolate_movable_page-fix.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: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-change-to-return-bool-for-isolate_movable_page-fix Date: Thu Feb 16 02:41:42 PM PST 2023 remove unneeded comment, per Matthew Cc: Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx> Cc: David Hildenbrand <david@xxxxxxxxxx> Cc: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> Cc: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> Cc: SeongJae Park <sj@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- --- a/mm/memory_hotplug.c~mm-change-to-return-bool-for-isolate_movable_page-fix +++ a/mm/memory_hotplug.c @@ -1672,7 +1672,7 @@ do_migrate_range(unsigned long start_pfn isolated = isolate_lru_page(page); else isolated = isolate_movable_page(page, ISOLATE_UNEVICTABLE); - if (isolated) { /* Success */ + if (isolated) { list_add_tail(&page->lru, &source); if (!__PageMovable(page)) inc_node_page_state(page, NR_ISOLATED_ANON + _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are lib-stackdepot-mm-rename-stack_depot_want_early_init-fix.patch lib-stackdepot-move-documentation-comments-to-stackdepoth-fix.patch mm-hugetlb-change-to-return-bool-for-isolate_hugetlb-fix.patch mm-change-to-return-bool-for-isolate_movable_page-fix.patch