public inbox for io-uring@vger.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>
Subject: [GIT PULL] io_uring fixes for 6.17-rc1
Date: Fri, 8 Aug 2025 11:13:46 -0600	[thread overview]
Message-ID: <5ae36e4a-8839-4bb4-bd66-24367f161683@kernel.dk> (raw)

Hi Linus,

Just two minor changes that should go into the 6.17-rc1 kernel release.
This pull request contains:

- Allow vectorized payloads for send/send-zc - like sendmsg, but without
  the hassle of a msghdr.

- Fix for an integer wrap that should go to stable, spotted by syzbot.
  Nothing alarming here, as you need to be root to hit this.
  Nevertheless, it should get fixed. FWIW, kudos to the syzbot crew for
  having much nicer reproducers now, and with nicely annotated source
  code as well. This is particularly useful as syzbot uses the raw
  interface rather than liburing, historically it's been difficult to
  turn a syzbot reproducer into a meaningful test case. With the recent
  changes, not true anymore!

Please pull!


The following changes since commit 4b290aae788e06561754b28c6842e4080957d3f7:

  Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctl (2025-07-29 21:43:08 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.17-20250808

for you to fetch changes up to 33503c083fda048c77903460ac0429e1e2c0e341:

  io_uring/memmap: cast nr_pages to size_t before shifting (2025-08-08 06:35:14 -0600)

----------------------------------------------------------------
io_uring-6.17-20250808

----------------------------------------------------------------
Jens Axboe (1):
      io_uring/memmap: cast nr_pages to size_t before shifting

Norman Maurer (1):
      io_uring/net: Allow to do vectorized send

 include/uapi/linux/io_uring.h | 4 ++++
 io_uring/memmap.c             | 2 +-
 io_uring/net.c                | 9 +++++++--
 3 files changed, 12 insertions(+), 3 deletions(-)

-- 
Jens Axboe


             reply	other threads:[~2025-08-08 17:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-08 17:13 Jens Axboe [this message]
2025-08-09  5:54 ` [GIT PULL] io_uring fixes for 6.17-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=5ae36e4a-8839-4bb4-bd66-24367f161683@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=io-uring@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox