mbox series

[GIT,PULL,for-6.3] Switch io_uring to ITER_UBUF

Message ID 7ec9c3d0-1028-4d58-8ef1-0cce3083696c@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL,for-6.3] Switch io_uring to ITER_UBUF | expand

Pull-request

git://git.kernel.dk/linux.git tags/for-6.3/iter-ubuf-2023-02-16

Message

Jens Axboe Feb. 17, 2023, 2:54 a.m. UTC
Hi Linus,

Since we now have ITER_UBUF available, switch to using it for single
ranges as it's more efficient than ITER_IOVEC for that.

Please pull!


The following changes since commit b7bfaa761d760e72a969d116517eaa12e404c262:

  Linux 6.2-rc3 (2023-01-08 11:49:43 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/for-6.3/iter-ubuf-2023-02-16

for you to fetch changes up to d46aa786fa53cbc92593089374e49c94fd9063ae:

  block: use iter_ubuf for single range (2023-01-11 10:31:49 -0700)

----------------------------------------------------------------
for-6.3/iter-ubuf-2023-02-16

----------------------------------------------------------------
Jens Axboe (3):
      iov: add import_ubuf()
      io_uring: switch network send/recv to ITER_UBUF
      io_uring: use iter_ubuf for single range imports

Keith Busch (2):
      iov_iter: move iter_ubuf check inside restore WARN
      block: use iter_ubuf for single range

 block/blk-map.c     |  8 ++++----
 include/linux/uio.h |  1 +
 io_uring/net.c      | 17 +++++------------
 io_uring/rw.c       |  9 ++++++---
 lib/iov_iter.c      | 15 +++++++++++++--
 5 files changed, 29 insertions(+), 21 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 20, 2023, 11 p.m. UTC | #1
The pull request you sent on Thu, 16 Feb 2023 19:54:20 -0700:

> git://git.kernel.dk/linux.git tags/for-6.3/iter-ubuf-2023-02-16

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

Thank you!