• J. A. Magallon's avatar
    [PATCH] pid allocator bugfix · 8af480ec
    J. A. Magallon authored
    This patch fixes a bug in the Linux process ID allocator.  It isn't quite
    SMP safe since it references "last_pid" after releasing the lock protecting
    it.  This can result in two processes getting assigned the same process ID.
    8af480ec
fork.c 20.7 KB