Re: [PATCH v11 1/2] fork: extend clone3() to support setting a PID

From: Christian Brauner
Date: Fri Nov 15 2019 - 17:52:08 EST


On Fri, Nov 15, 2019 at 04:54:06PM +0000, Dmitry Safonov wrote:
> On 11/15/19 12:36 PM, Adrian Reber wrote:
> [..]
> > Signed-off-by: Adrian Reber <areber@xxxxxxxxxx>
> > Reviewed-by: Christian Brauner <christian.brauner@xxxxxxxxxx>
>
> Reviewed-by: Dmitry Safonov <0x7f454c46@xxxxxxxxx>
>
> [though, I have 2 minor nits below]
>
> [..]
> > + * @set_tid: Pointer to an array of type *pid_t. The size
> > + * of the array is defined using @set_tid_size.
> > + * This array is used select PIDs/TIDs for newly
>
> /is used select/is used to select/s

I fixed this up while applying.

Thanks!
Christian