From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760253AbZGIKlc (ORCPT ); Thu, 9 Jul 2009 06:41:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758100AbZGIKlZ (ORCPT ); Thu, 9 Jul 2009 06:41:25 -0400 Received: from mail-gx0-f226.google.com ([209.85.217.226]:55372 "EHLO mail-gx0-f226.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756779AbZGIKlY convert rfc822-to-8bit (ORCPT ); Thu, 9 Jul 2009 06:41:24 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=bFtI4a7hsYYOxsaT4M9vGTuyY7gjB184W/Ol6RWhbOOpScRwmwYk6cuXoufDUNKLMR Qf+axMOyc+BsX9vdnVhNg+8I5X5In+O/F4TjkSqzwcBaI4NkIVXiCfkvQc4+ZrroPaL4 KK0yGMvT85wLGiJq8i01Q0hzt5kjWClA2Ge3w= MIME-Version: 1.0 In-Reply-To: <20090709165820.23B7.A69D9226@jp.fujitsu.com> References: <20090709165820.23B7.A69D9226@jp.fujitsu.com> Date: Thu, 9 Jul 2009 19:41:23 +0900 Message-ID: <28c262360907090341x18c4e9d6n524ccf1eed6e417a@mail.gmail.com> Subject: Re: [PATCH 0/5] OOM analysis helper patch series v2 From: Minchan Kim To: KOSAKI Motohiro Cc: LKML , linux-mm , Andrew Morton , Wu Fengguang , Christoph Lameter , David Rientjes , Rik van Riel , Hugh Dickins Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thanks for your effort :) On Thu, Jul 9, 2009 at 5:05 PM, KOSAKI Motohiro wrote: > > ChangeLog >  Since v1 >   - Droped "[5/5] add NR_ANON_PAGES to OOM log" patch >   - Instead, introduce "[5/5] add shmem vmstat" patch >   - Fixed unit bug (Thanks Minchan) >   - Separated isolated vmstat to two field (Thanks Minchan and Wu) >   - Fixed isolated page and lumpy reclaim issue (Thanks Minchan) >   - Rewrote some patch description (Thanks Christoph) > > > Current OOM log doesn't provide sufficient memory usage information. it cause > make confusion to lkml MM guys. > > this patch series add some memory usage information to OOM log. > > > > > -- > To unsubscribe, send a message with 'unsubscribe linux-mm' in > the body to majordomo@kvack.org.  For more info on Linux MM, > see: http://www.linux-mm.org/ . > Don't email: email@kvack.org > -- Kind regards, Minchan Kim From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail191.messagelabs.com (mail191.messagelabs.com [216.82.242.19]) by kanga.kvack.org (Postfix) with SMTP id 4FCB96B005C for ; Thu, 9 Jul 2009 06:25:34 -0400 (EDT) Received: by gxk3 with SMTP id 3so89573gxk.14 for ; Thu, 09 Jul 2009 03:41:24 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20090709165820.23B7.A69D9226@jp.fujitsu.com> References: <20090709165820.23B7.A69D9226@jp.fujitsu.com> Date: Thu, 9 Jul 2009 19:41:23 +0900 Message-ID: <28c262360907090341x18c4e9d6n524ccf1eed6e417a@mail.gmail.com> Subject: Re: [PATCH 0/5] OOM analysis helper patch series v2 From: Minchan Kim Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Sender: owner-linux-mm@kvack.org To: KOSAKI Motohiro Cc: LKML , linux-mm , Andrew Morton , Wu Fengguang , Christoph Lameter , David Rientjes , Rik van Riel , Hugh Dickins List-ID: Thanks for your effort :) On Thu, Jul 9, 2009 at 5:05 PM, KOSAKI Motohiro wrote: > > ChangeLog > =C2=A0Since v1 > =C2=A0 - Droped "[5/5] add NR_ANON_PAGES to OOM log" patch > =C2=A0 - Instead, introduce "[5/5] add shmem vmstat" patch > =C2=A0 - Fixed unit bug (Thanks Minchan) > =C2=A0 - Separated isolated vmstat to two field (Thanks Minchan and Wu) > =C2=A0 - Fixed isolated page and lumpy reclaim issue (Thanks Minchan) > =C2=A0 - Rewrote some patch description (Thanks Christoph) > > > Current OOM log doesn't provide sufficient memory usage information. it c= ause > make confusion to lkml MM guys. > > this patch series add some memory usage information to OOM log. > > > > > -- > To unsubscribe, send a message with 'unsubscribe linux-mm' in > the body to majordomo@kvack.org. =C2=A0For more info on Linux MM, > see: http://www.linux-mm.org/ . > Don't email: email@kvack.org > --=20 Kind regards, Minchan Kim -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org