]> 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)
commit2ac0179cf3f047c9e7d79920e5897426095b4acf
tree653b575f66d4fe2bfb64c7f6890c783e19aeae47
parent174ec81c56018f95fe6381a05ab99e6dff1d4a77
parent55eda77c6aab6a3f15a4ee8ed77b05f067f65bca
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()