https://github.com/torvalds/linux
Revision 30b6487d151981e850de19b2b3feefd9b9791957 authored by Linus Torvalds on 10 January 2020, 20:03:12 UTC, committed by Linus Torvalds on 10 January 2020, 20:03:12 UTC
Pull io_uring fix from Jens Axboe:
 "Single fix for this series, fixing a regression with the short read
  handling.

  This just removes it, as it cannot safely be done for all cases"

* tag 'io_uring-5.5-2020-01-10' of git://git.kernel.dk/linux-block:
  io_uring: remove punt of short reads to async context
2 parent s 4936ce1 + eacc6df
History
Tip revision: 30b6487d151981e850de19b2b3feefd9b9791957 authored by Linus Torvalds on 10 January 2020, 20:03:12 UTC
Merge tag 'io_uring-5.5-2020-01-10' of git://git.kernel.dk/linux-block
Tip revision: 30b6487

back to top