Re: [PATCH] cleanup ptrace stops and remove notify_parent

From: Linus Torvalds
Date: Tue Aug 31 2004 - 19:32:44 EST




On Tue, 31 Aug 2004, Roland McGrath wrote:
>
> That's a different implementation than what we've got now. Feel free to
> try to make it work. Linus has talked before about treating the state as a
> bitmask, but the code is not actually written that way now.

The state itself shouldn't be a bitmask, but the _values_ get used for
masks in quite a few places (ie "task->state & (TASK_DEAD | TASK_ZOMBIE)").

Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/