]> www.infradead.org Git - users/hch/misc.git/commit
io_uring: run local task_work from ring exit IOPOLL reaping
authorJens Axboe <axboe@kernel.dk>
Fri, 13 Jun 2025 21:24:53 +0000 (15:24 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 13 Jun 2025 21:26:17 +0000 (15:26 -0600)
commitb62e0efd8a8571460d05922862a451855ebdf3c6
tree39588df6d03e0622b94c9d39156f772459785386
parent26ec15e4b0c1d7b25214d9c0be1d50492e2f006c
io_uring: run local task_work from ring exit IOPOLL reaping

In preparation for needing to shift NVMe passthrough to always use
task_work for polled IO completions, ensure that those are suitably
run at exit time. See commit:

9ce6c9875f3e ("nvme: always punt polled uring_cmd end_io work to task_work")

for details on why that is necessary.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c