Re: [PATCH 2/4] use tracehook_finish_jctl() to clear -stopped

2009-07-28 Thread Roland McGrath
+ * While in TASK_STOPPED, we can be considered safely + * stopped by utrace_do_stop(). Clear -stopped if we + * were woken by signal. s/signal/SIGKILL/, no? It's not really while in TASK_STOPPED any more, it's that utrace_do_stop could have changed TASK_STOPPED to TASK_TRACED.

Re: [PATCH 2/4] use tracehook_finish_jctl() to clear -stopped

2009-07-28 Thread Oleg Nesterov
On 07/28, Roland McGrath wrote: +* While in TASK_STOPPED, we can be considered safely +* stopped by utrace_do_stop(). Clear -stopped if we +* were woken by signal. s/signal/SIGKILL/, no? It's not really while in TASK_STOPPED any more, it's that utrace_do_stop could have