]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'io_uring-5.12-2021-04-09' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 9 Apr 2021 22:06:52 +0000 (15:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 9 Apr 2021 22:06:52 +0000 (15:06 -0700)
commitca0fd27575f9feae5523d33f255cfb3a9a289941
tree22a38e0417e8efa1f0ef40ee814f3f6c74035328
parent363f5fdfc4986b0e8edaa311c910ff2cbd66b8e7
parent71f9b634a4fbfcef142ea3f4666e33a360744754
Merge tag 'io_uring-5.12-2021-04-09' of git://git.kernel.dk/linux-block

Pull io_uring fixes from Jens Axboe:
 "Two minor fixups for the reissue logic, and one for making sure that
  unbounded work is canceled on io-wq exit"

* tag 'io_uring-5.12-2021-04-09' of git://git.kernel.dk/linux-block:
  io-wq: cancel unbounded works on io-wq destroy
  io_uring: fix rw req completion
  io_uring: clear F_REISSUE right after getting it