]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "proc: fix races against execve() of /proc/PID/fd**"
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 9 Nov 2011 23:16:00 +0000 (18:16 -0500)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 9 Nov 2011 23:16:00 +0000 (18:16 -0500)
commite59024278b89e5ff62a3c6314aa3f272b6f1109a
tree47fb93c6430ac7b598bf3bdd03d1399dd1467fad
parent23391c69d7474dfdd00777c41287d3e2be416ad9
Revert "proc: fix races against execve() of /proc/PID/fd**"

This reverts commit 66e56ca8ba98b2da790038784bf2dd3d449e5b40.

It escalates of some of the google-chrome SELinux problems with ptrace
("Check failed: pid_ > 0.  Did not find zygote process"), and Andrew
says that it is also causing mystery lockdep reports.

Reported-by: Alex VillacĂ­s Lasso <a_villacis@palosanto.com>
Requested-by: James Morris <jmorris@namei.org>
Requested-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/proc/base.c