All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "linux-block@vger.kernel.org" <linux-block@vger.kernel.org>
Subject: [GIT PULL] Storage fixes for 5.1-rc7
Date: Sun, 28 Apr 2019 07:55:03 -0600	[thread overview]
Message-ID: <32d1cc79-7db1-6017-9626-2eb1845dd9e0@kernel.dk> (raw)

Hi Linus,

Set of io_uring fixes that should go into this release. In particular,
this pull request contains:

- The mutex lock vs ctx ref count fix (me)

- Removal of a dead variable (me)

- Two races fixes (Stefan)

- Ring head/tail condition fix for poll full SQ detection (Stefan)

Please pull!


  git://git.kernel.dk/linux-block.git tags/for-linus-20190428


----------------------------------------------------------------
Jens Axboe (2):
      io_uring: fail io_uring_register(2) on a dying io_uring instance
      io_uring: remove 'state' argument from io_{read,write} path

Stefan Bühler (3):
      io_uring: fix race condition reading SQ entries
      io_uring: fix race condition when sq threads goes sleeping
      io_uring: fix poll full SQ detection

 fs/io_uring.c | 42 ++++++++++++++++++++++++++----------------
 1 file changed, 26 insertions(+), 16 deletions(-)

-- 
Jens Axboe


             reply	other threads:[~2019-04-28 13:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-28 13:55 Jens Axboe [this message]
2019-04-28 18:05 ` [GIT PULL] Storage fixes for 5.1-rc7 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=32d1cc79-7db1-6017-9626-2eb1845dd9e0@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=linux-block@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.