Re: Who changed /proc/<pid>/ in 2.6.0-test5-bk9?

From: Ulrich Drepper
Date: Wed Oct 01 2003 - 22:38:33 EST


Linus Torvalds wrote:

> I think /proc/self most likely _should_ point into the thread, not the
> task.

As much as I want to not see this, I fear I have to agree.

There is, for instance, no guarantee that all CLONE_THREAD clones also
have CLONE_FILES set. Then using /proc/self/%d for some thread-local
file descriptor will return the process group leaders file descriptor,
not the own.

--
--------------. ,-. 444 Castro Street
Ulrich Drepper \ ,-----------------' \ Mountain View, CA 94041 USA
Red Hat `--' drepper at redhat.com `---------------------------

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