Merge tag 'io_uring-6.12-20241004' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 4 Oct 2024 17:39:36 +0000 (10:39 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 4 Oct 2024 17:39:36 +0000 (10:39 -0700)
commit43454e83916dc515e3d11fd07d50c40e6e555873
tree39945a4fac28116e66b8872192f851e3d68cff91
parente02f08e217165500a9500e0db1b2da9f4db4e964
parentc314094cb4cfa6fc5a17f4881ead2dfebfa717a7
Merge tag 'io_uring-6.12-20241004' of git://git.kernel.dk/linux

Pull io_uring fixes from Jens Axboe:

 - Fix an error path memory leak, if one part fails to allocate.
   Obviously not something that'll generally hit without error
   injection.

 - Fix an io_req_flags_t cast to make sparse happier.

 - Improve the recv multishot termination. Not a bug now, but could be
   one in the future. This makes it do the same thing that recvmsg does
   in terms of when to terminate a request or not.

* tag 'io_uring-6.12-20241004' of git://git.kernel.dk/linux:
  io_uring/net: harden multishot termination case for recv
  io_uring: fix casts to io_req_flags_t
  io_uring: fix memory leak when cache init fail