The patch titled Subject: mm-compaction-enhance-tracepoint-output-for-compaction-begin-end-v4-fix has been removed from the -mm tree. Its filename was mm-compaction-enhance-tracepoint-output-for-compaction-begin-end-v4-fix.patch This patch was dropped because it was folded into mm-compaction-enhance-tracepoint-output-for-compaction-begin-end.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-compaction-enhance-tracepoint-output-for-compaction-begin-end-v4-fix fix sparse warning Reported-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Cc: Joonsoo Kim <iamjoonsoo.kim@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/compaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/compaction.c~mm-compaction-enhance-tracepoint-output-for-compaction-begin-end-v4-fix mm/compaction.c --- a/mm/compaction.c~mm-compaction-enhance-tracepoint-output-for-compaction-begin-end-v4-fix +++ a/mm/compaction.c @@ -35,7 +35,7 @@ static inline void count_compact_events( #if defined CONFIG_COMPACTION || defined CONFIG_CMA #ifdef CONFIG_TRACEPOINTS -static const char const *compaction_status_string[] = { +static const char *const compaction_status_string[] = { "deferred", "skipped", "continue", _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch mm-page_allocc-__alloc_pages_nodemask-dont-alter-arg-gfp_mask.patch vmscan-force-scan-offline-memory-cgroups.patch mm-memcontrol-default-hierarchy-interface-for-memory.patch mm-memcontrol-fold-move_anon-and-move_file.patch mm-compaction-enhance-tracepoint-output-for-compaction-begin-end.patch mm-thp-allocate-transparent-hugepages-on-local-node-fix.patch docs-procs-describe-proc-pid-map_files-entry-fix.patch mm-page_ext-remove-unnecessary-stack_trace-field-fix.patch mm-fix-arithmetic-overflow-in-__vm_enough_memory-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