]> git.baikalelectronics.ru Git - kernel.git/commit
signals: do_signal_stop: kill the SIGNAL_UNKILLABLE check
authorOleg Nesterov <oleg@tv-sign.ru>
Fri, 25 Jul 2008 08:47:31 +0000 (01:47 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Jul 2008 17:53:38 +0000 (10:53 -0700)
commit85242dd53aaf85c56f846dc476548e4e33babb64
tree84cbb34667bcde5566e5c3d127c9089bb9792dab
parente6f2e17d9aa2fc3e04eab2b436794537e4f92b2f
signals: do_signal_stop: kill the SIGNAL_UNKILLABLE check

5fc6db0cbe155d853e9a10e434a7b3d44ff89727 changed do_signal_stop() to check
SIGNAL_UNKILLABLE, this wasn't needed.  If signal_group_exit() == F, the
signal sent to SIGNAL_UNKILLABLE task must be already filtered out by the
caller, get_signal_to_deliver().  And if signal_group_exit() == T we are
not going to stop.

Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Acked-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/signal.c