mbox series

[for-next,0/2] net fixes

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

Message

Pavel Begunkov Sept. 29, 2022, 9:23 p.m. UTC
two extra io_uring/net fixes

Pavel Begunkov (2):
  io_uring/net: don't update msg_name if not provided
  io_uring/net: fix notif cqe reordering

 io_uring/net.c | 27 +++++++++++++++++++++------
 1 file changed, 21 insertions(+), 6 deletions(-)

Comments

Jens Axboe Sept. 29, 2022, 11:47 p.m. UTC | #1
On Thu, 29 Sep 2022 22:23:17 +0100, Pavel Begunkov wrote:
> two extra io_uring/net fixes
> 
> Pavel Begunkov (2):
>   io_uring/net: don't update msg_name if not provided
>   io_uring/net: fix notif cqe reordering
> 
> io_uring/net.c | 27 +++++++++++++++++++++------
>  1 file changed, 21 insertions(+), 6 deletions(-)
> 
> [...]

Applied, thanks!

[1/2] io_uring/net: don't update msg_name if not provided
      commit: 6f10ae8a155446248055c7ddd480ef40139af788
[2/2] io_uring/net: fix notif cqe reordering
      commit: 108893ddcc4d3aa0a4a02aeb02d478e997001227

Best regards,
Pavel Begunkov Oct. 6, 2022, 8:30 p.m. UTC | #2
On 9/30/22 00:47, Jens Axboe wrote:
> On Thu, 29 Sep 2022 22:23:17 +0100, Pavel Begunkov wrote:
>> two extra io_uring/net fixes
>>
>> Pavel Begunkov (2):
>>    io_uring/net: don't update msg_name if not provided
>>    io_uring/net: fix notif cqe reordering
>>
>> io_uring/net.c | 27 +++++++++++++++++++++------
>>   1 file changed, 21 insertions(+), 6 deletions(-)
>>
>> [...]
> 
> Applied, thanks!

Hmm, where did these go? Don't see neither in for-6.1
nor 6.1-late


> [1/2] io_uring/net: don't update msg_name if not provided
>        commit: 6f10ae8a155446248055c7ddd480ef40139af788
> [2/2] io_uring/net: fix notif cqe reordering
>        commit: 108893ddcc4d3aa0a4a02aeb02d478e997001227
> 
> Best regards,
Jens Axboe Oct. 6, 2022, 8:46 p.m. UTC | #3
On 10/6/22 2:30 PM, Pavel Begunkov wrote:
> On 9/30/22 00:47, Jens Axboe wrote:
>> On Thu, 29 Sep 2022 22:23:17 +0100, Pavel Begunkov wrote:
>>> two extra io_uring/net fixes
>>>
>>> Pavel Begunkov (2):
>>>    io_uring/net: don't update msg_name if not provided
>>>    io_uring/net: fix notif cqe reordering
>>>
>>> io_uring/net.c | 27 +++++++++++++++++++++------
>>>   1 file changed, 21 insertions(+), 6 deletions(-)
>>>
>>> [...]
>>
>> Applied, thanks!
> 
> Hmm, where did these go? Don't see neither in for-6.1
> nor 6.1-late

They are in for-6.1/io_uring with the shas listed here too:

>> [1/2] io_uring/net: don't update msg_name if not provided
>>        commit: 6f10ae8a155446248055c7ddd480ef40139af788
>> [2/2] io_uring/net: fix notif cqe reordering
>>        commit: 108893ddcc4d3aa0a4a02aeb02d478e997001227

Top of tree, in fact:

https://git.kernel.dk/cgit/linux-block/log/?h=for-6.1/io_uring
Pavel Begunkov Oct. 6, 2022, 8:54 p.m. UTC | #4
On 10/6/22 21:46, Jens Axboe wrote:
> On 10/6/22 2:30 PM, Pavel Begunkov wrote:
>> On 9/30/22 00:47, Jens Axboe wrote:
>>> On Thu, 29 Sep 2022 22:23:17 +0100, Pavel Begunkov wrote:
>>>> two extra io_uring/net fixes
>>>>
>>>> Pavel Begunkov (2):
>>>>     io_uring/net: don't update msg_name if not provided
>>>>     io_uring/net: fix notif cqe reordering
>>>>
>>>> io_uring/net.c | 27 +++++++++++++++++++++------
>>>>    1 file changed, 21 insertions(+), 6 deletions(-)
>>>>
>>>> [...]
>>>
>>> Applied, thanks!
>>
>> Hmm, where did these go? Don't see neither in for-6.1
>> nor 6.1-late
> 
> They are in for-6.1/io_uring with the shas listed here too:
> 
>>> [1/2] io_uring/net: don't update msg_name if not provided
>>>         commit: 6f10ae8a155446248055c7ddd480ef40139af788
>>> [2/2] io_uring/net: fix notif cqe reordering
>>>         commit: 108893ddcc4d3aa0a4a02aeb02d478e997001227
> 
> Top of tree, in fact:
> 
> https://git.kernel.dk/cgit/linux-block/log/?h=for-6.1/io_uring

See now, thanks, seems messed up pulling branches