Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755546AbXLGNRF (ORCPT ); Fri, 7 Dec 2007 08:17:05 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753386AbXLGNQw (ORCPT ); Fri, 7 Dec 2007 08:16:52 -0500 Received: from courier.cs.helsinki.fi ([128.214.9.1]:40362 "EHLO mail.cs.helsinki.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751127AbXLGNQv (ORCPT ); Fri, 7 Dec 2007 08:16:51 -0500 Date: Fri, 7 Dec 2007 15:16:49 +0200 (EET) From: "=?ISO-8859-1?Q?Ilpo_J=E4rvinen?=" X-X-Sender: ijjarvin@kivilampi-30.cs.helsinki.fi To: reuben-linuxkernel@reub.net cc: akpm@linux-foundation.org, LKML , Netdev , auke-jan.h.kok@intel.com, David Miller Subject: Re: 2.6.24-rc4-mm1 In-Reply-To: <20071205.230925.99250129.davem@davemloft.net> Message-ID: References: <20071204211701.994dfce6.akpm@linux-foundation.org> <47579DD9.9030909@reub.net> <20071205.230925.99250129.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1802 Lines: 42 On Wed, 5 Dec 2007, David Miller wrote: > From: Reuben Farrelly > Date: Thu, 06 Dec 2007 17:59:37 +1100 > > > On 5/12/2007 4:17 PM, Andrew Morton wrote: > > > - Lots of device IDs have been removed from the e1000 driver and moved over > > > to e1000e. So if your e1000 stops working, you forgot to set CONFIG_E1000E. > > > > This non fatal oops which I have just noticed may be related to this change then > > - certainly looks networking related. > > > > WARNING: at net/ipv4/tcp_input.c:2518 tcp_fastretrans_alert() > > Pid: 0, comm: swapper Not tainted 2.6.24-rc4-mm1 #1 > > > > Call Trace: > > [] tcp_fastretrans_alert+0x229/0xe63 > > [] tcp_ack+0xa3f/0x127d > > [] tcp_rcv_established+0x55f/0x7f8 > > [] tcp_v4_do_rcv+0xdb/0x3a7 > > [] :nf_conntrack:nf_ct_deliver_cached_events+0x75/0x99 > > No, it's from TCP assertions and changes added by Ilpo to the > net-2.6.25 tree recently. Yeah, this (very likely) due to the new SACK processing (in net-2.6.25). I'll look what could go wrong with fack_count calculations, most likely it's the reason (I've found earlier one out-of-place retransmission segment in one of my test case which already indicated that there's something incorrect with them but didn't have time to debug it yet). Thanks for report. Some info about how easily you can reproduce & couple of sentences about the test case might be useful later on when evaluating the fix. -- i. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/