All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: io-uring <io-uring@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] io_uring fixes for 5.7-rc5
Date: Fri, 8 May 2020 21:12:49 -0600	[thread overview]
Message-ID: <cf931801-dc26-e86b-57aa-d7730baccdc1@kernel.dk> (raw)

Hi Linus,

A few fixes that should go into this series:

- Fix finish_wait() balancing in file cancelation (Xiaoguang)

- Ensure early cleanup of resources in ring map failure (Xiaoguang)

- Ensure IORING_OP_SLICE does the right file mode checks (Pavel)

- Remove file opening from openat/openat2/statx, it's not needed and
  messes with O_PATH

Please pull!


  git://git.kernel.dk/linux-block.git tags/io_uring-5.7-2020-05-08


----------------------------------------------------------------
Jens Axboe (1):
      io_uring: don't use 'fd' for openat/openat2/statx

Pavel Begunkov (1):
      splice: move f_mode checks to do_{splice,tee}()

Xiaoguang Wang (2):
      io_uring: fix mismatched finish_wait() calls in io_uring_cancel_files()
      io_uring: handle -EFAULT properly in io_uring_setup()

 fs/io_uring.c | 65 ++++++++++++++++++++---------------------------------------
 fs/splice.c   | 45 +++++++++++++++++------------------------
 2 files changed, 40 insertions(+), 70 deletions(-)

-- 
Jens Axboe


             reply	other threads:[~2020-05-09  3:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-09  3:12 Jens Axboe [this message]
2020-05-09 20:25 ` [GIT PULL] io_uring fixes for 5.7-rc5 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=cf931801-dc26-e86b-57aa-d7730baccdc1@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=io-uring@vger.kernel.org \
    --cc=linux-kernel@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.