Re: [PATCH] block/io_uring: clarify that short reads can happen

2022-07-07 Thread Stefan Hajnoczi
On Wed, Jul 06, 2022 at 09:03:41AM +0100, Stefan Hajnoczi wrote: > Jens Axboe has confirmed that short reads are rare but can happen: > https://lore.kernel.org/io-uring/YsU%2FCGkl9ZXUI+Tj@stefanha-x1.localdomain/T/#m729963dc577d709b709c191922e98ec79d7eef54 > > The luring_resubmit_short_read() comm

Re: [PATCH] block/io_uring: clarify that short reads can happen

2022-07-06 Thread Stefano Garzarella
On Wed, Jul 06, 2022 at 09:03:41AM +0100, Stefan Hajnoczi wrote: Jens Axboe has confirmed that short reads are rare but can happen: https://lore.kernel.org/io-uring/YsU%2FCGkl9ZXUI+Tj@stefanha-x1.localdomain/T/#m729963dc577d709b709c191922e98ec79d7eef54 The luring_resubmit_short_read() comment cl

[PATCH] block/io_uring: clarify that short reads can happen

2022-07-06 Thread Stefan Hajnoczi
Jens Axboe has confirmed that short reads are rare but can happen: https://lore.kernel.org/io-uring/YsU%2FCGkl9ZXUI+Tj@stefanha-x1.localdomain/T/#m729963dc577d709b709c191922e98ec79d7eef54 The luring_resubmit_short_read() comment claimed they were only due to a specific io_uring bug that was fixed