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>