From 887bb7fae45b6f1e82582b8553d84e0e21aa2081 Mon Sep 17 00:00:00 2001 From: Matthieu Baerts Date: Mon, 5 Dec 2022 13:43:10 +0100 Subject: [PATCH] Revert "mptcp: tfo: reproducer for issue 316" This reverts commit f8cde6d17fb37c0cab02295ebfc88cd2d083d52a. This test is causing some lockdeps false-positive, see: https://github.com/multipath-tcp/mptcp_net-next/issues/322 Until a proper solution is found, this test is removed. Signed-off-by: Matthieu Baerts --- .../fastopen/server-tfo-rst-before-accept.pkt | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 gtests/net/mptcp/fastopen/server-tfo-rst-before-accept.pkt diff --git a/gtests/net/mptcp/fastopen/server-tfo-rst-before-accept.pkt b/gtests/net/mptcp/fastopen/server-tfo-rst-before-accept.pkt deleted file mode 100644 index 3761fd72..00000000 --- a/gtests/net/mptcp/fastopen/server-tfo-rst-before-accept.pkt +++ /dev/null @@ -1,15 +0,0 @@ -// Reproducer for issue #316 -// https://github.com/multipath-tcp/mptcp_net-next/issues/316 ---tolerance_usecs=100000 -`../common/defaults.sh - sysctl -q net.ipv4.tcp_fastopen=0x602` - - 0.0 socket(..., SOCK_STREAM, IPPROTO_MPTCP) = 3 -+0.0 setsockopt(3, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0 - -+0.0 bind(3, ..., ...) = 0 -+0.0 listen(3, 1) = 0 - -+0.0 < S 0:500(500) win 65535 - -// The reset sent by packetdrill after this was creating a kernel deadlock