From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reuben Farrelly Subject: Re: 2.6.24-rc4-mm1 Date: Thu, 06 Dec 2007 17:59:37 +1100 Message-ID: <47579DD9.9030909@reub.net> References: <20071204211701.994dfce6.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, Linux Netdev List , Auke Kok To: Andrew Morton Return-path: Received: from tornado.reub.net ([59.167.253.246]:38592 "EHLO tornado.reub.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752735AbXLFHGo (ORCPT ); Thu, 6 Dec 2007 02:06:44 -0500 In-Reply-To: <20071204211701.994dfce6.akpm@linux-foundation.org> Sender: netdev-owner@vger.kernel.org List-ID: 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. 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/ . Thanks, Reuben