]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit932bc7bddc39ab181298c4e8aab65e686b87d1bd
tree39bb5764b1b1ce203558297b0ef0bb7ef0b11a55
parentf847eaa47e59a924b2b900cb41a64b9d75183aec
parentc726b186bff77414d476121eb76c76c2e01e89a3
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