linux/io_uring
Jens Axboe 7cfe7a0948 io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not available
With how task_work is added and signaled, we can have TIF_NOTIFY_SIGNAL
set and no task_work pending as it got run in a previous loop. Treat
TIF_NOTIFY_SIGNAL like get_signal(), always clear it if set regardless
of whether or not task_work is pending to run.

Cc: stable@vger.kernel.org
Fixes: 46a525e199e4 ("io_uring: don't gate task_work run on TIF_NOTIFY_SIGNAL")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2022-11-25 10:55:08 -07:00
..
2022-08-12 17:01:00 -06:00
2022-09-21 13:15:02 -06:00
2022-10-16 17:07:12 -06:00
2022-10-16 17:07:12 -06:00
2022-10-07 12:25:30 -06:00
2022-09-01 17:39:05 -04:00