From: Roland McGrath Date: Thu, 29 Sep 2005 21:54:42 +0000 (-0700) Subject: [PATCH] Fix task state testing properly in do_signal_stop() X-Git-Tag: v2.6.14-rc3~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5acbc5cb507e6c381b70093b1081854708e82b16;p=pandora-kernel.git [PATCH] Fix task state testing properly in do_signal_stop() Any tests using < TASK_STOPPED or the like are left over from the time when the TASK_ZOMBIE and TASK_DEAD bits were in the same word, and it served to check for "stopped or dead". I think this one in do_signal_stop is the only such case. It has been buggy ever since exit_state was separated, and isn't testing the exit_state value. Signed-off-by: Roland McGrath Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed