Messages in this thread |  | | Date | Wed, 13 Nov 2013 16:45:16 +0100 | From | Oleg Nesterov <> | Subject | [PATCH 0/1] sched: Check TASK_DEAD rather than EXIT_DEAD in schedule_debug() |
| |
On 11/13, Peter Zijlstra wrote: > > On Wed, Nov 13, 2013 at 03:35:52PM +0100, Oleg Nesterov wrote: > > > > As for "nobody should use exit_state". I'll try to recheck, but iirc > > we already discussed this... do you remember any reason why > > schedule_debug() can't check prev->state == TASK_DEAD instead of > > ->exit_state? > > I have no such memories :/ but a quick test shows that such a kernel > does boot without issue.
probably my memory fools me. OK, it seems that you agree with this change, hopefully we both can't be wrong ;)
> Acked-by: Peter Zijlstra <peterz@infradead.org>
Thanks! And since picked this series, perhaps you can also queue this one?
Oleg.
|  |