linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] io_uring fixes for 5.8-rc1
@ 2020-06-11 21:35 Jens Axboe
  2020-06-11 23:45 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2020-06-11 21:35 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: io-uring, linux-kernel

Hi Linus,

A few late stragglers in here. In particular:

- Validate full range for provided buffers (Bijan)

- Fix bad use of kfree() in buffer registration failure (Denis)

- Don't allow close of ring itself, it's not fully safe. Making it fully
  safe would require making the system call more expensive, which isn't
  worth it.

- Buffer selection fix

- Regression fix for O_NONBLOCK retry

- Make IORING_OP_ACCEPT honor O_NONBLOCK (Jiufei)

- Restrict opcode handling for SQ/IOPOLL (Pavel)

- io-wq work handling cleanups and improvements (Pavel, Xiaoguang)

- IOPOLL race fix (Xiaoguang)

Please pull!

The following changes since commit 1ee08de1e234d95b5b4f866878b72fceb5372904:

  Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-block (2020-06-02 15:42:50 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/io_uring-5.8-2020-06-11

for you to fetch changes up to 65a6543da386838f935d2f03f452c5c0acff2a68:

  io_uring: fix io_kiocb.flags modification race in IOPOLL mode (2020-06-11 09:45:21 -0600)

----------------------------------------------------------------
io_uring-5.8-2020-06-11

----------------------------------------------------------------
Bijan Mottahedeh (1):
      io_uring: validate the full range of provided buffers for access

Denis Efremov (1):
      io_uring: use kvfree() in io_sqe_buffer_register()

Jens Axboe (3):
      io_uring: disallow close of ring itself
      io_uring: re-set iov base/len for buffer select retry
      io_uring: allow O_NONBLOCK async retry

Jiufei Xue (1):
      io_uring: check file O_NONBLOCK state for accept

Pavel Begunkov (8):
      io_uring: fix {SQ,IO}POLL with unsupported opcodes
      io_uring: do build_open_how() only once
      io_uring: deduplicate io_openat{,2}_prep()
      io_uring: move send/recv IOPOLL check into prep
      io_uring: don't derive close state from ->func
      io_uring: remove custom ->func handlers
      io_uring: don't arm a timeout through work.func
      io_wq: add per-wq work handler instead of per work

Xiaoguang Wang (3):
      io_uring: avoid whole io_wq_work copy for requests completed inline
      io_uring: avoid unnecessary io_wq_work copy for fast poll feature
      io_uring: fix io_kiocb.flags modification race in IOPOLL mode

 fs/io-wq.c    |  10 +-
 fs/io-wq.h    |   8 +-
 fs/io_uring.c | 424 ++++++++++++++++++++++++++--------------------------------
 3 files changed, 201 insertions(+), 241 deletions(-)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] io_uring fixes for 5.8-rc1
  2020-06-11 21:35 [GIT PULL] io_uring fixes for 5.8-rc1 Jens Axboe
@ 2020-06-11 23:45 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-06-11 23:45 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, io-uring, linux-kernel

The pull request you sent on Thu, 11 Jun 2020 15:35:22 -0600:

> git://git.kernel.dk/linux-block.git tags/io_uring-5.8-2020-06-11

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b961f8dc8976c091180839f4483d67b7c2ca2578

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-11 23:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-11 21:35 [GIT PULL] io_uring fixes for 5.8-rc1 Jens Axboe
2020-06-11 23:45 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).