Re: [GIT PULL] io_uring fixes for 5.7-rc5

2020-05-09 Thread pr-tracker-bot
The pull request you sent on Fri, 8 May 2020 21:12:49 -0600: > git://git.kernel.dk/linux-block.git tags/io_uring-5.7-2020-05-08 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/1d3962ae3b3d3a945f7fd5c651cf170a27521a35 Thank you! -- Deet-doot-dot, I am a bot. https://k

[GIT PULL] io_uring fixes for 5.7-rc5

2020-05-08 Thread Jens Axboe
Hi Linus, A few fixes that should go into this series: - 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/st