mbox series

[v4,mptcp-next,0/2] drop rm_addr_signal flag and more

Message ID cover.1605866519.git.geliangtang@gmail.com
Headers show
Series drop rm_addr_signal flag and more | expand

Message

Geliang Tang Nov. 20, 2020, 10:06 a.m. UTC
v4:
 - add the current add_addr/rm_addr value for pm_warn

v3:
 - use pr_warn

v2:
 - use pr_err instead of WARN_ON_ONCE

Geliang Tang (2):
  mptcp: drop rm_addr_signal flag
  mptcp: rename add_addr_signal and mptcp_add_addr_status

 net/mptcp/pm.c         | 26 +++++++++++++++++++-------
 net/mptcp/pm_netlink.c |  4 ++--
 net/mptcp/protocol.h   | 16 ++++++++--------
 3 files changed, 29 insertions(+), 17 deletions(-)

Comments

Geliang Tang Nov. 26, 2020, 3:02 a.m. UTC | #1
Hi Matt,

The two patches of v4 are all reviewed by Mat, please help me to merge them
into the export breach with Mat's Reviewed-by tags.

Thanks.

-Geliang

Geliang Tang <geliangtang@gmail.com> 于2020年11月20日周五 下午6:06写道:

>
> v4:
>  - add the current add_addr/rm_addr value for pm_warn
>
> v3:
>  - use pr_warn
>
> v2:
>  - use pr_err instead of WARN_ON_ONCE
>
> Geliang Tang (2):
>   mptcp: drop rm_addr_signal flag
>   mptcp: rename add_addr_signal and mptcp_add_addr_status
>
>  net/mptcp/pm.c         | 26 +++++++++++++++++++-------
>  net/mptcp/pm_netlink.c |  4 ++--
>  net/mptcp/protocol.h   | 16 ++++++++--------
>  3 files changed, 29 insertions(+), 17 deletions(-)
>
> --
> 2.26.2
>
Matthieu Baerts Nov. 26, 2020, 11:32 a.m. UTC | #2
Hi Geliang,

On 26/11/2020 04:02, Geliang Tang wrote:
> Hi Matt,
> 
> The two patches of v4 are all reviewed by Mat, please help me to merge them
> into the export breach with Mat's Reviewed-by tags.

Thank you for the email, I marked these two patches for me to apply them 
but I forgot to do that this week :)

Now done, both have been applied after the other patches you have in the 
export branch with Mat's RvB tag!

- effe9d9ec74c: mptcp: drop rm_addr_signal flag
- 32d22f01564e: mptcp: rename add_addr_signal and mptcp_add_addr_status
- Results: aad014029dd8..9e11c1d2b8db

Tests + export have been queued.

Cheers,
Matt