]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit36856d6e81e37a0b7155876434718863fbc1cc8e
tree447b88ee7cc3ad09f39c9e94c962a8c938faa0d0
parent5735e1eb29e9ce74d810e90bc8f2fbb98b619e5c
parent900d1c1da8a42c437c8a3e8ccc308d6ef5fccad9
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