Re: [PATCH] mm: page_alloc: Use KERN_CONT where appropriate

2016-10-12 Thread Joe Perches
(resending as lkml bounced) On Wed, 2016-10-12 at 11:10 +0200, Michal Hocko wrote: > On Tue 11-10-16 19:24:55, Joe Perches wrote: > > Recent changes to printk require KERN_CONT uses to continue logging > > messages. So add KERN_CONT where necessary. > > > > I was really wondering what happened

Re: [PATCH] mm: page_alloc: Use KERN_CONT where appropriate

2016-10-12 Thread Michal Hocko
On Tue 11-10-16 19:24:55, Joe Perches wrote: > Recent changes to printk require KERN_CONT uses to continue logging > messages. So add KERN_CONT where necessary. I was really wondering what happened when Aaron reported an allocation failure http://lkml.kernel.org/r/20161012065423.ga16...@aaronlu.s

[PATCH] mm: page_alloc: Use KERN_CONT where appropriate

2016-10-11 Thread Joe Perches
Recent changes to printk require KERN_CONT uses to continue logging messages. So add KERN_CONT where necessary. Signed-off-by: Joe Perches --- mm/page_alloc.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/mm/page_alloc.c b/mm/page_alloc.c index ca423cc20b5