]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag 'io_uring-6.17-20250808' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Aug 2025 05:45:08 +0000 (08:45 +0300)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Aug 2025 05:45:08 +0000 (08:45 +0300)
commit24bbfb8920d4179775a0255e97566ddb45c33328
treec47b7e47f3037ca659fff0a18bdabb135e11c92e
parent71a076033b261e1c6851c2403b598c27847bd28d
parent33503c083fda048c77903460ac0429e1e2c0e341
Merge tag 'io_uring-6.17-20250808' of git://git.kernel.dk/linux

Pull io_uring fixes from Jens Axboe:

 - Allow vectorized payloads for send/send-zc - like sendmsg, but
   without the hassle of a msghdr.

 - Fix for an integer wrap that should go to stable, spotted by syzbot.
   Nothing alarming here, as you need to be root to hit this.
   Nevertheless, it should get fixed.

   FWIW, kudos to the syzbot crew for having much nicer reproducers now,
   and with nicely annotated source code as well. This is particularly
   useful as syzbot uses the raw interface rather than liburing,
   historically it's been difficult to turn a syzbot reproducer into a
   meaningful test case. With the recent changes, not true anymore!

* tag 'io_uring-6.17-20250808' of git://git.kernel.dk/linux:
  io_uring/memmap: cast nr_pages to size_t before shifting
  io_uring/net: Allow to do vectorized send