The patch titled Subject: hwpoison-soft-offlining-for-non-lru-movable-page-v4 has been removed from the -mm tree. Its filename was hwpoison-soft-offlining-for-non-lru-movable-page-v4.patch This patch was dropped because it was folded into hwpoison-soft-offlining-for-non-lru-movable-page.patch ------------------------------------------------------ From: Yisheng Xie <xieyisheng1@xxxxxxxxxx> Subject: hwpoison-soft-offlining-for-non-lru-movable-page-v4 Link: http://lkml.kernel.org/r/1485356738-4831-3-git-send-email-ysxie@xxxxxxxxxxx Signed-off-by: Yisheng Xie <xieyisheng1@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memory-failure.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN mm/memory-failure.c~hwpoison-soft-offlining-for-non-lru-movable-page-v4 mm/memory-failure.c --- a/mm/memory-failure.c~hwpoison-soft-offlining-for-non-lru-movable-page-v4 +++ a/mm/memory-failure.c @@ -1652,8 +1652,8 @@ static int __soft_offline_page(struct pa */ if (PageLRU(page)) ret = isolate_lru_page(page); - else - ret = !isolate_movable_page(page, ISOLATE_UNEVICTABLE); + else if (!isolate_movable_page(page, ISOLATE_UNEVICTABLE)) + ret = -EBUSY; /* * Drop page reference which is came from get_any_page() * successful isolate_lru_page() already took another one. _ Patches currently in -mm which might be from xieyisheng1@xxxxxxxxxx are hwpoison-soft-offlining-for-non-lru-movable-page.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html