]> git.neil.brown.name Git - history.git/commit
[PATCH] remove BUG_ON(p->ptrace) in release_task()
authorHirofumi Ogawa <hirofumi@mail.parknet.co.jp>
Sun, 1 Sep 2002 03:51:25 +0000 (20:51 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sun, 1 Sep 2002 03:51:25 +0000 (20:51 -0700)
commit0f64db60a10608661774bf98d4f5d7514044f90e
treeac4db144b180b476e9edb4553a2b2f256413063c
parentb5b2042ed20c107d7a5058663de04b3ef6ca34b2
[PATCH] remove BUG_ON(p->ptrace) in release_task()

The BUG_ON(p->ptrace) will be called if the CLONE_DETACH process is
traced.  This patch removes BUG_ON(p->ptrace), and also removes a
workaround for it in sys_wait4().
kernel/exit.c