]> 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)
commita2c93743382ec696f0eee752a90a70a0d95a52c6
treeec0fdc69c45110921b98c6e0664a970f1e193849
parent6c526c9c5b5bbd0cfb5d502f27987bab8af70d94
parent5bfd49e72e78e9f50493a8c80fdf1beef8129048
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