kernel/kernel/exit.c
.. .. @@ -153,7 +153,7 @@ 153 153 * Do this under ->siglock, we can race with another thread 154 154 * doing sigqueue_free() if we have SIGQUEUE_PREALLOC signals. 155 155 */ 156 - flush_task_sigqueue(tsk);156 + flush_sigqueue(&tsk->pending);157 157 tsk->sighand = NULL; 158 158 spin_unlock(&sighand->siglock); 159 159