Re: [PATCH net-next] tcp: fix TFO regression
From: David Miller <davem@davemloft.net>
Date: 2012-09-06 18:23:34
Also in:
linux-can
From: David Miller <davem@davemloft.net>
Date: 2012-09-06 18:23:34
Also in:
linux-can
From: Neal Cardwell <ncardwell@google.com> Date: Thu, 6 Sep 2012 14:15:38 -0400
On Thu, Sep 6, 2012 at 2:07 PM, Eric Dumazet [off-list ref] wrote:quoted
From: Eric Dumazet <edumazet@google.com> Fengguang Wu reported various panics and bisected to commit 8336886f786fdac (tcp: TCP Fast Open Server - support TFO listeners) Fix this by making sure socket is a TCP socket before accessing TFO data structures....quoted
Reported-by: Fengguang Wu <redacted> Tested-by: Fengguang Wu <redacted> Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: "H.K. Jerry Chu" <redacted>Acked-by: Neal Cardwell <ncardwell@google.com>
Applied, thanks everyone.