]> git.baikalelectronics.ru Git - kernel.git/commit
vfork: kill PF_STARTING
authorOleg Nesterov <oleg@redhat.com>
Mon, 5 Mar 2012 22:59:14 +0000 (14:59 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 5 Mar 2012 23:49:42 +0000 (15:49 -0800)
commit6f018e40e480f1b2dfa2a34a1f404ea5c5806d49
tree9c61b7c0dda37052e2285e90f914f8af5ed86f67
parente9fbe1fae7e3bec375bcaa8cafab85c70be20303
vfork: kill PF_STARTING

Previously it was (ab)used by utrace.  Then it was wrongly used by the
scheduler code.

Currently it is not used, kill it before it finds the new erroneous user.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/sched.h
kernel/fork.c