]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'io_uring-5.5-2020-01-26' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 26 Jan 2020 20:23:04 +0000 (12:23 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 26 Jan 2020 20:23:04 +0000 (12:23 -0800)
commit14a9376cc178558c0a672a5c2e768f3c57c273f3
tree8840ec2f91a021d3067251c32d0b6ad12179a6d3
parentfb08f3922de649e78a30af3fe1c3c0ac13252ec3
parent8b42812086e59d6ab8debb0620c58ed85497043b
Merge tag 'io_uring-5.5-2020-01-26' of git://git.kernel.dk/linux-block

Pull io_uring fixes from Jens Axboe:
 "Fix for two regressions in this cycle, both reported by the postgresql
  use case.

  One removes the added restriction on who can submit IO, making it
  possible for rings shared across forks to do so. The other fixes an
  issue for the same kind of use case, where one exiting process would
  cancel all IO"

* tag 'io_uring-5.5-2020-01-26' of git://git.kernel.dk/linux-block:
  io_uring: don't cancel all work on process exit
  Revert "io_uring: only allow submit from owning task"