linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Fixes for 5.4-rc5
@ 2019-10-26 13:29 Jens Axboe
  2019-10-26 20:45 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2019-10-26 13:29 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-block

Hi Linus,

Here's a set of fixes that should go into this release. A bit bigger
than usual at this point in time, mostly due to some good bug hunting
work by Pavel that resulted in 3 io_uring fixes from him and 2 from me.
Anyway, this pull request contains:

- Revert of the submit-and-wait optimization for io_uring, it can't
  always be done safely. It depends on commands always making progress
  on their own, which isn't necessarily the case outside of strict file
  IO. (me)

- Series of 2 patches from me and 3 from Pavel, fixing issues with
  shared data and sequencing for io_uring.

- Lastly, two timeout sequence fixes for io_uring (zhangyi)

- Two nbd patches fixing races (Josef)

- libahci regulator_get_optional() fix (Mark)

Please pull!


  git://git.kernel.dk/linux-block.git tags/for-linus-2019-10-26


----------------------------------------------------------------
Jens Axboe (3):
      io_uring: revert "io_uring: optimize submit_and_wait API"
      io_uring: used cached copies of sq->dropped and cq->overflow
      io_uring: fix bad inflight accounting for SETUP_IOPOLL|SETUP_SQTHREAD

Josef Bacik (2):
      nbd: protect cmd->status with cmd->lock
      nbd: handle racing with error'ed out commands

Mark Brown (1):
      ata: libahci_platform: Fix regulator_get_optional() misuse

Mike Christie (1):
      nbd: verify socket is supported during setup

Pavel Begunkov (3):
      io_uring: Fix corrupted user_data
      io_uring: Fix broken links with offloading
      io_uring: Fix race for sqes with userspace

zhangyi (F) (2):
      io_uring : correct timeout req sequence when waiting timeout
      io_uring: correct timeout req sequence when inserting a new entry

 drivers/ata/libahci_platform.c |  38 +++-----
 drivers/block/nbd.c            |  41 ++++++--
 fs/io_uring.c                  | 207 ++++++++++++++++++++++-------------------
 3 files changed, 161 insertions(+), 125 deletions(-)

-- 
Jens Axboe


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

* Re: [GIT PULL] Fixes for 5.4-rc5
  2019-10-26 13:29 [GIT PULL] Fixes for 5.4-rc5 Jens Axboe
@ 2019-10-26 20:45 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-10-26 20:45 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, linux-block

The pull request you sent on Sat, 26 Oct 2019 07:29:47 -0600:

> git://git.kernel.dk/linux-block.git tags/for-linus-2019-10-26

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

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:[~2019-10-26 20:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-26 13:29 [GIT PULL] Fixes for 5.4-rc5 Jens Axboe
2019-10-26 20: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).