John Fremlin wrote:
> 
> 
> > So it seems that we must reparent the thread to init, and
> > make sure that it delivers SIGCHLD to init when it exits.
> 
> Sounds good. Why isn't SIGCHLD a stronger default anyway.

mm?   The caller gets to choose...

> [...]
> 
> > +     /* Set the exit signal to SIGCHLD so we signal init on exit */
> > +     if (this_task->exit_signal ! 0) {
> 
> Tyop.

aargh.  Thanks.  So that's what `cvs commit' does :)

The patch is OK with this converted into `!='.  But I'll
refresh and retest for tomorrow.  Still not very happy with
this approach though...
-
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/

Reply via email to