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

Hi Linus,

A small set of io_uring fixes for this week. This pull request contains:

- Fix a use-after-free in the bpf-ops struct_ops path, where the same
  io_uring_bpf_ops map could be registered more than once.

- Fix the deferred iovec free for the provided-buffer grow path, which
  could leave the caller with a dangling iovec and result in repeated
  frees. Follow-up to the earlier fix in this series.

- Zero-check the unused addr3/pad2 SQE fields for unlinkat

Please pull!


The following changes since commit f3176c8ac4217c88fe1147ab084c47092921ffc4:

  Revert "io_uring: grab RCU read lock marking task run" (2026-07-09 11:43:07 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 3afc64c61ce906a04f073ca350b46de10e8302f9:

  io_uring/bpf-ops: reject re-registration of an already-bound ops (2026-07-17 11:17:54 -0600)

----------------------------------------------------------------
Jaeyeong Lee (1):
      io_uring/kbuf: free the replaced iovec after a successful grow

Woraphat Khiaodaeng (1):
      io_uring/bpf-ops: reject re-registration of an already-bound ops

Yi Xie (1):
      io_uring/fs: check unused sqe fields for unlinkat

 io_uring/bpf-ops.c | 2 ++
 io_uring/fs.c      | 3 ++-
 io_uring/kbuf.c    | 4 ++--
 3 files changed, 6 insertions(+), 3 deletions(-)

-- 
Jens Axboe


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

* Re: [GIT PULL] io_uring fixes for 7.2-rc4
  2026-07-19 14:39 [GIT PULL] io_uring fixes for 7.2-rc4 Jens Axboe
@ 2026-07-19 16:45 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2026-07-19 16:45 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, io-uring

The pull request you sent on Sun, 19 Jul 2026 08:39:40 -0600:

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

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

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-07-19 16:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-19 14:39 [GIT PULL] io_uring fixes for 7.2-rc4 Jens Axboe
2026-07-19 16:45 ` 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