public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] io_uring fixes for 6.16-rc4
@ 2025-06-27 14:25 Jens Axboe
  2025-06-27 16:29 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2025-06-27 14:25 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: io-uring

Hi Linus,

Set of fixes for io_uring that should go into the 6.16 kernel release.
This pull request contains:

- Two tweaks for a recent fix: fixing a memory leak if multiple iovecs
  were initially mapped but only the first was used and hence turned
  into a UBUF rathan than an IOVEC iterator, and catching a case where a
  retry would be done even if the previous segment wasn't full.

- Small series fixing an issue making the vm unhappy if debugging is
  turned on, hitting a VM_BUG_ON_PAGE().

- Fix a resource leak in io_import_dmabuf() in the error handling case,
  which is a regression in this merge window.

- Mark fallocate as needing to be write serialized, as is already done
  for truncate and buffered writes.

Please pull!


The following changes since commit 51a4598ad5d9eb6be4ec9ba65bbfdf0ac302eb2e:

  io_uring/net: always use current transfer count for buffer put (2025-06-20 08:33:45 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.16-20250626

for you to fetch changes up to 178b8ff66ff827c41b4fa105e9aabb99a0b5c537:

  io_uring/kbuf: flag partial buffer mappings (2025-06-26 12:17:48 -0600)

----------------------------------------------------------------
io_uring-6.16-20250626

----------------------------------------------------------------
Fengnan Chang (1):
      io_uring: make fallocate be hashed work

Jens Axboe (2):
      io_uring/net: mark iov as dynamically allocated even for single segments
      io_uring/kbuf: flag partial buffer mappings

Pavel Begunkov (3):
      io_uring/rsrc: fix folio unpinning
      io_uring/rsrc: don't rely on user vaddr alignment
      io_uring: don't assume uaddr alignment in io_vec_fill_bvec

Penglei Jiang (1):
      io_uring: fix resource leak in io_import_dmabuf()

 io_uring/kbuf.c  |  1 +
 io_uring/kbuf.h  |  3 ++-
 io_uring/net.c   | 34 +++++++++++++++++++++-------------
 io_uring/opdef.c |  1 +
 io_uring/rsrc.c  | 30 ++++++++++++++++++++++--------
 io_uring/rsrc.h  |  1 +
 io_uring/zcrx.c  |  6 ++++--
 7 files changed, 52 insertions(+), 24 deletions(-)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] io_uring fixes for 6.16-rc4
  2025-06-27 14:25 [GIT PULL] io_uring fixes for 6.16-rc4 Jens Axboe
@ 2025-06-27 16:29 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-06-27 16:29 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, io-uring

The pull request you sent on Fri, 27 Jun 2025 08:25:24 -0600:

> git://git.kernel.dk/linux.git tags/io_uring-6.16-20250626

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0a47e02d8a283a99592876556b9d42e087525828

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-06-27 16:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-27 14:25 [GIT PULL] io_uring fixes for 6.16-rc4 Jens Axboe
2025-06-27 16:29 ` 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