https://github.com/torvalds/linux
Revision db2f24dc240856fb1d78005307f1523b7b3c121b authored by Richard Weinberger on 18 November 2015, 08:37:15 UTC, committed by Richard Weinberger on 08 December 2015, 21:23:30 UTC
If get_signal() returns us a signal to post
we must not call it again, otherwise the already
posted signal will be overridden.
Before commit a610d6e672d this was the case as we stopped
the while after a successful handle_signal().

Cc: <stable@vger.kernel.org> # 3.10-
Fixes: a610d6e672d ("pull clearing RESTORE_SIGMASK into block_sigmask()")
Signed-off-by: Richard Weinberger <richard@nod.at>
1 parent 527e931
History
Tip revision: db2f24dc240856fb1d78005307f1523b7b3c121b authored by Richard Weinberger on 18 November 2015, 08:37:15 UTC
um: Fix get_signal() usage
Tip revision: db2f24d
File Mode Size
Makefile -rw-r--r-- 377 bytes
compat.c -rw-r--r-- 19.1 KB
compat_mq.c -rw-r--r-- 3.9 KB
ipc_sysctl.c -rw-r--r-- 5.4 KB
mq_sysctl.c -rw-r--r-- 2.9 KB
mqueue.c -rw-r--r-- 35.7 KB
msg.c -rw-r--r-- 24.1 KB
msgutil.c -rw-r--r-- 3.6 KB
namespace.c -rw-r--r-- 4.0 KB
sem.c -rw-r--r-- 56.1 KB
shm.c -rw-r--r-- 32.5 KB
syscall.c -rw-r--r-- 2.3 KB
util.c -rw-r--r-- 21.2 KB
util.h -rw-r--r-- 6.4 KB

back to top