kernel/kernel/exit.c
.. .. @@ -160,7 +160,7 @@ 160 160 * Do this under ->siglock, we can race with another thread 161 161 * doing sigqueue_free() if we have SIGQUEUE_PREALLOC signals. 162 162 */ 163 - flush_sigqueue(&tsk->pending);163 + flush_task_sigqueue(tsk);164 164 tsk->sighand = NULL; 165 165 spin_unlock(&sighand->siglock); 166 166