]> 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)
commit6da43e1a08bc924b360ad94671f3b46219f3cf7c
tree47fb93c6430ac7b598bf3bdd03d1399dd1467fad
parentba812d2a6d2dea659960173e58fe0c2208674da7
Revert "proc: fix races against execve() of /proc/PID/fd**"

This reverts commit 5870b51f8bc72e12260679b2a06e9e764231c124.

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