Hi Linus, Two small fixes for the 5.14 series, one fixing the process target of a check, and the other a minor issue with the drain error handling. Please pull! The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3: Linux 5.14-rc1 (2021-07-11 15:07:40 -0700) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/io_uring-5.14-2021-07-16 for you to fetch changes up to 1b48773f9fd09f311d1166ce1dd50652ebe05218: io_uring: fix io_drain_req() (2021-07-11 16:39:06 -0600) ---------------------------------------------------------------- io_uring-5.14-2021-07-16 ---------------------------------------------------------------- Pavel Begunkov (2): io_uring: use right task for exiting checks io_uring: fix io_drain_req() fs/io_uring.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) -- Jens Axboe