Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754434Ab0AHAfl (ORCPT ); Thu, 7 Jan 2010 19:35:41 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754403Ab0AHAfj (ORCPT ); Thu, 7 Jan 2010 19:35:39 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:57975 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754336Ab0AHAfi (ORCPT ); Thu, 7 Jan 2010 19:35:38 -0500 Date: Thu, 7 Jan 2010 16:34:39 -0800 From: Andrew Morton To: KOSAKI Motohiro Cc: LKML , Stefani Seibold , Ingo Molnar , Peter Zijlstra , Alexey Dobriyan , "Eric W. Biederman" , Randy Dunlap Subject: Re: [PATCH] proc: revert to show stack information in /proc/{pid}/status Message-Id: <20100107163439.9962b3b1.akpm@linux-foundation.org> In-Reply-To: <20100108091658.C127.A69D9226@jp.fujitsu.com> References: <20091231231051.1A1B.A69D9226@jp.fujitsu.com> <20100107135246.0849d609.akpm@linux-foundation.org> <20100108091658.C127.A69D9226@jp.fujitsu.com> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.9; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1181 Lines: 33 On Fri, 8 Jan 2010 09:21:30 +0900 (JST) KOSAKI Motohiro wrote: > > On Thu, 31 Dec 2009 23:12:22 +0900 (JST) > > KOSAKI Motohiro wrote: > > > > > Thus, this patch revert it. > > > > OK, thanks, I applied the full revert. > > > > We can look at a new and less costly implementation of this feature for > > 2.6.34 if desired. In which case, all we have done is to delay the feature > > by one release, which is not a big deal. > > Thanks. > > note: my patch isn't full revert too. Commit d899bf7b introduced two > feature (btw, I don't like one patch have two feature). > > 1) Add the annotattion of [thread stack: xxxx] mark to > /proc/{pid}/task/{tid}/maps. > 2) Add StackUsage field to /proc/{pid}/status. > > I only revert (2), because I haven't seen (1) cause regression. > > Ah, thanks. I've updated the patch title and changelog to reflect that. -- 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/