• Linus Torvalds's avatar
    Fix ZOMBIE race with self-reaping threads. · 4e7e3674
    Linus Torvalds authored
    exit_notify() used to leave a window open when a thread
    died that made the thread visible as a ZOMBIE even though
    the thread reaped itself. This closes that window by marking
    the thread DEAD within the tasklist_lock.
    4e7e3674
exit.c 27.9 KB