Re: [uml-devel] [PATCH 04/10] uml: make execvp safe for our usage

From: Jeff Dike
Date: Wed Oct 18 2006 - 14:38:50 EST


On Tue, Oct 17, 2006 at 11:27:11PM +0200, Paolo 'Blaisorblade' Giarrusso wrote:
> Reimplement execvp for our purposes - after we call fork() it is
> fundamentally unsafe to use the kernel allocator - current is not valid
> there.

This is horriby ugly. Can we instead do something different like
check out the paths of helpers at early boot, before the kernel is
running, save them, and simply execve them later?

At that point, something like running "which foo" would be fine by me.

Jeff
-
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/