]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'io_uring-5.7-2020-05-08' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 May 2020 19:02:09 +0000 (12:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 May 2020 19:02:09 +0000 (12:02 -0700)
commit3c43d1a21d7eff9b85b7dad7370cac4a111476cc
treec673e2dfc42377aa9ee7c4cb4e28538f060e28e7
parenteee26827fa59daf22cb208b79538df77d10e5874
parent147d342c88f3ddea1433e50e3ebdb8e596ee847f
Merge tag 'io_uring-5.7-2020-05-08' of git://git.kernel.dk/linux-block

Pull io_uring fixes from Jens Axboe:

 - Fix finish_wait() balancing in file cancelation (Xiaoguang)

 - Ensure early cleanup of resources in ring map failure (Xiaoguang)

 - Ensure IORING_OP_SLICE does the right file mode checks (Pavel)

 - Remove file opening from openat/openat2/statx, it's not needed and
   messes with O_PATH

* tag 'io_uring-5.7-2020-05-08' of git://git.kernel.dk/linux-block:
  io_uring: don't use 'fd' for openat/openat2/statx
  splice: move f_mode checks to do_{splice,tee}()
  io_uring: handle -EFAULT properly in io_uring_setup()
  io_uring: fix mismatched finish_wait() calls in io_uring_cancel_files()