Merge tag 'io_uring-5.13-2021-05-28' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 29 May 2021 00:35:55 +0000 (14:35 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 29 May 2021 00:35:55 +0000 (14:35 -1000)
commitb3dbbae60993365ab4a7ba3f9f6f6eca722b57c1
tree3fc814ae9657a55988dbd2fb79a9890a222b4a82
parent567d1fd853b8786f93ba399c8ff7c8106bed5fe5
parentb16ef427adf31fb4f6522458d37b3fe21d6d03b8
Merge tag 'io_uring-5.13-2021-05-28' of git://git.kernel.dk/linux-block

Pull io_uring fixes from Jens Axboe:
 "A few minor fixes:

   - Fix an issue with hashed wait removal on exit (Zqiang, Pavel)

   - Fix a recent data race introduced in this series (Marco)"

* tag 'io_uring-5.13-2021-05-28' of git://git.kernel.dk/linux-block:
  io_uring: fix data race to avoid potential NULL-deref
  io-wq: Fix UAF when wakeup wqe in hash waitqueue
  io_uring/io-wq: close io-wq full-stop gap