]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita9eb1e728d73ad6f4bee68fa1accaf519f4a0cde
tree653b575f66d4fe2bfb64c7f6890c783e19aeae47
parent5b20c2a0779c649321d7a2e743c732e5dea5a313
parent0a92c646a8aa6ae196f05b85599be6e02213e471
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()