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>, LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] io_uring fixes for 5.13-rc1
Date: Fri, 7 May 2021 09:59:40 -0600	[thread overview]
Message-ID: <172809ab-c9c4-fc36-6bba-3ea0128f748b@kernel.dk> (raw)

Hi Linus,

Mostly fixes for merge window merged code. In detail:

- Error memory leak fixes (Colin, Zqiang)

- Add the tools/io_uring/ to the list of maintained files (Lukas)

- Set of fixes for the modified buffer registration API (Pavel)

- Sanitize io thread setup on x86 (Stefan)

- Ensure we truncate transfer count for registered buffers (Thadeu)

Please pull!


The following changes since commit 635de956a7f5a6ffcb04f29d70630c64c717b56b:

  Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2021-04-29 11:41:43 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/io_uring-5.13-2021-05-07

for you to fetch changes up to 50b7b6f29de3e18e9d6c09641256a0296361cfee:

  x86/process: setup io_threads more like normal user space threads (2021-05-05 17:47:41 -0600)

----------------------------------------------------------------
io_uring-5.13-2021-05-07

----------------------------------------------------------------
Colin Ian King (1):
      io_uring: Fix premature return from loop and memory leak

Lukas Bulwahn (1):
      MAINTAINERS: add io_uring tool to IO_URING

Pavel Begunkov (5):
      io_uring: fix drain with rsrc CQEs
      io_uring: dont overlap internal and user req flags
      io_uring: add more build check for uapi
      io_uring: allow empty slots for reg buffers
      io_uring: fix unchecked error in switch_start()

Stefan Metzmacher (1):
      x86/process: setup io_threads more like normal user space threads

Thadeu Lima de Souza Cascardo (1):
      io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffers

Zqiang (1):
      io_uring: Fix memory leak in io_sqe_buffers_register()

 MAINTAINERS               |  1 +
 arch/x86/kernel/process.c | 19 ++++++++++++-
 fs/io_uring.c             | 69 ++++++++++++++++++++++++++++++++++-------------
 3 files changed, 70 insertions(+), 19 deletions(-)

-- 
Jens Axboe


             reply	other threads:[~2021-05-07 15:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-07 15:59 Jens Axboe [this message]
2021-05-07 19:07 ` [GIT PULL] io_uring fixes for 5.13-rc1 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=172809ab-c9c4-fc36-6bba-3ea0128f748b@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.