From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] tcp: fix TFO regression Date: Thu, 06 Sep 2012 14:23:31 -0400 (EDT) Message-ID: <20120906.142331.2164007571017884925.davem@davemloft.net> References: <20120906045452.GA18181@localhost> <1346954833.2484.50.camel@edumazet-glaptop> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: eric.dumazet@gmail.com, fengguang.wu@intel.com, mkl@pengutronix.de, hkchu@google.com, ebiederm@xmission.com, netdev@vger.kernel.org, linux-can@vger.kernel.org To: ncardwell@google.com Return-path: In-Reply-To: Sender: linux-can-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Neal Cardwell Date: Thu, 6 Sep 2012 14:15:38 -0400 > On Thu, Sep 6, 2012 at 2:07 PM, Eric Dumazet wrote: >> From: Eric Dumazet >> >> 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. >> > ... >> >> Reported-by: Fengguang Wu >> Tested-by: Fengguang Wu >> Signed-off-by: Eric Dumazet >> Cc: "H.K. Jerry Chu" > > Acked-by: Neal Cardwell Applied, thanks everyone.