Re: [RFC] Proposal for ptrace improvements

From: Oleg Nesterov
Date: Wed Mar 02 2011 - 08:40:46 EST


On 03/02, Tejun Heo wrote:
>
> On Wed, Mar 02, 2011 at 06:07:35AM +0100, Indan Zupancic wrote:
> > I'm not sure what Denys is talking about: Currently it's impossible to
> > pass along SIGSTOP to traced processes. Quoting the ptrace manpage:
> >
> > PTRACE_CONT
> > Restarts the stopped child process. If data is nonzero and not
> > SIGSTOP, it is interpreted as a signal to be delivered to the
> > child; otherwise, no signal is delivered.
>
> AFAICS, that's not true. SIGSTOP isn't treated differently from other
> signals in the ptrace signal delivery path. Maybe it was true in the
> past.

Yes, this is not true. And it seems this was never true.

This is the second time this manpage confuses people in this discussion,
probably it should be fixed...

Add Michael.

Oleg.

--
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/