From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.91] helo=mail.sourceforge.net) by sc8-sf-list1-new.sourceforge.net with esmtp (Exim 4.43) id 1Hm7Kh-0005Gd-HD for user-mode-linux-devel@lists.sourceforge.net; Thu, 10 May 2007 05:01:19 -0700 Received: from [198.99.130.12] (helo=saraswathi.solana.com) by mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44) id 1Hm7Kf-0001r0-W0 for user-mode-linux-devel@lists.sourceforge.net; Thu, 10 May 2007 05:01:19 -0700 Date: Thu, 10 May 2007 07:55:29 -0400 From: Jeff Dike Message-ID: <20070510115529.GA4969@c2.user-mode-linux.org> References: <20070509202722.GA22464@c2.user-mode-linux.org> <20070509210738.a06b005a.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <20070509210738.a06b005a.akpm@linux-foundation.org> Subject: Re: [uml-devel] [PATCH 5/6] UML - Monitor stack usage List-Id: The user-mode Linux development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: user-mode-linux-devel-bounces@lists.sourceforge.net Errors-To: user-mode-linux-devel-bounces@lists.sourceforge.net To: Andrew Morton Cc: LKML , uml-devel On Wed, May 09, 2007 at 09:07:38PM -0700, Andrew Morton wrote: > but, but. We already have CONFIG_DEBUG_STACK_USAGE? Whoops, that's not exactly what I want, but it's close enough to let me throw out some code. Drop that and I'll send a fixed version. Jeff -- Work email - jdike at linux dot intel dot com ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761476AbXEJMBa (ORCPT ); Thu, 10 May 2007 08:01:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1761010AbXEJMBV (ORCPT ); Thu, 10 May 2007 08:01:21 -0400 Received: from [198.99.130.12] ([198.99.130.12]:42232 "EHLO saraswathi.solana.com" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1755809AbXEJMBU (ORCPT ); Thu, 10 May 2007 08:01:20 -0400 Date: Thu, 10 May 2007 07:55:29 -0400 From: Jeff Dike To: Andrew Morton Cc: LKML , uml-devel Subject: Re: [PATCH 5/6] UML - Monitor stack usage Message-ID: <20070510115529.GA4969@c2.user-mode-linux.org> References: <20070509202722.GA22464@c2.user-mode-linux.org> <20070509210738.a06b005a.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070509210738.a06b005a.akpm@linux-foundation.org> User-Agent: Mutt/1.4.2.2i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 09, 2007 at 09:07:38PM -0700, Andrew Morton wrote: > but, but. We already have CONFIG_DEBUG_STACK_USAGE? Whoops, that's not exactly what I want, but it's close enough to let me throw out some code. Drop that and I'll send a fixed version. Jeff -- Work email - jdike at linux dot intel dot com