From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752373Ab2GISs6 (ORCPT ); Mon, 9 Jul 2012 14:48:58 -0400 Received: from mail-ey0-f174.google.com ([209.85.215.174]:43883 "EHLO mail-ey0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752223Ab2GISs4 (ORCPT ); Mon, 9 Jul 2012 14:48:56 -0400 Message-ID: <1341859731.801.0.camel@mop> Subject: Re: 3.5-rc6 printk formatting problem during oom-kill. From: Kay Sievers To: Dave Jones Cc: Linux Kernel , Linus Torvalds , Greg Kroah-Hartmann Date: Mon, 09 Jul 2012 20:48:51 +0200 In-Reply-To: References: <20120709180328.GA4105@redhat.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.5.3.1 (3.5.3.1-4.fc18) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2012-07-09 at 20:27 +0200, Kay Sievers wrote: > On Mon, Jul 9, 2012 at 8:03 PM, Dave Jones wrote: > > I noticed that the format of the oom-killer output seems to have changed, and > > now it spews stuff like.. > > > > [49461.758070] lowmem_reserve[]: > > [49461.758071] 0 > > [49461.758071] 2643 > > [49461.758071] 3878 > > [49461.758072] 3878 > > [49461.758072] > > [49461.758072] Node 0 > > > Does the oom-killer code need modifying, or the printk code ? > > I know there's been some regressions in this area recently, but this is still > > happening on the current tree (8c84bf4166a4698296342841a549bbee03860ac0) > > This likely fixes it: > http://git.kernel.org/?p=linux/kernel/git/kay/patches.git;a=blob;f=kmsg-merge-cont.patch;hb=HEAD > > Let me check if it does, and if I can reproduce it. It looks fine here with the above mentioned patch: [ 0.000000] lowmem_reserve[]: [ 0.000000] 0 [ 0.000000] 0 [ 0.000000] 0 [ 0.000000] 0 [ 0.000000] [ 0.000000] DMA: [ 0.000000] 1*4kB [ 0.000000] 0*8kB [ 0.000000] 0*16kB [ 0.000000] 1*32kB [ 0.000000] 2*64kB [ 0.000000] 1*128kB [ 0.000000] 1*256kB [ 0.000000] 0*512kB [ 0.000000] 1*1024kB [ 0.000000] 1*2048kB [ 0.000000] 3*4096kB [ 0.000000] = 15908kB becomes: [ 0.000000] lowmem_reserve[]: 0 0 0 0 [ 0.000000] DMA: 1*4kB 0*8kB 0*16kB 1*32kB 2*64kB 1*128kB 1*256kB 0*512kB 1*1024kB 1*2048kB 3*4096kB = 15908kB Thanks, Kay