Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263201AbTESWpo (ORCPT ); Mon, 19 May 2003 18:45:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263171AbTESWpo (ORCPT ); Mon, 19 May 2003 18:45:44 -0400 Received: from pao-ex01.pao.digeo.com ([12.47.58.20]:10750 "EHLO pao-ex01.pao.digeo.com") by vger.kernel.org with ESMTP id S263201AbTESWpk (ORCPT ); Mon, 19 May 2003 18:45:40 -0400 Date: Mon, 19 May 2003 15:54:55 -0700 From: Andrew Morton To: jgmyers@netscape.com (John Myers) Cc: alan@lxorguk.ukuu.org.uk, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Re: aio_poll in 2.6 Message-Id: <20030519155455.7fb9788d.akpm@digeo.com> In-Reply-To: <3EC94DB6.8000405@netscape.com> References: <200305170054.RAA10802@pagarcia.nscp.aoltw.net> <20030516195025.4bf5dd8d.akpm@digeo.com> <200305191938.MAA11946@pagarcia.nscp.aoltw.net> <1053373716.29227.27.camel@dhcp22.swansea.linux.org.uk> <20030519141654.31901ee3.akpm@digeo.com> <3EC94DB6.8000405@netscape.com> X-Mailer: Sylpheed version 0.9.0pre1 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 19 May 2003 22:58:33.0128 (UTC) FILETIME=[2C0A7A80:01C31E5A] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 923 Lines: 29 jgmyers@netscape.com (John Myers) wrote: > > Andrew Morton wrote: > > >I can do that, but would need the test app... > > > > > Unfortunately, the thread pool framework the test app uses is proprietary. > That is a problem. Generally, adding new code in codepaths which lots of apps use is low-risk because problems will be found quickly. But from a stabilising-the-kernel viewpoint, adding new code which does not require elevated privileges, and which is not used by any current applications and which doesn't even have a decent test suite is a big worry. There is a little testcase in http://www.kvack.org/~bcrl/aio/aio-userspace-18a.tar.gz but it is singly threaded. - 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/