Re: [PATCH net,v2] tcp: Fix broken repair socket window probe patch

From: David Miller
Date: Mon Jul 16 2018 - 17:08:58 EST


From: Stefan Baranoff <sbaranoff@xxxxxxxxx>
Date: Sun, 15 Jul 2018 11:36:37 -0400

> Correct previous bad attempt at allowing sockets to come out of TCP
> repair without sending window probes. To avoid changing size of
> the repair variable in struct tcp_sock, this lets the decision for
> sending probes or not to be made when coming out of repair by
> introducing two ways to turn it off.
>
> v2:
> * Remove erroneous comment; defines now make behavior clear
>
> Fixes: 70b7ff130224 ("tcp: allow user to create repair socket without window probes")
> Signed-off-by: Stefan Baranoff <sbaranoff@xxxxxxxxx>

Applied and queued up for -stable.