Re: [PATCH 4/5] x86: wire up TIF_NOTIFY_SIGNAL

From: Oleg Nesterov
Date: Thu Oct 15 2020 - 10:45:01 EST


On 10/15, Jens Axboe wrote:
>
> We already get the ti_work passed in arch_do_signal(), define
> TIF_NOTIFY_SIGNAL and take the appropriate action in the signal handling
> based on _TIF_NOTIFY_SIGNAL and _TIF_SIGPENDING being set.
>
> Signed-off-by: Jens Axboe <axboe@xxxxxxxxx>

Reviewed-by: Oleg Nesterov <oleg@xxxxxxxxxx>