From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dave Young" Subject: Re: 2.6.24-rc8-mm1 : net tcp_input.c warnings Date: Wed, 23 Jan 2008 15:44:54 +0800 Message-ID: References: <20080122.190137.206066966.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: LKML , Netdev , "Andrew Morton" To: "=?ISO-8859-1?Q?Ilpo_J=E4rvinen?=" Return-path: Received: from ag-out-0708.google.com ([72.14.246.244]:19329 "EHLO ag-out-0708.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752956AbYAWHo5 convert rfc822-to-8bit (ORCPT ); Wed, 23 Jan 2008 02:44:57 -0500 Received: by ag-out-0708.google.com with SMTP id 23so2013730agd.10 for ; Tue, 22 Jan 2008 23:44:54 -0800 (PST) In-Reply-To: Content-Disposition: inline Sender: netdev-owner@vger.kernel.org List-ID: On Jan 23, 2008 3:41 PM, Ilpo J=E4rvinen wr= ote: > > On Tue, 22 Jan 2008, David Miller wrote: > > > From: "Dave Young" > > Date: Wed, 23 Jan 2008 09:44:30 +0800 > > > > > On Jan 22, 2008 6:47 PM, Ilpo J=E4rvinen wrote: > > > > [PATCH] [TCP]: debug S+L > > > > > > Thanks, If there's new findings I will let you know. > > > > Thanks for helping with this bug Dave. > > I noticed btw that there thing might (is likely to) spuriously trigge= r at > WARN_ON(sacked !=3D tp->sacked_out); because those won't be equal whe= n SACK > is not enabled. If that does happen too often, I send a fixed patch f= or > it, yet, the fact that I print print tp->rx_opt.sack_ok allows > identification of those cases already as it's zero when SACK is not > enabled. > > Just ask if you need the updated debug patch. Thanks, please send, I would like to get it. > > -- > i.