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.16-rc7
Date: Fri, 16 May 2025 07:23:20 -0600 [thread overview]
Message-ID: <a27ba3d8-e12b-4d0a-919b-6874c2b3b3b4@kernel.dk> (raw)
Hi Linus,
A few fixes for io_uring that should go into the 6.15 kernel release.
This pull request contains:
- Fix for a regression with highmem and mapping of regions, where the
coalescing code assumes any page is directly mapped.
- Fix for an issue with HYBRID_IOPOLL and passthrough commands, where
the timer wasn't always setup correctly.
- Fix for an issue with fdinfo not correctly locking around reading the
rings, which can be an issue if the ring is being resized at the same
time.
Please pull!
The following changes since commit 92835cebab120f8a5f023a26a792a2ac3f816c4f:
io_uring/sqpoll: Increase task_work submission batch size (2025-05-09 07:56:53 -0600)
are available in the Git repository at:
git://git.kernel.dk/linux.git tags/io_uring-6.15-20250515
for you to fetch changes up to d871198ee431d90f5308d53998c1ba1d5db5619a:
io_uring/fdinfo: grab ctx->uring_lock around io_uring_show_fdinfo() (2025-05-14 07:15:28 -0600)
----------------------------------------------------------------
io_uring-6.15-20250515
----------------------------------------------------------------
Jens Axboe (2):
io_uring/memmap: don't use page_address() on a highmem page
io_uring/fdinfo: grab ctx->uring_lock around io_uring_show_fdinfo()
hexue (1):
io_uring/uring_cmd: fix hybrid polling initialization issue
io_uring/fdinfo.c | 48 +++++++++++++++++++++++++-----------------------
io_uring/memmap.c | 2 +-
io_uring/uring_cmd.c | 5 +++++
3 files changed, 31 insertions(+), 24 deletions(-)
--
Jens Axboe
next reply other threads:[~2025-05-16 13:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-16 13:23 Jens Axboe [this message]
2025-05-16 18:57 ` [GIT PULL] io_uring fixes for 6.16-rc7 pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2025-07-18 16:53 Jens Axboe
2025-07-18 19:37 ` 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=a27ba3d8-e12b-4d0a-919b-6874c2b3b3b4@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