Commit fe49c1ce authored by Al Viro's avatar Al Viro

avr32: need to clear RESTORE_SIGMASK on successful signal delivery

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent ae28b38c
......@@ -247,6 +247,7 @@ handle_signal(unsigned long sig, struct k_sigaction *ka, siginfo_t *info,
* Block the signal if we were successful.
*/
block_sigmask(ka, sig);
clear_thread_flag(TIF_RESTORE_SIGMASK);
}
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment