public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] io_uring fixes for 7.2-rc1
@ 2026-06-25 12:08 Jens Axboe
  2026-06-25 17:10 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2026-06-25 12:08 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: io-uring

Hi Linus,

A few io_uring fixes that came in during the merge window. This contains:

- Fix a file reference leak in the nop opcode when used with
  IOSQE_FIXED_FILE.

- Preserve the SQ array entries when resizing the ring via the register
  path.

- Preserve the partial result for an iopoll request rather than
  overwriting it.

- Don't audit log IORING_OP_RECV_ZC.

- Bound io_pin_pages() by the page array byte size in the memmap path.

- Follow-up cleanup to the task_work mpscq conversion, getting rid of
  the now-unnecessary tw_pending tracking for the !DEFER_TASKRUN path.

- Switch a system_unbound_wq user over to system_dfl_wq

Please pull!


The following changes since commit 8b308f96484e37d92d2fc6b72b091f60496c000e:

  Merge tag 'linux_kselftest-next-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest (2026-06-16 16:49:07 +0530)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git tags/io_uring-7.2-20260625

for you to fetch changes up to 3996771b8f759729cba0a28007438c085f814d61:

  io_uring/memmap: bound io_pin_pages() by page array byte size (2026-06-22 15:12:54 -0600)

----------------------------------------------------------------
io_uring-7.2-20260625

----------------------------------------------------------------
Deepanshu Kartikey (1):
      io_uring/memmap: bound io_pin_pages() by page array byte size

Jens Axboe (1):
      io_uring: get rid of tw_pending for !DEFER task work

Michael Wigham (1):
      io_uring/rw: preserve partial result for iopoll

Nathan Chancellor (1):
      io_uring: Use system_dfl_wq instead of system_unbound_wq

Ricardo Robaina (1):
      io_uring, audit: don't log IORING_OP_RECV_ZC

Vasileios Almpanis (1):
      io_uring/nop: fix file reference leak with IOSQE_FIXED_FILE

guzebing (1):
      io_uring/register: preserve SQ array entries on resize

 include/linux/io_uring_types.h |  2 --
 io_uring/memmap.c              |  2 +-
 io_uring/mpscq.h               |  9 +++++++++
 io_uring/nop.c                 |  8 ++++----
 io_uring/opdef.c               |  1 +
 io_uring/register.c            | 31 +++++++++++++++++++++----------
 io_uring/rw.c                  | 12 ++++++------
 io_uring/tw.c                  | 21 +++++++++------------
 8 files changed, 51 insertions(+), 35 deletions(-)

-- 
Jens Axboe


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

* Re: [GIT PULL] io_uring fixes for 7.2-rc1
  2026-06-25 12:08 [GIT PULL] io_uring fixes for 7.2-rc1 Jens Axboe
@ 2026-06-25 17:10 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2026-06-25 17:10 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, io-uring

The pull request you sent on Thu, 25 Jun 2026 06:08:47 -0600:

> https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git tags/io_uring-7.2-20260625

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

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:[~2026-06-25 17:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-25 12:08 [GIT PULL] io_uring fixes for 7.2-rc1 Jens Axboe
2026-06-25 17:10 ` 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