Re: [PATCH net-next 3/6] mptcp: check for plain TCP sock at accept time

2020-06-29 Thread Mat Martineau
On Mon, 29 Jun 2020, Davide Caratti wrote: From: Paolo Abeni This cleanup the code a bit and avoid corrupted states on weird syscall sequence (accept(), connect()). Signed-off-by: Paolo Abeni Signed-off-by: Davide Caratti --- net/mptcp/protocol.c | 69 +--

[PATCH net-next 3/6] mptcp: check for plain TCP sock at accept time

2020-06-29 Thread Davide Caratti
From: Paolo Abeni This cleanup the code a bit and avoid corrupted states on weird syscall sequence (accept(), connect()). Signed-off-by: Paolo Abeni Signed-off-by: Davide Caratti --- net/mptcp/protocol.c | 69 +--- 1 file changed, 7 insertions(+), 62 de