Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759028AbXE3VvR (ORCPT ); Wed, 30 May 2007 17:51:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760989AbXE3Vti (ORCPT ); Wed, 30 May 2007 17:49:38 -0400 Received: from smtp1.linux-foundation.org ([207.189.120.13]:43965 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760972AbXE3Vth (ORCPT ); Wed, 30 May 2007 17:49:37 -0400 Date: Wed, 30 May 2007 14:48:17 -0700 (PDT) From: Linus Torvalds To: Jeremy Fitzhardinge cc: Davide Libenzi , Ingo Molnar , Ulrich Drepper , Jeff Garzik , Zach Brown , Linux Kernel Mailing List , Arjan van de Ven , Christoph Hellwig , Andrew Morton , Alan Cox , Evgeniy Polyakov , "David S. Miller" , Suparna Bhattacharya , Jens Axboe , Thomas Gleixner Subject: Re: Syslets, Threadlets, generic AIO support, v6 In-Reply-To: Message-ID: References: <20070529212718.GH7875@mami.zabbo.net> <465CA654.5000505@garzik.org> <20070530072055.GA3077@elte.hu> <465D286E.2080807@redhat.com> <20070530084252.GA15708@elte.hu> <465DEE59.9070901@goop.org> 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 Content-Length: 792 Lines: 21 On Wed, 30 May 2007, Linus Torvalds wrote: > > Sure. I think there are things we can do (like make the non-linear fd's > appear somewhere else, and make them close-on-exec by default etc). Side note: it might not even be a "close-on-exec by default" thing: it might well be a *always* close-on-exec. That COE is pretty horrid to do, we need to scan a bitmap of those things on each exec. So it migth be totally sensible to just declare that the non-linear fd's would simply always be "local", and never bleed across an execve). Linus - 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/