The patch titled Subject: include/linux/mmzone.h: fix comment for ISOLATE_UNMAPPED macro has been added to the -mm tree. Its filename is mm-fix-comment-for-isolate_unmapped-macro.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-fix-comment-for-isolate_unmapped-macro.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-fix-comment-for-isolate_unmapped-macro.patch 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 and is updated there every 3-4 working days ------------------------------------------------------ From: Hao Lee <haolee.swjtu@xxxxxxxxx> Subject: include/linux/mmzone.h: fix comment for ISOLATE_UNMAPPED macro Both file-backed pages and anonymous pages can be unmapped. ISOLATE_UNMAPPED is not just for file-backed pages. Link: http://lkml.kernel.org/r/20191024151621.GA20400@xxxxxxxxxxxxxxxx Signed-off-by: Hao Lee <haolee.swjtu@xxxxxxxxx> Reviewed-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Cc: Vlastimil Babka <vbabka@xxxxxxx> Cc: Dan Williams <dan.j.williams@xxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxx> Cc: Wei Yang <richard.weiyang@xxxxxxxxx> Cc: Mel Gorman <mgorman@xxxxxxxxxxxxxxxxxxx> Cc: Johannes Weiner <hannes@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/mmzone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/include/linux/mmzone.h~mm-fix-comment-for-isolate_unmapped-macro +++ a/include/linux/mmzone.h @@ -308,7 +308,7 @@ struct lruvec { #endif }; -/* Isolate unmapped file */ +/* Isolate unmapped pages */ #define ISOLATE_UNMAPPED ((__force isolate_mode_t)0x2) /* Isolate for asynchronous migration */ #define ISOLATE_ASYNC_MIGRATE ((__force isolate_mode_t)0x4) _ Patches currently in -mm which might be from haolee.swjtu@xxxxxxxxx are mm-fix-comments-based-on-per-node-memcg.patch mm-fix-comment-for-isolate_unmapped-macro.patch mm-fix-struct-member-name-in-function-comments.patch