]> 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)
commitf65041dd99557d5edc543aa7d9a9664cbba4c566
tree8840ec2f91a021d3067251c32d0b6ad12179a6d3
parent20416bb093b000d0b3254f4966e05ce8e47b1946
parent25133b15b6ccafb5b5a1495bb00a20bfcc44c9b1
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"