From: Jakub Kicinski Date: Sat, 5 Aug 2023 01:26:29 +0000 (-0700) Subject: Merge branch 'mptcp-more-fixes-for-v6-5' X-Git-Tag: v6.6.17~4234^2~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc2ea6ab0a73b58328c61237017e28ba49b3a21e;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'mptcp-more-fixes-for-v6-5' Matthieu Baerts says: ==================== mptcp: more fixes for v6.5 Here is a new batch of fixes related to MPTCP for v6.5 and older. Patches 1 and 2 fix issues with MPTCP Join selftest when manually launched with '-i' parameter to use 'ip mptcp' tool instead of the dedicated one (pm_nl_ctl). The issues have been there since v5.18. Thank you Andrea for your first contributions to MPTCP code in the upstream kernel! Patch 3 avoids corrupting the data stream when trying to reset connections that have fallen back to TCP. This can happen from v6.1. Patch 4 fixes a race when doing a disconnect() and an accept() in parallel on a listener socket. The issue only happens in rare cases if the user is really unlucky since a fix that landed in v6.3 but backported up to v6.1. ==================== Link: https://lore.kernel.org/r/20230803-upstream-net-20230803-misc-fixes-6-5-v1-0-6671b1ab11cc@tessares.net Signed-off-by: Jakub Kicinski --- fc2ea6ab0a73b58328c61237017e28ba49b3a21e