[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: execve-question




On Sun, 10 Oct 1999, Manfred Spraul wrote:

> what happens / should happen if I call execve() in a multi-threaded
> application?
> 
> I don't see that the mm structure is copied, and obviously noone
> acquires the mm->mmap_sem.

Check fs/exec.c::exec_mmap(). mmap_sem is _not_ needed here. We are not
copying the mm - we are creating new one (exec drops all mappings). For
$DEITY sake, stop applying band-aids.

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://humbolt.geo.uu.nl/Linux-MM/