-
- Downloads
Merge branch 'mptcp-fixes-for-5-19'
Mat Martineau says: ==================== mptcp: Fixes for 5.19 Several categories of fixes from the mptcp tree: Patches 1-3 are fixes related to MP_FAIL and FASTCLOSE, to make sure MIBs are accurate, and to handle MP_FAIL transmission and responses at the correct times. sk_timer conflicts are also resolved. Patches 4 and 6 handle two separate race conditions, one at socket shutdown and one with unaccepted subflows. Patch 5 makes sure read operations are not blocked during fallback to TCP. Patch 7 improves the diag selftest, which were incorrectly failing on slow machines (like the VMs used for CI testing). Patch 8 avoids possible symbol redefinition errors in the userspace mptcp.h file. Patch 9 fixes a selftest build issue with gcc 12. ==================== Link: https://lore.kernel.org/r/20220628010243.166605-1-mathew.j.martineau@linux.intel.com Signed-off-by:Jakub Kicinski <kuba@kernel.org>
Showing
- include/uapi/linux/mptcp.h 5 additions, 4 deletionsinclude/uapi/linux/mptcp.h
- net/mptcp/options.c 4 additions, 3 deletionsnet/mptcp/options.c
- net/mptcp/pm.c 4 additions, 6 deletionsnet/mptcp/pm.c
- net/mptcp/protocol.c 53 additions, 31 deletionsnet/mptcp/protocol.c
- net/mptcp/protocol.h 20 additions, 4 deletionsnet/mptcp/protocol.h
- net/mptcp/subflow.c 98 additions, 29 deletionsnet/mptcp/subflow.c
- tools/testing/selftests/net/mptcp/diag.sh 40 additions, 8 deletionstools/testing/selftests/net/mptcp/diag.sh
- tools/testing/selftests/net/mptcp/mptcp_connect.c 1 addition, 1 deletiontools/testing/selftests/net/mptcp/mptcp_connect.c
- tools/testing/selftests/net/mptcp/mptcp_inq.c 1 addition, 1 deletiontools/testing/selftests/net/mptcp/mptcp_inq.c
- tools/testing/selftests/net/mptcp/mptcp_sockopt.c 1 addition, 1 deletiontools/testing/selftests/net/mptcp/mptcp_sockopt.c
Loading
Please register or sign in to comment