Merge tag 'io_uring-5.18-2022-04-22' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 23 Apr 2022 16:42:13 +0000 (09:42 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 23 Apr 2022 16:42:13 +0000 (09:42 -0700)
commit1f5e98e723a0be814181524a7e6aaf87a805cdc9
tree447b88ee7cc3ad09f39c9e94c962a8c938faa0d0
parent45ab9400e73f34103e73c18a73280c9aa1650e98
parentc0713540f6d55c53dca65baaead55a5a8b20552d
Merge tag 'io_uring-5.18-2022-04-22' of git://git.kernel.dk/linux-block

Pull io_uring fixes from Jens Axboe:
 "Just two small fixes - one fixing a potential leak for the iovec for
  larger requests added in this cycle, and one fixing a theoretical leak
  with CQE_SKIP and IOPOLL"

* tag 'io_uring-5.18-2022-04-22' of git://git.kernel.dk/linux-block:
  io_uring: fix leaks on IOPOLL and CQE_SKIP
  io_uring: free iovec if file assignment fails