Re: [PATCH V3 7/9] fork: Add worker flag to ignore signals

2021-10-04 Thread Jens Axboe
On 10/4/21 1:21 PM, Mike Christie wrote: > The kthread API creates threads that ignore all signals by default so > modules like vhost that will move from that API to kernel_worker will > not be expecting them. This patch adds a worker flag that tells > kernel_worker to setup the task to ignore

[PATCH V3 7/9] fork: Add worker flag to ignore signals

2021-10-04 Thread Mike Christie
The kthread API creates threads that ignore all signals by default so modules like vhost that will move from that API to kernel_worker will not be expecting them. This patch adds a worker flag that tells kernel_worker to setup the task to ignore signals. Signed-off-by: Mike Christie Acked-by: