Message ID | cover.1664234240.git.asml.silence@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | rw link fixes | expand |
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,
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.