[GIT PULL] io_uring fixes for 5.5-rc4

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Linus,

This pull request:

- Removal of now unused busy wqe list (Hillf)

- Add cond_resched() to io-wq work processing (Hillf)

- And then the series that I hinted at from last week, which removes the
  sqe from the io_kiocb and keeps all sqe handling on the prep side.
  This guarantees that an opcode can't do the wrong thing and read the
  sqe more than once. This is unchanged from last week, no issues have
  been observed with this in testing. Hence I really think we should
  fold this into 5.5.

Please pull!


  git://git.kernel.dk/linux-block.git tags/io_uring-5.5-20191226


----------------------------------------------------------------
Hillf Danton (2):
      io-wq: remove unused busy list from io_sqe
      io-wq: add cond_resched() to worker thread

Jens Axboe (7):
      io_uring: use u64_to_user_ptr() consistently
      io_uring: add and use struct io_rw for read/writes
      io_uring: move all prep state for IORING_OP_CONNECT to prep handler
      io_uring: move all prep state for IORING_OP_{SEND,RECV}_MGS to prep handler
      io_uring: read 'count' for IORING_OP_TIMEOUT in prep handler
      io_uring: standardize the prep methods
      io_uring: pass in 'sqe' to the prep handlers

 fs/io-wq.c    |  10 +-
 fs/io_uring.c | 690 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 357 insertions(+), 343 deletions(-)

-- 
Jens Axboe




[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux