linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] io_uring fixes for 5.5-rc7
@ 2020-01-17 14:33 Jens Axboe
  2020-01-17 20:00 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2020-01-17 14:33 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: io-uring, linux-kernel

Hi Linus,

A set of fixes that should go into this release. This pull request
contains:

- Ensure ->result is always set when IO is retried (Bijan)

- In conjunction with the above, fix a regression in polled IO issue
  when retried (me/Bijan)

- Don't setup async context for read/write fixed, otherwise we may
  wrongly map the iovec on retry (me)

- Cancel io-wq work if we fail getting mm reference (me)

- Ensure dependent work is always initialized correctly (me)

- Only allow original task to submit IO, don't allow it from a passed
  ring fd (me)

Please pull!


  git://git.kernel.dk/linux-block.git tags/io_uring-5.5-2020-01-16


----------------------------------------------------------------
Bijan Mottahedeh (1):
      io_uring: clear req->result always before issuing a read/write request

Jens Axboe (5):
      io_uring: don't setup async context for read/write fixed
      io-wq: cancel work if we fail getting a mm reference
      io_uring: be consistent in assigning next work from handler
      io_uring: ensure workqueue offload grabs ring mutex for poll list
      io_uring: only allow submit from owning task

 fs/io-wq.c    | 12 ++++++----
 fs/io_uring.c | 72 +++++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 56 insertions(+), 28 deletions(-)

-- 
Jens Axboe


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

* Re: [GIT PULL] io_uring fixes for 5.5-rc7
  2020-01-17 14:33 [GIT PULL] io_uring fixes for 5.5-rc7 Jens Axboe
@ 2020-01-17 20:00 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-01-17 20:00 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, io-uring, linux-kernel

The pull request you sent on Fri, 17 Jan 2020 07:33:15 -0700:

> git://git.kernel.dk/linux-block.git tags/io_uring-5.5-2020-01-16

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

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-01-17 20:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-17 14:33 [GIT PULL] io_uring fixes for 5.5-rc7 Jens Axboe
2020-01-17 20:00 ` 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).