Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759007AbZGIKU4 (ORCPT ); Thu, 9 Jul 2009 06:20:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756453AbZGIKUt (ORCPT ); Thu, 9 Jul 2009 06:20:49 -0400 Received: from mail-yx0-f188.google.com ([209.85.210.188]:60053 "EHLO mail-yx0-f188.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756021AbZGIKUs (ORCPT ); Thu, 9 Jul 2009 06:20:48 -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=rEKExYLwL1Apj9/a3PDR9eq0YivDshAS4byEV5v6UctS05OjrsVF16SMRL3H4YgKvI AoHC+97U3k4gg8LDhBRQ4Av6oSvo7/K0kewV/rvJXLj4uHWDMgl9Gd1+Th1+dWWLMfeg flfLnL+YABB4mITuxLz4u+5RmPfYJ9/aUuzTY= MIME-Version: 1.0 In-Reply-To: <20090709171122.23C3.A69D9226@jp.fujitsu.com> References: <20090709165820.23B7.A69D9226@jp.fujitsu.com> <20090709171122.23C3.A69D9226@jp.fujitsu.com> Date: Thu, 9 Jul 2009 19:20:47 +0900 Message-ID: <28c262360907090320r51acdbedwee36e7af54bbd9f1@mail.gmail.com> Subject: Re: [PATCH 3/5][resend] Show kernel stack usage to /proc/meminfo and OOM log 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 Content-Length: 848 Lines: 23 On Thu, Jul 9, 2009 at 5:12 PM, KOSAKI Motohiro wrote: > Subject: [PATCH] Show kernel stack usage to /proc/meminfo and OOM log > > The amount of memory allocated to kernel stacks can become significant and > cause OOM conditions. However, we do not display the amount of memory > consumed by stacks.' > > Add code to display the amount of memory used for stacks in /proc/meminfo. > > > Signed-off-by: KOSAKI Motohiro > Reviewed-by: Reviewed-by: Minchan Kim -- Kind regards, Minchan Kim -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/