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.18-rc1
Date: Fri, 10 Oct 2025 07:27:16 -0600	[thread overview]
Message-ID: <503fa8c8-e123-4a08-9c01-7c60232798f4@kernel.dk> (raw)

Hi Linus,

A small collection of little fixes that should go into the 6.18-rc1
kernel release. This pull request contains:

- Fixup indentation in the UAPI header

- Two fixes for zcrx. One fixes receiving too much in some cases, and
  the other deals with not correctly incrementing the source in the
  fallback copy loop.

- Fix for a race in the IORING_OP_WAITID command, where there was a
  small window where the request would be left on the wait_queue_head
  list even though it was being canceled/completed.

- Update liburing git URL in the kernel tree.

Please pull!


The following changes since commit e406d57be7bd2a4e73ea512c1ae36a40a44e499e:

  Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm (2025-10-02 18:44:54 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git tags/io_uring-6.18-20251009

for you to fetch changes up to e9a9dcb4ccb32446165800a9d83058e95c4833d2:

  io_uring/zcrx: increment fallback loop src offset (2025-10-08 07:26:14 -0600)

----------------------------------------------------------------
io_uring-6.18-20251009

----------------------------------------------------------------
Haiyue Wang (1):
      io_uring: use tab indentation for IORING_SEND_VECTORIZED comment

Jens Axboe (2):
      io_uring: update liburing git URL
      io_uring/waitid: always prune wait queue entry in io_waitid_wait()

Pavel Begunkov (2):
      io_uring/zcrx: fix overshooting recv limit
      io_uring/zcrx: increment fallback loop src offset

 include/uapi/linux/io_uring.h | 2 +-
 io_uring/io_uring.c           | 2 +-
 io_uring/waitid.c             | 3 ++-
 io_uring/zcrx.c               | 5 +++++
 4 files changed, 9 insertions(+), 3 deletions(-)

-- 
Jens Axboe


             reply	other threads:[~2025-10-10 13:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-10 13:27 Jens Axboe [this message]
2025-10-10 18:25 ` [GIT PULL] io_uring fixes for 6.18-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=503fa8c8-e123-4a08-9c01-7c60232798f4@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