public inbox for [email protected]
 help / color / mirror / Atom feed
From: Jens Axboe <[email protected]>
To: Linus Torvalds <[email protected]>
Cc: io-uring <[email protected]>
Subject: [GIT PULL] Followup io_uring fixes for 6.3-rc1
Date: Fri, 3 Mar 2023 05:45:22 -0700	[thread overview]
Message-ID: <[email protected]> (raw)

Hi Linus,

Here's a set of fixes/changes that didn't make the first cut, either
because they got queued before I sent the early merge request, or fixes
that came in afterwards. In detail:

- Don't set MSG_NOSIGNAL on recv/recvmsg opcodes, as AF_PACKET will
  error out (David)

- Fix for spurious poll wakeups (me)

- Fix for a file leak for buffered reads in certain conditions (Joseph)

- Don't allow registered buffers of mixed types (Pavel)

- Improve handling of huge pages for registered buffers (Pavel)

- Provided buffer ring size calculation fix (Wojciech)

- Minor cleanups (me)

Please pull!


The following changes since commit 5b7c4cabbb65f5c469464da6c5f614cbd7f730f2:

  Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next (2023-02-21 18:24:12 -0800)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.3-2023-03-03

for you to fetch changes up to 1947ddf9b3d5b886ba227bbfd3d6f501af08b5b0:

  io_uring/poll: don't pass in wake func to io_init_poll_iocb() (2023-03-01 10:06:53 -0700)

----------------------------------------------------------------
io_uring-6.3-2023-03-03

----------------------------------------------------------------
David Lamparter (1):
      io_uring: remove MSG_NOSIGNAL from recvmsg

Jens Axboe (5):
      io_uring: consolidate the put_ref-and-return section of adding work
      io_uring: rename 'in_idle' to 'in_cancel'
      io_uring/rsrc: always initialize 'folio' to NULL
      io_uring/poll: allow some retries for poll triggering spuriously
      io_uring/poll: don't pass in wake func to io_init_poll_iocb()

Joseph Qi (1):
      io_uring: fix fget leak when fs don't support nowait buffered read

Pavel Begunkov (5):
      io_uring/rsrc: fix a comment in io_import_fixed()
      io_uring: remove unused wq_list_merge
      io_uring/rsrc: disallow multi-source reg buffers
      io_uring/rsrc: optimise single entry advance
      io_uring/rsrc: optimise registered huge pages

Wojciech Lukowicz (1):
      io_uring: fix size calculation when registering buf ring

 include/linux/io_uring_types.h |  2 +-
 io_uring/io_uring.c            | 32 +++++++++++------------
 io_uring/kbuf.c                |  2 +-
 io_uring/net.c                 |  2 +-
 io_uring/poll.c                | 26 ++++++++++++++-----
 io_uring/poll.h                |  1 +
 io_uring/rsrc.c                | 58 ++++++++++++++++++++++++++++++++----------
 io_uring/slist.h               | 22 ----------------
 io_uring/tctx.c                |  2 +-
 9 files changed, 85 insertions(+), 62 deletions(-)

-- 
Jens Axboe


             reply	other threads:[~2023-03-03 12:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-03 12:45 Jens Axboe [this message]
2023-03-03 18:44 ` [GIT PULL] Followup io_uring fixes for 6.3-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 \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox