The quilt patch titled Subject: mm-fix-is_pinnable_page-against-on-cma-page-v5-fix has been removed from the -mm tree. Its filename was mm-fix-is_pinnable_page-against-on-cma-page-v5-fix.patch This patch was dropped because it was folded into mm-fix-is_pinnable_page-against-on-cma-page.patch ------------------------------------------------------ From: Minchan Kim <minchan@xxxxxxxxxx> Subject: mm-fix-is_pinnable_page-against-on-cma-page-v5-fix fat finger Signed-off-by: Minchan Kim <minchan@xxxxxxxxxx> Reviewed-by: John Hubbard <jhubbard@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/mm.h | 1 + 1 file changed, 1 insertion(+) --- a/include/linux/mm.h~mm-fix-is_pinnable_page-against-on-cma-page-v5-fix +++ a/include/linux/mm.h @@ -1632,6 +1632,7 @@ static inline bool is_pinnable_page(stru * this routine races with set_pageblock_migratetype(), and we want to * avoid reading zero, when actually one or the other flags was set. */ + int __mt = get_pageblock_migratetype(page); int mt = __READ_ONCE(__mt); if (mt & (MIGRATE_CMA | MIGRATE_ISOLATE)) _ Patches currently in -mm which might be from minchan@xxxxxxxxxx are mm-fix-is_pinnable_page-against-on-cma-page.patch mm-dont-be-stuck-to-rmap-lock-on-reclaim-path.patch