]> www.infradead.org Git - users/hch/misc.git/commit
Merge tag 'io_uring-6.11-20240809' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 9 Aug 2024 16:32:10 +0000 (09:32 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 9 Aug 2024 16:32:10 +0000 (09:32 -0700)
commit8828729c4435b85844a3b6da19cc7c148c59ec43
tree4a64f759d11dbef4fbc4c3f7d59ced0493035520
parent377773dd6be500d17b94de08271ff9ed643554f1
parent8fe8ac24adcd76b12edbfdefa078567bfff117d4
Merge tag 'io_uring-6.11-20240809' of git://git.kernel.dk/linux

Pull io_uring fixes from Jens Axboe:
 "Nothing major in here, just two fixes for ensuring that bundle
  recv/send requests always get marked for cleanups, and a single fix to
  ensure that sends with provided buffers only pick a single buffer
  unless the bundle option has been enabled"

* tag 'io_uring-6.11-20240809' of git://git.kernel.dk/linux:
  io_uring/net: don't pick multiple buffers for non-bundle send
  io_uring/net: ensure expanded bundle send gets marked for cleanup
  io_uring/net: ensure expanded bundle recv gets marked for cleanup