Re: [PATCH] mm: pagealloc: fix continued prints in show_free_areas

2016-10-18 Thread Michal Hocko
Already taken care of by http://lkml.kernel.org/r/c7df37c8665134654a17aaeb8b9f6ace1d6db58b.1476239034.git@perches.com maybe it just fell through the cracks... On Tue 18-10-16 12:34:17, Mark Rutland wrote: > Recently, printk was reworked in commit: > > 4bcc595ccd80decb ("printk: reinstate KE

Re: [PATCH] mm: pagealloc: fix continued prints in show_free_areas

2016-10-18 Thread Mark Rutland
On Tue, Oct 18, 2016 at 03:00:40PM +0200, Vlastimil Babka wrote: > On 10/18/2016 01:34 PM, Mark Rutland wrote: > >In show_free_areas, we miss KERN_CONT in a few cases, and as a result > >prints are unexpectedly split over a number of lines, making them > >difficult to read (in v4.9-rc1). > > > >Thi

Re: [PATCH] mm: pagealloc: fix continued prints in show_free_areas

2016-10-18 Thread Vlastimil Babka
On 10/18/2016 01:34 PM, Mark Rutland wrote: Recently, printk was reworked in commit: 4bcc595ccd80decb ("printk: reinstate KERN_CONT for printing continuation lines") As of this commit, printk calls missing KERN_CONT will have a linebreak inserted implicitly. In show_free_areas, we miss KER

[PATCH] mm: pagealloc: fix continued prints in show_free_areas

2016-10-18 Thread Mark Rutland
Recently, printk was reworked in commit: 4bcc595ccd80decb ("printk: reinstate KERN_CONT for printing continuation lines") As of this commit, printk calls missing KERN_CONT will have a linebreak inserted implicitly. In show_free_areas, we miss KERN_CONT in a few cases, and as a result prints