Re: Syslets, Threadlets, generic AIO support, v6

From: Linus Torvalds
Date: Wed May 30 2007 - 17:51:18 EST




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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/