Files
Linux/io_uring
Dylan Yudaken b3026767e1 io_uring: unlock if __io_run_local_work locked inside
It is possible for tw to lock the ring, and this was not propogated out to
io_run_local_work. This can cause an unlock to be missed.

Instead pass a pointer to locked into __io_run_local_work.

Fixes: 8ac5d85a89 ("io_uring: add local task_work run helper that is entered locked")
Signed-off-by: Dylan Yudaken <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
[axboe: WARN_ON() -> WARN_ON_ONCE() and add a minor comment]
Signed-off-by: Jens Axboe <[email protected]>
2022-10-27 09:52:12 -06: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
…