Re: [PATCH v5 0/6] pidfd: add CLONE_AUTOREAP, CLONE_NNP, and CLONE_PIDFD_AUTOKILL
From: Oleg Nesterov
Date: Sat Feb 28 2026 - 07:50:19 EST
On 02/26, Christian Brauner wrote:
>
> Christian Brauner (6):
> clone: add CLONE_AUTOREAP
> clone: add CLONE_NNP
> pidfd: add CLONE_PIDFD_AUTOKILL
Well, I still think copy_process should deny
"CLONE_PARENT && current->signal->autoreap", in shis case the
new child will have .exit_signal == 0 without signal->autoreap.
But this really minor.
FWIW, I see no technical problems in 1-3, feel free to add
Reviewed-by: Oleg Nesterov <oleg@xxxxxxxxxx>