Re: [PATCH 2/2] PF_DEAD: kill it

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



* Oleg Nesterov <[email protected]> wrote:

> After the previous change (->flags & PF_DEAD) <=> (->state == 
> EXIT_DEAD), so we can forget about PF_DEAD flag.
> 
> In my opinion PF_DEAD has nothing to do with process state, it is just 
> indication that task_struct should be freed after the last schedule.
> 
> Perhaps it makes sense to add new TASK_DEAD flag to use it instead of 
> EXIT_DEAD, while the latter should live only in ->exit_state.

yes, i'd suggest a followup patch to keep the two flag spaces totally 
disjunct - at least for testing in -mm. This area of code (when it was 
introduced) was pretty fragile and blew up under PREEMPT+SMP a couple of 
times. The separate handling of PF_DEAD was necessary until i fixed 
do_exit() to only have PF_DEAD in an atomic path up to the final 
schedule(). You are right that we can totally eliminate it now.

so your patch looks great to me! (I have also added this patch (and the 
previous patch) to the -rt tree, to give it some more testing in more 
extreme preemption scenarios.)

Acked-by: Ingo Molnar <[email protected]>

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

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux