* [GIT PULL] io_uring fixes for 6.16-rc7
@ 2025-07-18 16:53 Jens Axboe
2025-07-18 19:37 ` pr-tracker-bot
0 siblings, 1 reply; 4+ messages in thread
From: Jens Axboe @ 2025-07-18 16:53 UTC (permalink / raw)
To: Linus Torvalds; +Cc: io-uring
Hi Linus,
A few fixes that should go into the 6.16 kernel release. This pull
request contains:
- dmabug offset fix for zcrx
- Fix for the POLLERR connect work around handling
Please pull!
The following changes since commit 9dff55ebaef7e94e5dedb6be28a1cafff65cc467:
Revert "io_uring: gate REQ_F_ISREG on !S_ANON_INODE as well" (2025-07-08 11:09:01 -0600)
are available in the Git repository at:
git://git.kernel.dk/linux.git tags/io_uring-6.16-20250718
for you to fetch changes up to c7cafd5b81cc07fb402e3068d134c21e60ea688c:
io_uring/poll: fix POLLERR handling (2025-07-16 10:28:28 -0600)
----------------------------------------------------------------
io_uring-6.16-20250718
----------------------------------------------------------------
Pavel Begunkov (2):
io_uring/zcrx: disallow user selected dmabuf offset and size
io_uring/poll: fix POLLERR handling
io_uring/net.c | 12 ++++++++----
io_uring/poll.c | 2 --
io_uring/zcrx.c | 4 +++-
3 files changed, 11 insertions(+), 7 deletions(-)
--
Jens Axboe
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] io_uring fixes for 6.16-rc7
@ 2025-05-16 13:23 Jens Axboe
2025-05-16 18:57 ` pr-tracker-bot
0 siblings, 1 reply; 4+ messages in thread
From: Jens Axboe @ 2025-05-16 13:23 UTC (permalink / raw)
To: Linus Torvalds; +Cc: io-uring
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-07-18 19:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-18 16:53 [GIT PULL] io_uring fixes for 6.16-rc7 Jens Axboe
2025-07-18 19:37 ` pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2025-05-16 13:23 Jens Axboe
2025-05-16 18:57 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox