]> Gentwo Git Trees - linux/.git/commit
Merge tag 'io_uring-6.18-20251128' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 28 Nov 2025 20:42:11 +0000 (12:42 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 28 Nov 2025 20:42:11 +0000 (12:42 -0800)
commit9917bf8e7f5a9efbab844cf06cfd8da8eb7e13b6
treea390d32ccf610e7929e58fad97ee5ff5e42662c4
parentf3b17337b943949d0f3d12835d10d866210aeee8
parentf6dc5a36195d3f5be769f60d6987150192dfb099
Merge tag 'io_uring-6.18-20251128' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux

Pull io_uring fixes from Jens Axboe:

 - Ensure that vectored registered buffer imports ties the lifetime of
   those to the zero-copy send notification, not the parent request

 - Fix a bug introduced in this merge window, with the introduction of
   mixed sized CQE support

* tag 'io_uring-6.18-20251128' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux:
  io_uring: fix mixed cqe overflow handling
  io_uring/net: ensure vectored buffer node import is tied to notification