[PATCH v2 mptcp-net 0/2] mptcp: fix missing close transition

Paolo Abeni posted 2 patches 8 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/multipath-tcp/mptcp_net-next tags/patchew/cover.1692779220.git.pabeni@redhat.com
Maintainers: Matthieu Baerts <matthieu.baerts@tessares.net>, Mat Martineau <martineau@kernel.org>, "David S. Miller" <davem@davemloft.net>, Eric Dumazet <edumazet@google.com>, Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>
net/mptcp/protocol.c | 41 +++++++++++++++++++++++++++++++++++++++++
net/mptcp/subflow.c  | 36 ------------------------------------
2 files changed, 41 insertions(+), 36 deletions(-)
[PATCH v2 mptcp-net 0/2] mptcp: fix missing close transition
Posted by Paolo Abeni 8 months, 1 week ago
This is an attempt to address the 2nd issue reported in:

https://github.com/multipath-tcp/mptcp_net-next/issues/427

See the individual patch changelog for the details. The cover letter
is here mainly to trigger the CI.

v1 -> v2:
 - fix compile warning reported by the CI

Paolo Abeni (2):
  mptcp: move __mptcp_error_report in protocol.c
  mptcp: process pending subflow error on close

 net/mptcp/protocol.c | 41 +++++++++++++++++++++++++++++++++++++++++
 net/mptcp/subflow.c  | 36 ------------------------------------
 2 files changed, 41 insertions(+), 36 deletions(-)

-- 
2.41.0
Re: [PATCH v2 mptcp-net 0/2] mptcp: fix missing close transition
Posted by Mat Martineau 8 months, 1 week ago
On Wed, 23 Aug 2023, Paolo Abeni wrote:

> This is an attempt to address the 2nd issue reported in:
>
> https://github.com/multipath-tcp/mptcp_net-next/issues/427
>
> See the individual patch changelog for the details. The cover letter
> is here mainly to trigger the CI.
>
> v1 -> v2:
> - fix compile warning reported by the CI
>
> Paolo Abeni (2):
>  mptcp: move __mptcp_error_report in protocol.c
>  mptcp: process pending subflow error on close
>
> net/mptcp/protocol.c | 41 +++++++++++++++++++++++++++++++++++++++++
> net/mptcp/subflow.c  | 36 ------------------------------------
> 2 files changed, 41 insertions(+), 36 deletions(-)

Thanks for the v2, series looks good:

Reviewed-by: Mat Martineau <martineau@kernel.org>