Merge tag 'io_uring-5.15-2021-10-01' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 2 Oct 2021 17:26:19 +0000 (10:26 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 2 Oct 2021 17:26:19 +0000 (10:26 -0700)
commit65893b49d868bd2de5fbac41744d1eaecc739629
tree39bb5764b1b1ce203558297b0ef0bb7ef0b11a55
parentf05c643743a43b42e7603a520ad052e5218f4e53
parent3f008385d46d3cea4a097d2615cd485f2184ba26
Merge tag 'io_uring-5.15-2021-10-01' of git://git.kernel.dk/linux-block

Pull io_uring fixes from Jens Axboe:
 "Two fixes in here:

   - The signal issue that was discussed start of this week (me).

   - Kill dead fasync support in io_uring. Looks like it was broken
     since io_uring was initially merged, and given that nobody has ever
     complained about it, let's just kill it (Pavel)"

* tag 'io_uring-5.15-2021-10-01' of git://git.kernel.dk/linux-block:
  io_uring: kill fasync
  io-wq: exclusively gate signal based exit on get_signal() return