Staging
v0.5.1
https://github.com/torvalds/linux
Revision 5acbc5cb507e6c381b70093b1081854708e82b16 authored by Roland McGrath on 29 September 2005, 21:54:42 UTC, committed by Linus Torvalds on 29 September 2005, 22:20:47 UTC
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 <roland@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 4a8342d
History
Tip revision: 5acbc5cb507e6c381b70093b1081854708e82b16 authored by Roland McGrath on 29 September 2005, 21:54:42 UTC
[PATCH] Fix task state testing properly in do_signal_stop()
Tip revision: 5acbc5c
File Mode Size
Documentation
arch
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.1 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 59.3 KB
Makefile -rw-r--r-- 42.4 KB
README -rw-r--r-- 14.4 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top