From 46c823063e29a61d8772596be3c2a04bb9f57017 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Fri, 10 Jul 2020 22:20:05 +0200 Subject: [PATCH] Update MPTCP --- root/target/linux/generic/hack-5.4/690-mptcp_trunk.patch | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/root/target/linux/generic/hack-5.4/690-mptcp_trunk.patch b/root/target/linux/generic/hack-5.4/690-mptcp_trunk.patch index af8944c8..c0b10832 100644 --- a/root/target/linux/generic/hack-5.4/690-mptcp_trunk.patch +++ b/root/target/linux/generic/hack-5.4/690-mptcp_trunk.patch @@ -8964,7 +8964,7 @@ diff -aurN linux-5.4/net/mptcp/mptcp_coupled.c mptcp-mptcp_trunk/net/mptcp/mptcp diff -aurN linux-5.4/net/mptcp/mptcp_ctrl.c mptcp-mptcp_trunk/net/mptcp/mptcp_ctrl.c --- linux-5.4/net/mptcp/mptcp_ctrl.c 1970-01-01 01:00:00.000000000 +0100 +++ mptcp-mptcp_trunk/net/mptcp/mptcp_ctrl.c 2020-06-09 17:33:41.000000000 +0200 -@@ -0,0 +1,3299 @@ +@@ -0,0 +1,3303 @@ +/* + * MPTCP implementation - MPTCP-control + * @@ -10269,6 +10269,10 @@ diff -aurN linux-5.4/net/mptcp/mptcp_ctrl.c mptcp-mptcp_trunk/net/mptcp/mptcp_ct + if (!master_sk) + goto err_alloc_master; + ++ /* Same as in inet_csk_clone_lock - need to init to 0 */ ++ memset(&inet_csk(master_sk)->icsk_accept_queue, 0, ++ sizeof(inet_csk(master_sk)->icsk_accept_queue)); ++ + master_tp = tcp_sk(master_sk); + master_tp->inside_tk_table = 0; +