summaryrefslogtreecommitdiffstats
path: root/mm/cma_debug.c
diff options
context:
space:
mode:
authorJamie Iles2017-08-19 00:16:18 +0200
committerLinus Torvalds2017-08-19 00:32:02 +0200
commiteb61b5911bdc923875cde99eb25203a0e2b06d43 (patch)
tree5ba019b857b23212a0c30aeb24f7a3f54b568b51 /mm/cma_debug.c
parentmm, oom: fix potential data corruption when oom_reaper races with writer (diff)
downloadkernel-qcow2-linux-eb61b5911bdc923875cde99eb25203a0e2b06d43.tar.gz
kernel-qcow2-linux-eb61b5911bdc923875cde99eb25203a0e2b06d43.tar.xz
kernel-qcow2-linux-eb61b5911bdc923875cde99eb25203a0e2b06d43.zip
signal: don't remove SIGNAL_UNKILLABLE for traced tasks.
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>
Diffstat (limited to 'mm/cma_debug.c')
0 files changed, 0 insertions, 0 deletions