mbox series

[for-next,0/4] poll locking fixes

Message ID cover.1657203020.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series poll locking fixes | expand

Message

Pavel Begunkov July 7, 2022, 2:13 p.m. UTC
Fix a stupid bug with recent poll locking optimisations and also add two
clean ups on top.

Pavel Begunkov (4):
  io_uring: don't miss setting REQ_F_DOUBLE_POLL
  io_uring: don't race double poll setting REQ_F_ASYNC_DATA
  io_uring: clear REQ_F_HASH_LOCKED on hash removal
  io_uring: consolidate hash_locked io-wq handling

 io_uring/poll.c | 41 +++++++++++++++++++++--------------------
 1 file changed, 21 insertions(+), 20 deletions(-)

Comments

Jens Axboe July 7, 2022, 11:27 p.m. UTC | #1
On Thu, 7 Jul 2022 15:13:13 +0100, Pavel Begunkov wrote:
> Fix a stupid bug with recent poll locking optimisations and also add two
> clean ups on top.
> 
> Pavel Begunkov (4):
>   io_uring: don't miss setting REQ_F_DOUBLE_POLL
>   io_uring: don't race double poll setting REQ_F_ASYNC_DATA
>   io_uring: clear REQ_F_HASH_LOCKED on hash removal
>   io_uring: consolidate hash_locked io-wq handling
> 
> [...]

Applied, thanks!

[1/4] io_uring: don't miss setting REQ_F_DOUBLE_POLL
      commit: cac3abc09e660efdf7e5cfc08a1dd036dd469f3c
[2/4] io_uring: don't race double poll setting REQ_F_ASYNC_DATA
      commit: 5667130cabe02a13e1937ccbb4a327ca2b635c47
[3/4] io_uring: clear REQ_F_HASH_LOCKED on hash removal
      commit: 29384959ff90016682457eb2d16c897c02515c51
[4/4] io_uring: consolidate hash_locked io-wq handling
      commit: 7cb765f3b72f4478852dca6cb0e8e04118c89cc2

Best regards,