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.15-rc6
Date: Fri, 9 May 2025 09:32:02 -0600	[thread overview]
Message-ID: <570b6c7d-e273-4ceb-80fb-ac00090b8f94@kernel.dk> (raw)

Hi Linus,

A few io_uring fixes that should go into the 6.15 kernel release. This
pull request contains:

- Fix for linked timeouts arming and firing wrt prep and issue of the
  request being managed by the linked timeou.

- Fix for a CQE ordering issue between requests with multishot and using
  the same buffer group. This is a dumbed down version for this release
  and for stable, it'll get improved for 6.16.

- Tweak the SQPOLL submit batch size. A previous commit made SQPOLL
  manage its own task_work and chose a tiny batch size, bump it from 8
  to 32 to fix a performance regression due to that.

Please pull!


The following changes since commit f024d3a8ded0d8d2129ae123d7a5305c29ca44ce:

  io_uring/fdinfo: annotate racy sq/cq head/tail reads (2025-04-30 07:17:17 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.15-20250509

for you to fetch changes up to 92835cebab120f8a5f023a26a792a2ac3f816c4f:

  io_uring/sqpoll: Increase task_work submission batch size (2025-05-09 07:56:53 -0600)

----------------------------------------------------------------
io_uring-6.15-20250509

----------------------------------------------------------------
Gabriel Krisman Bertazi (1):
      io_uring/sqpoll: Increase task_work submission batch size

Jens Axboe (2):
      io_uring: always arm linked timeouts prior to issue
      io_uring: ensure deferred completions are flushed for multishot

 io_uring/io_uring.c | 58 +++++++++++++++++++++--------------------------------
 io_uring/sqpoll.c   |  2 +-
 2 files changed, 24 insertions(+), 36 deletions(-)

-- 
Jens Axboe


             reply	other threads:[~2025-05-09 15:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-09 15:32 Jens Axboe [this message]
2025-05-09 18:31 ` [GIT PULL] io_uring fixes for 6.15-rc6 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=570b6c7d-e273-4ceb-80fb-ac00090b8f94@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