]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] signal handling: revert sigkill priority fix
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Mon, 14 Nov 2005 00:07:14 +0000 (16:07 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 14 Nov 2005 02:14:15 +0000 (18:14 -0800)
commit25854932a576187b75f0dab5c6705aac16d0464f
tree0aca6753added9c76681d6eb63294a1943597dd9
parent38bde1d9924cd0b7d58a5a0e6ba9c543124e32cc
[PATCH] signal handling: revert sigkill priority fix

This patch reverts commit 9dca427c44ae3627162c361a90eebd02620a5415 since
it's not needed anymore. As pointed out by Roland McGrath the real fix
is to deliver all signals before returning to user space.
See http://www.ussg.iu.edu/hypermail/linux/kernel/0509.2/0683.html
A fix for s390 has been merged.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Roland McGrath <roland@redhat.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/signal.c