Re: [PATCH 1/2] ptrace: Move setting/clearing ptrace_message into ptrace_stop

From: Oleg Nesterov
Date: Thu Mar 17 2022 - 13:47:12 EST


On 03/15, Eric W. Biederman wrote:
>
> there are places
> that set ptrace_message and don't clear it, and places that never set
> it.

Yes, I too never understood this.

So I obviously like this change. The only problem (as usual) is that we
can never know if something depends on this old (and strange) behaviour.

Acked-by: Oleg Nesterov <oleg@xxxxxxxxxx>