OSDN Git Service

Merge tag 'io_uring-5.6-2020-02-22' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 22 Feb 2020 19:12:55 +0000 (11:12 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 22 Feb 2020 19:12:55 +0000 (11:12 -0800)
commitb88025ea47ec8aea47f0c283d182ab26bae2970d
tree653b575f66d4fe2bfb64c7f6890c783e19aeae47
parentf6c69b7f51456a914da11c4ad1b14eba933d36aa
parentc7849be9cc2dd2754c48ddbaca27c2de6d80a95d
Merge tag 'io_uring-5.6-2020-02-22' of git://git.kernel.dk/linux-block

Pull io_uring fixes from Jens Axboe:
 "Here's a small collection of fixes that were queued up:

   - Remove unnecessary NULL check (Dan)

   - Missing io_req_cancelled() call in fallocate (Pavel)

   - Put the cleanup check for aux data in the right spot (Pavel)

   - Two fixes for SQPOLL (Stefano, Xiaoguang)"

* tag 'io_uring-5.6-2020-02-22' of git://git.kernel.dk/linux-block:
  io_uring: fix __io_iopoll_check deadlock in io_sq_thread
  io_uring: prevent sq_thread from spinning when it should stop
  io_uring: fix use-after-free by io_cleanup_req()
  io_uring: remove unnecessary NULL checks
  io_uring: add missing io_req_cancelled()