mbox series

[for-next,0/2] rw link fixes

Message ID cover.1664234240.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series rw link fixes | expand

Message

Pavel Begunkov Sept. 26, 2022, 11:20 p.m. UTC
1/2 fixes an unexpected link breakage issue with reads.
2/2 makes pre-retry setup fails a bit nicer.

Pavel Begunkov (2):
  io_uring/rw: fix unexpected link breakage
  io_uring/rw: don't lose short results on io_setup_async_rw()

 io_uring/rw.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Comments

Jens Axboe Sept. 27, 2022, 12:43 a.m. UTC | #1
On Tue, 27 Sep 2022 00:20:27 +0100, Pavel Begunkov wrote:
> 1/2 fixes an unexpected link breakage issue with reads.
> 2/2 makes pre-retry setup fails a bit nicer.
> 
> Pavel Begunkov (2):
>   io_uring/rw: fix unexpected link breakage
>   io_uring/rw: don't lose short results on io_setup_async_rw()
> 
> [...]

Applied, thanks!

[1/2] io_uring/rw: fix unexpected link breakage
      commit: 99562357ddaa4ec7f62e0cf68c13cbcde41e8e8e
[2/2] io_uring/rw: don't lose short results on io_setup_async_rw()
      commit: 819c4df334438b7d47ccccb5549a8b862ef38e03

Best regards,
Jens Axboe Sept. 27, 2022, 12:45 a.m. UTC | #2
On 9/26/22 6:43 PM, Jens Axboe wrote:
> On Tue, 27 Sep 2022 00:20:27 +0100, Pavel Begunkov wrote:
>> 1/2 fixes an unexpected link breakage issue with reads.
>> 2/2 makes pre-retry setup fails a bit nicer.
>>
>> Pavel Begunkov (2):
>>   io_uring/rw: fix unexpected link breakage
>>   io_uring/rw: don't lose short results on io_setup_async_rw()
>>
>> [...]
> 
> Applied, thanks!
> 
> [1/2] io_uring/rw: fix unexpected link breakage
>       commit: 99562357ddaa4ec7f62e0cf68c13cbcde41e8e8e
> [2/2] io_uring/rw: don't lose short results on io_setup_async_rw()
>       commit: 819c4df334438b7d47ccccb5549a8b862ef38e03

Oops, saw v2 after this. Dropped this series and took v2 instead
to get the attributes.