On Mon 19-12-16 16:32:28, Sergey Senozhatsky wrote: [...] > as far as I can tell, now for_each_populated_zone() iterations are > split by non-CONT printk() from show_zone_node(), which previously > has been printk(KERN_CONT "%s: ", zone->name), so pr_cont(\n) > between iterations was important, but now that non-CONT printk() > should do the trick. it's _a bit_ hacky, though. Do you consider that more hacky than the original? At least for me, starting with KERN_CONT and relying on an explicit \n sounds more error prone than leaving the last pr_cont without \n and relying on the implicit flushing. -- Michal Hocko SUSE Labs -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>