Re: [PATCH] procfs task exe symlink

From: Al Viro
Date: Sat Apr 26 2008 - 12:25:22 EST


On Sat, Apr 26, 2008 at 09:19:30AM -0700, Andrew Morton wrote:

> + set_mm_exe_file(bprm->mm, bprm->file);
> +
> /*
> * Release all of the old mmap stuff
> */
>
> However I'd ask that you conform that this is OK. If set_mm_exe_file() is
> independent of unshare_files() then we're OK. If however there is some
> ordering dependency then we'll need to confirm that the present ordering of the
> unshare_files() and set_mm_exe_file() is correct.

No, that's fine (unshare_files() had to go up for a lot of reasons, one
of them being that it can fail and de_thread() called just above is
very much irreversible).
--
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/