Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe49c1ce authored by Al Viro's avatar Al Viro
Browse files

avr32: need to clear RESTORE_SIGMASK on successful signal delivery



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent ae28b38c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
}

/*