The patch titled Subject: mm, compaction: export tracepoints zone names to userspace-fix has been added to the -mm tree. Its filename is mm-compaction-export-tracepoints-zone-names-to-userspace-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-compaction-export-tracepoints-zone-names-to-userspace-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-compaction-export-tracepoints-zone-names-to-userspace-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: Vlastimil Babka <vbabka@xxxxxxx> Subject: mm, compaction: export tracepoints zone names to userspace-fix Through undertaker-checkpatch it was reported that HighMem would be missing in the tracepoint output due to checking CONFIG_ZONE_HIGHMEM_ instead of CONFIG_HIGHMEM. Fix it. Signed-off-by: Vlastimil Babka <vbabka@xxxxxxx> Reported-by: Valentin Rothberg <valentinrothberg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/trace/events/compaction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/trace/events/compaction.h~mm-compaction-export-tracepoints-zone-names-to-userspace-fix include/trace/events/compaction.h --- a/include/trace/events/compaction.h~mm-compaction-export-tracepoints-zone-names-to-userspace-fix +++ a/include/trace/events/compaction.h @@ -30,7 +30,7 @@ #define IFDEF_ZONE_DMA32(X) #endif -#ifdef CONFIG_ZONE_HIGHMEM_ +#ifdef CONFIG_HIGHMEM #define IFDEF_ZONE_HIGHMEM(X) X #else #define IFDEF_ZONE_HIGHMEM(X) _ Patches currently in -mm which might be from vbabka@xxxxxxx are mm-migrate-count-pages-failing-all-retries-in-vmstat-and-tracepoint.patch mm-compaction-export-tracepoints-status-strings-to-userspace.patch mm-compaction-export-tracepoints-zone-names-to-userspace.patch mm-compaction-export-tracepoints-zone-names-to-userspace-fix.patch mm-compaction-disginguish-contended-status-in-tracepoints.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