On Thu, Jun 25, 2026 at 02:14:20AM -0600, Mark Kettenis wrote:
> CVSROOT:      /cvs
> Module name:  src
> Changes by:   [email protected]        2026/06/25 02:14:20
> 
> Modified files:
>       sys/kern       : kern_exit.c 
> 
> Log message:
> Always untrace traced children even when they're exiting.  But do skip
> sending them a SIGKILL.  This prevents triggering a KASSERT in a convuluted
> scenario reported by Yuxiang Yang.
> 
> "looks right" deraadt@
> ok claudio@

This commit introduced a regression, the following command now hangs.

        make -C /home/src/regress/sys/ptrace | cat

Reply via email to