The patch titled Subject: tools-vm-new-option-to-specify-kpageflags-file-fix-fix has been added to the -mm tree. Its filename is tools-vm-new-option-to-specify-kpageflags-file-fix-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/tools-vm-new-option-to-specify-kpageflags-file-fix-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/tools-vm-new-option-to-specify-kpageflags-file-fix-fix.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/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: David Rientjes <rientjes@xxxxxxxxxx> Subject: tools-vm-new-option-to-specify-kpageflags-file-fix-fix Please find a "fix fix" below per Naoya. Thanks both! Link: http://lkml.kernel.org/r/alpine.DEB.2.10.1801301840050.140969@xxxxxxxxxxxxxxxxxxxxxxxxx Cc: Naoya Horiguchi <n-horiguchi@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/vm/page-types.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN tools/vm/page-types.c~tools-vm-new-option-to-specify-kpageflags-file-fix-fix tools/vm/page-types.c --- a/tools/vm/page-types.c~tools-vm-new-option-to-specify-kpageflags-file-fix-fix +++ a/tools/vm/page-types.c @@ -169,10 +169,10 @@ static int opt_raw; /* for kernel devel static int opt_list; /* list pages (in ranges) */ static int opt_no_summary; /* don't show summary */ static pid_t opt_pid; /* process to walk */ -const char * opt_file; /* file or directory path */ +const char *opt_file; /* file or directory path */ static uint64_t opt_cgroup; /* cgroup inode */ static int opt_list_cgroup;/* list page cgroup */ -static const char * opt_kpageflags; /* kpageflags file to parse */ +static const char *opt_kpageflags;/* kpageflags file to parse */ #define MAX_ADDR_RANGES 1024 static int nr_addr_ranges; _ Patches currently in -mm which might be from rientjes@xxxxxxxxxx are mm-mmu_notifier-annotate-mmu-notifiers-with-blockable-invalidate-callbacks.patch mm-mmu_notifier-annotate-mmu-notifiers-with-blockable-invalidate-callbacks-fix-fix.patch mm-oom-avoid-reaping-only-for-mms-with-blockable-invalidate-callbacks.patch tools-vm-new-option-to-specify-kpageflags-file.patch tools-vm-new-option-to-specify-kpageflags-file-fix-fix.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