On 05/15, Mike Christie wrote:
>
> --- a/kernel/vhost_task.c
> +++ b/kernel/vhost_task.c
> @@ -75,13 +75,13 @@ struct vhost_task *vhost_task_create(int (*fn)(void *), 
> void *arg,
>                                    const char *name)
>  {
>       struct kernel_clone_args args = {
> -             .flags          = CLONE_FS | CLONE_UNTRACED | CLONE_VM,
> +             .flags          = CLONE_FS | CLONE_UNTRACED | CLONE_VM |
> +                               CLONE_THREAD | CLONE_SIGHAND,

I am looking at 6/8 on https://lore.kernel.org/lkml/ ...

with this change kernel_wait4() in vhost_task_stop() won't work?

Oleg.

_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

Reply via email to