]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 6 Sep 2020 19:10:27 +0000 (12:10 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 6 Sep 2020 19:10:27 +0000 (12:10 -0700)
commitd274769ab900e6ac384316c1e1e3d1d3efd67561
treeec0fdc69c45110921b98c6e0664a970f1e193849
parent669b18492cc718248509eab8516a246aee4a1c9d
parent7cbecaa792a17f9107c316684fe4c0e60de0b461
Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-block

Pull more io_uring fixes from Jens Axboe:
 "Two followup fixes. One is fixing a regression from this merge window,
  the other is two commits fixing cancelation of deferred requests.

  Both have gone through full testing, and both spawned a few new
  regression test additions to liburing.

   - Don't play games with const, properly store the output iovec and
     assign it as needed.

   - Deferred request cancelation fix (Pavel)"

* tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-block:
  io_uring: fix linked deferred ->files cancellation
  io_uring: fix cancel of deferred reqs with ->files
  io_uring: fix explicit async read/write mapping for large segments
fs/io_uring.c