On Fri, Nov 6, 2020 at 10:47 PM Eddy Wu <itseddy0...@gmail.com> wrote: > > current->group_leader->exit_signal may change during copy_process() if > current->real_parent exits, move the assignment inside tasklist_lock to avoid > the race.
Applied. Thanks, Linus