On Fri, 9 Aug 2024, Matthieu Baerts (NGI0) wrote:
> The 8 first patches from the previous version have already been applied.
>
> Last fix: the subflow is not closed when receiving a TCP+FIN, when there
> are other available subflows.
>
> The last patch is not for -next. Something that sounds better to do.
>
> Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
> ---
> Changes in v7:
> - See the individual changelog.
> - Link to v6: https://lore.kernel.org/r/20240802-mptcp-pm-avail-v6-0-964ba9ce279f@kernel.org
>
Thanks Matthieu, series LGTM (see #3 for responses to your questions
there):
Reviewed-by: Mat Martineau <martineau@kernel.org>
> ---
> Matthieu Baerts (NGI0) (3):
> mptcp: close subflow when receiving TCP+FIN
> selftests: mptcp: join: cannot rm sf if closed
> mptcp: pm: send ACK on non stale subflows
>
> net/mptcp/pm_netlink.c | 14 +++++++++++---
> net/mptcp/protocol.c | 5 ++++-
> net/mptcp/subflow.c | 8 ++++++--
> tools/testing/selftests/net/mptcp/mptcp_join.sh | 11 ++++-------
> 4 files changed, 25 insertions(+), 13 deletions(-)
> ---
> base-commit: beede3e0f15d8869512b5b51e580829ab6939f92
> change-id: 20240620-mptcp-pm-avail-f5e3957be441
>
> Best regards,
> --
> Matthieu Baerts (NGI0) <matttbe@kernel.org>
>
>