]> git.baikalelectronics.ru Git - kernel.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)
commit9dca427c44ae3627162c361a90eebd02620a5415
tree2bcaa297c0688c3ce997ede15bf224c39fee6e23
parenta52d302eb80df893ff840b12859f26826fefb04e
[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