Re: [RFC PATCH 3/8] fork/vhost_task: Switch to CLONE_THREAD and CLONE_SIGHAND

From: Christian Brauner
Date: Thu May 18 2023 - 04:18:20 EST


On Wed, May 17, 2023 at 07:09:15PM -0500, Mike Christie wrote:
> This is a modified version of Linus's patch which has vhost_task
> use CLONE_THREAD and CLONE_SIGHAND and allow SIGKILL and SIGSTOP.
>
> I renamed the ignore_signals to block_signals based on Linus's comment
> where it aligns with what we are doing with the siginitsetinv
> p->blocked use and no longer calling ignore_signals.
>
> Signed-off-by: Mike Christie <michael.christie@xxxxxxxxxx>
> ---

Yes, much nicer than what this was before,
Acked-by: Christian Brauner <brauner@xxxxxxxxxx>