From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760080AbZGIKOR (ORCPT ); Thu, 9 Jul 2009 06:14:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752033AbZGIKOG (ORCPT ); Thu, 9 Jul 2009 06:14:06 -0400 Received: from mail-yx0-f188.google.com ([209.85.210.188]:53216 "EHLO mail-yx0-f188.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751953AbZGIKOG (ORCPT ); Thu, 9 Jul 2009 06:14:06 -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=ZJykEoa3kdYtHhg9+4XMaEwkFXXT3N94or7yq5pKfUz/dtudAgxPfnd9izHWqti+ZX jtFbe3/tr5FRQpLBRhfYx9lLV5GEZ8NaUfM3TTQyEvYgSqsU8SXdorUn9P7V/swSudtH yGO0VAWxY2lK34hlOpAMhuEiuetQ3ytNzOusk= MIME-Version: 1.0 In-Reply-To: <20090709170535.23BA.A69D9226@jp.fujitsu.com> References: <20090709165820.23B7.A69D9226@jp.fujitsu.com> <20090709170535.23BA.A69D9226@jp.fujitsu.com> Date: Thu, 9 Jul 2009 19:14:04 +0900 Message-ID: <28c262360907090314p466722eeq93384561ab725e94@mail.gmail.com> Subject: Re: [PATCH 1/5][resend] add per-zone statistics to show_free_areas() 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: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 9, 2009 at 5:06 PM, KOSAKI Motohiro wrote: > Subject: [PATCH] add per-zone statistics to show_free_areas() > > show_free_areas() displays only a limited amount of zone counters. This > patch includes additional counters in the display to allow easier > debugging. This may be especially useful if an OOM is due to running out > of DMA memory. > > > Signed-off-by: KOSAKI Motohiro > Reviewed-by: Christoph Lameter > Acked-by: Wu Fengguang Reviewed-by: Minchan Kim -- Kind regards, Minchan Kim From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail172.messagelabs.com (mail172.messagelabs.com [216.82.254.3]) by kanga.kvack.org (Postfix) with SMTP id 8F4BB6B004D for ; Thu, 9 Jul 2009 05:58:23 -0400 (EDT) Received: by yxe38 with SMTP id 38so57217yxe.12 for ; Thu, 09 Jul 2009 03:14:04 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20090709170535.23BA.A69D9226@jp.fujitsu.com> References: <20090709165820.23B7.A69D9226@jp.fujitsu.com> <20090709170535.23BA.A69D9226@jp.fujitsu.com> Date: Thu, 9 Jul 2009 19:14:04 +0900 Message-ID: <28c262360907090314p466722eeq93384561ab725e94@mail.gmail.com> Subject: Re: [PATCH 1/5][resend] add per-zone statistics to show_free_areas() From: Minchan Kim Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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: On Thu, Jul 9, 2009 at 5:06 PM, KOSAKI Motohiro wrote: > Subject: [PATCH] add per-zone statistics to show_free_areas() > > show_free_areas() displays only a limited amount of zone counters. This > patch includes additional counters in the display to allow easier > debugging. This may be especially useful if an OOM is due to running out > of DMA memory. > > > Signed-off-by: KOSAKI Motohiro > Reviewed-by: Christoph Lameter > Acked-by: Wu Fengguang Reviewed-by: Minchan Kim -- 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