mbox series

[for-next,0/6] defer tw fixes and other cleanups

Message ID cover.1662652536.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series defer tw fixes and other cleanups | expand

Message

Pavel Begunkov Sept. 8, 2022, 3:56 p.m. UTC
1-4 fix some defer tw problems, 5-6 are just dropped into the pile.

note: we intentionally break defer-taskrun test here.

Pavel Begunkov (6):
  io_uring: further limit non-owner defer-tw cq waiting
  io_uring: disallow defer-tw run w/ no submitters
  io_uring/iopoll: fix unexpected returns
  io_uring/iopoll: unify tw breaking logic
  io_uring: add fast path for io_run_local_work()
  io_uring: remove unused return from io_disarm_next

 io_uring/io_uring.c | 35 ++++++++++++++++++-----------------
 io_uring/io_uring.h |  6 ++++++
 io_uring/timeout.c  | 13 +++----------
 io_uring/timeout.h  |  2 +-
 4 files changed, 28 insertions(+), 28 deletions(-)

Comments

Jens Axboe Sept. 8, 2022, 9:23 p.m. UTC | #1
On Thu, 8 Sep 2022 16:56:51 +0100, Pavel Begunkov wrote:
> 1-4 fix some defer tw problems, 5-6 are just dropped into the pile.
> 
> note: we intentionally break defer-taskrun test here.
> 
> Pavel Begunkov (6):
>   io_uring: further limit non-owner defer-tw cq waiting
>   io_uring: disallow defer-tw run w/ no submitters
>   io_uring/iopoll: fix unexpected returns
>   io_uring/iopoll: unify tw breaking logic
>   io_uring: add fast path for io_run_local_work()
>   io_uring: remove unused return from io_disarm_next
> 
> [...]

Applied, thanks!

[1/6] io_uring: further limit non-owner defer-tw cq waiting
      commit: 3ecccd114f6030f882e0dbc80d4958a80e0acb1c
[2/6] io_uring: disallow defer-tw run w/ no submitters
      commit: 598ee40dc2602dea491b72d003c505e4e5ce4e36
[3/6] io_uring/iopoll: fix unexpected returns
      commit: 6ccbce854d5d30d328cf4735869c40a13113c89a
[4/6] io_uring/iopoll: unify tw breaking logic
      commit: c701863860cb6bc822ab0c96a351f8cd21c82b26
[5/6] io_uring: add fast path for io_run_local_work()
      commit: 2592425110ebfdc1f8b5d89bb4460d5b028840a6
[6/6] io_uring: remove unused return from io_disarm_next
      commit: 62073e8ffd01ca543eab391e0af9a3194a6e9df3

Best regards,