The patch titled Subject: tools/vm/page-types.c: support KPF_IDLE has been removed from the -mm tree. Its filename was tools-vm-page-typesc-support-kpf_idle.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Naoya Horiguchi <n-horiguchi@xxxxxxxxxxxxx> Subject: tools/vm/page-types.c: support KPF_IDLE PageIdle is exported in include/uapi/linux/kernel-page-flags.h, so let's make page-types.c tool handle it. Signed-off-by: Naoya Horiguchi <n-horiguchi@xxxxxxxxxxxxx> Reviewed-by: Vladimir Davydov <vdavydov@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/vm/page-types.c | 1 + 1 file changed, 1 insertion(+) diff -puN tools/vm/page-types.c~tools-vm-page-typesc-support-kpf_idle tools/vm/page-types.c --- a/tools/vm/page-types.c~tools-vm-page-typesc-support-kpf_idle +++ a/tools/vm/page-types.c @@ -128,6 +128,7 @@ static const char * const page_flag_name [KPF_THP] = "t:thp", [KPF_BALLOON] = "o:balloon", [KPF_ZERO_PAGE] = "z:zero_page", + [KPF_IDLE] = "i:idle_page", [KPF_RESERVED] = "r:reserved", [KPF_MLOCKED] = "m:mlocked", _ Patches currently in -mm which might be from n-horiguchi@xxxxxxxxxxxxx are mm-hugetlb-fix-hugepage-memory-leak-caused-by-wrong-reserve-count.patch rmap-add-argument-to-charge-compound-page-fix.patch mm-hwpoison-adjust-for-new-thp-refcounting.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