The patch titled Subject: mm, compaction: export tracepoints zone names to userspace-fix has been removed from the -mm tree. Its filename was mm-compaction-export-tracepoints-zone-names-to-userspace-fix.patch This patch was dropped because it was folded into mm-compaction-export-tracepoints-zone-names-to-userspace.patch ------------------------------------------------------ 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-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