]> 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)
commit2130e1a52ac8eb72d1d4031f80803ee2ccaaabe6
tree39bb5764b1b1ce203558297b0ef0bb7ef0b11a55
parentc1219a64840e9ef986667d6fc9e03ca5680baa90
parentdb712d5933a9746acaae62fe3f9945c181da4130
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