Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755196AbXLFHfc (ORCPT ); Thu, 6 Dec 2007 02:35:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753412AbXLFHfU (ORCPT ); Thu, 6 Dec 2007 02:35:20 -0500 Received: from smtp2.linux-foundation.org ([207.189.120.14]:54977 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753161AbXLFHfS (ORCPT ); Thu, 6 Dec 2007 02:35:18 -0500 Date: Wed, 5 Dec 2007 23:35:04 -0800 From: Andrew Morton To: Reuben Farrelly Cc: linux-kernel@vger.kernel.org, Linux Netdev List , Auke Kok , Ilpo =?ISO-8859-1?B?SuRydmluZW4=?= Subject: Re: 2.6.24-rc4-mm1 Message-Id: <20071205233504.67366c5b.akpm@linux-foundation.org> In-Reply-To: <47579DD9.9030909@reub.net> References: <20071204211701.994dfce6.akpm@linux-foundation.org> <47579DD9.9030909@reub.net> X-Mailer: Sylpheed 2.4.1 (GTK+ 2.8.17; x86_64-unknown-linux-gnu) 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: 2973 Lines: 71 On Thu, 06 Dec 2007 17:59:37 +1100 Reuben Farrelly wrote: > On 5/12/2007 4:17 PM, Andrew Morton wrote: > > Temporarily at > > > > http://userweb.kernel.org/~akpm/2.6.24-rc4-mm1/ > > > > Will appear later at > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.24-rc4/2.6.24-rc4-mm1/ > > > > > > - 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. yep, but it isn't e1000. It's core TCP. > 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 > [] :nf_conntrack_ipv4:ipv4_confirm+0x29/0x51 > [] tcp_v4_rcv+0x9be/0xaed > [] nf_hook_slow+0x60/0xdf > [] ip_local_deliver_finish+0xd3/0x253 > [] ip_local_deliver+0x3b/0x85 > [] ip_rcv_finish+0x119/0x3b8 > [] ip_rcv+0x231/0x30c > [] netif_receive_skb+0x215/0x299 > [] :e1000e:e1000_receive_skb+0x4d/0x1db > [] :e1000e:e1000_clean_rx_irq+0x12c/0x341 > [] :e1000e:e1000_clean+0x306/0x58f > [] rebalance_domains+0xec/0x423 > [] handle_edge_irq+0x97/0x13b > [] net_rx_action+0xb8/0x11d > [] __do_softirq+0x71/0xdd > [] call_softirq+0x1c/0x30 > [] do_softirq+0x3d/0x8d > [] irq_exit+0x84/0x86 > [] do_IRQ+0x7e/0xe4 > [] mwait_idle+0x0/0x58 > [] default_idle+0x0/0x43 > [] ret_from_intr+0x0/0xa > [] mwait_idle+0x48/0x58 > [] enter_idle+0x22/0x24 > [] cpu_idle+0x63/0x88 > [] rest_init+0x55/0x60 > [] start_kernel+0x2a4/0x32a > [] _sinittext+0x10b/0x120 > > tornado home # > > I have posted a full dmesg up as well as my .config and an lcpci at > http://www.reub.net/files/kernel/2.6.24-rc4-mm1/ . > Ilpo, Reuben's kernel is talking to you ;) -- 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/