From: Linus Torvalds Date: Fri, 23 Sep 2005 20:22:21 +0000 (-0700) Subject: Make sure SIGKILL gets proper respect X-Git-Tag: v2.6.14-rc3~51^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=188a1eafa03aaa5e5fe6f53e637e704cd2c31c7c;p=pandora-kernel.git Make sure SIGKILL gets proper respect Bhavesh P. Davda noticed that SIGKILL wouldn't properly kill a process under just the right cicumstances: a stopped task that already had another signal queued would get the SIGKILL queued onto the shared queue, and there it would remain until SIGCONT. This simplifies the signal acceptance logic, and fixes the bug in the process. Losely based on an earlier patch by Bhavesh. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed