]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
io_uring: backport io_should_terminate_tw()
authorJens Axboe <axboe@kernel.dk>
Thu, 18 Sep 2025 17:27:06 +0000 (11:27 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Sep 2025 08:58:53 +0000 (10:58 +0200)
commit9d3489ba4a8a311c94962f42ec0bac78ce1a7661
tree79ef26f03afead16afff98801278e23621dc588a
parentab064e01278ffd933ed3548a52b8afb7c0741cca
io_uring: backport io_should_terminate_tw()

Parts of commit b6f58a3f4aa8dba424356c7a69388a81f4459300 upstream.

Backport io_should_terminate_tw() helper to judge whether task_work
should be run or terminated.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
io_uring/io_uring.c
io_uring/io_uring.h
io_uring/poll.c
io_uring/timeout.c