From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161149AbXDLKqy (ORCPT ); Thu, 12 Apr 2007 06:46:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S2992462AbXDLKqy (ORCPT ); Thu, 12 Apr 2007 06:46:54 -0400 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:57211 "EHLO ebiederm.dsl.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161149AbXDLKqx (ORCPT ); Thu, 12 Apr 2007 06:46:53 -0400 From: ebiederm@xmission.com (Eric W. Biederman) To: Andrew Morton Cc: Ingo Molnar , Oleg Nesterov , Robin Holt , Linus Torvalds , Chris Snook , linux-kernel@vger.kernel.org, Jack Steiner , Roland McGrath Subject: Re: [patch] uninline remove/add_parent() APIs References: <20070406104301.GB19755@lnx-holt.americas.sgi.com> <20070406163100.GA554@tv-sign.ru> <20070406173249.GA2517@elte.hu> <20070410134814.GA28016@elte.hu> <20070410150650.GA9946@elte.hu> <20070410155314.GA16267@elte.hu> <20070411062041.GA8017@elte.hu> <20070411150614.bfaa4ae0.akpm@linux-foundation.org> Date: Thu, 12 Apr 2007 04:45:40 -0600 In-Reply-To: <20070411150614.bfaa4ae0.akpm@linux-foundation.org> (Andrew Morton's message of "Wed, 11 Apr 2007 15:06:14 -0700") Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Andrew Morton writes: > On Wed, 11 Apr 2007 01:00:17 -0600 > ebiederm@xmission.com (Eric W. Biederman) wrote: > >> Should we copy Andrew or is someone else going to collect up all of these > patches? > > Andrew is cowering in terror, because utrace goes tromping through this > code. > > It would be rather good to get utrace moving along a bit more quickly. There > still seem to be rather a lot of issues. Just on that note roughly where is utrace? My first impression is that it appears to cleanup a little bit of child list handling at the cost of 2000 lines of extra code. Eric