]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'io_uring-20260221' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 21 Feb 2026 18:05:49 +0000 (10:05 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 21 Feb 2026 18:05:49 +0000 (10:05 -0800)
commitf9d66e64a2bcb979d47eb7d67aa7e9b454fd5d15
treeed6bc2b311de8f14f8d07678f44e3d8133e21569
parent817c16e5655958c34035a10c8c4b93e33e529624
parentea129e55c9e06a51a93c3f5ef3e32a6cfa3f8ec7
Merge tag 'io_uring-20260221' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux

Pull io_uring fixes from Jens Axboe:

 - A fix for a missing URING_CMD128 opcode check, fixing an issue with
   the SQE mixed mode support introduced in 6.19. Merged late due to
   having multiple dependencies

 - Add sqe->cmd size checking for big SQEs, similar to what we have for
   normal sized SQEs

 - Fix a race condition in zcrx, that leads to a double free

* tag 'io_uring-20260221' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux:
  io_uring: Add size check for sqe->cmd
  io_uring: add IORING_OP_URING_CMD128 to opcode checks
  io_uring/zcrx: fix user_ref race between scrub and refill paths