Re: [PATCH v3 0/4] clone: add CLONE_PIDFD

From: Christian Brauner
Date: Fri Apr 19 2019 - 16:05:27 EST


On Fri, Apr 19, 2019 at 02:09:00PM +0200, Christian Brauner wrote:
> Hey,
>
> /* v3 summary */
> After a brief discussion we decided to block CLONE_PIDFD with
> CLONE_THREAD for now. Not because it is not possible but because we
> don't have a use-case yet and blocking it makes the initial work for
> pidfd polling easier. However, it is possible to simply flick the
> switch later.

I have moved v3 into my for-next branch which means it should show up in
linux-next for some testing soon. All versions of the CLONE_PIDFD
patches are on top of v5.1-rc4.

Thanks!
Christian