]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] sigkill priority fix
authorKirill Korotaev <dev@sw.ru>
Wed, 25 May 2005 02:29:47 +0000 (19:29 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 25 May 2005 03:08:13 +0000 (20:08 -0700)
commitc33880aaddbbab1ccf36f4457ed1090621f2e39a
tree2bcaa297c0688c3ce997ede15bf224c39fee6e23
parent6431e6a28e8df423e1ebcda065e9ff086198d2c6
[PATCH] sigkill priority fix

If SIGKILL does not have priority, we cannot instantly kill task before it
makes some unexpected job.  It can be critical, but we were unable to
reproduce this easily until Heiko Carstens <Heiko.Carstens@de.ibm.com>
reported this problem on LKML.

Signed-Off-By: Kirill Korotaev <dev@sw.ru>
Signed-Off-By: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/signal.c