]> git.neil.brown.name Git - history.git/commit
[PATCH] fix the exit-vs-timer race fix
authorAndrew Morton <akpm@osdl.org>
Sat, 12 Jun 2004 23:41:45 +0000 (16:41 -0700)
committerLinus Torvalds <torvalds@evo.osdl.org>
Sat, 12 Jun 2004 23:41:45 +0000 (16:41 -0700)
commitefa7ca06476c7ec41712ddb46d39d7b38deae5c6
tree7fc8fa403529d604e13a1bf7f70b9aeef2503e6c
parent9566ad6513cd968273b8d45d38f40f544da4d224
[PATCH] fix the exit-vs-timer race fix

As Roland McGrath <roland@redhat.com> points out, we need to zero
task->it_virt_value to prevent timer-based signal delivery, not
->it_virt_incr.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/exit.c