Revision eb61b5911bdc923875cde99eb25203a0e2b06d43 authored by Jamie Iles on 18 August 2017, 22:16:18 UTC, committed by Linus Torvalds on 18 August 2017, 22:32:02 UTC
When forcing a signal, SIGNAL_UNKILLABLE is removed to prevent recursive
faults, but this is undesirable when tracing.  For example, debugging an
init process (whether global or namespace), hitting a breakpoint and
SIGTRAP will force SIGTRAP and then remove SIGNAL_UNKILLABLE.
Everything continues fine, but then once debugging has finished, the
init process is left killable which is unlikely what the user expects,
resulting in either an accidentally killed init or an init that stops
reaping zombies.

Link: http://lkml.kernel.org/r/20170815112806.10728-1-jamie.iles@oracle.com
Signed-off-by: Jamie Iles <jamie.iles@oracle.com>
Acked-by: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 6b31d59
History
File Mode Size
Kconfig -rw-r--r-- 442 bytes
Makefile -rw-r--r-- 127 bytes
bio.c -rw-r--r-- 3.3 KB
crypto.c -rw-r--r-- 13.7 KB
fname.c -rw-r--r-- 12.1 KB
fscrypt_private.h -rw-r--r-- 2.4 KB
keyinfo.c -rw-r--r-- 9.8 KB
policy.c -rw-r--r-- 8.3 KB

back to top