From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Stezenbach Subject: Re: Linux 2.6.15-rc5: sk98lin broken Date: Mon, 5 Dec 2005 00:43:20 +0100 Message-ID: <20051204234320.GA7478@linuxtv.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linux Kernel Mailing List , shemminger@osdl.org, netdev@vger.kernel.org Return-path: To: Linus Torvalds Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Sat, Dec 03, 2005, Linus Torvalds wrote: > shemminger@osdl.org: > sk98lin: fix checksumming code > sk98lin: add permanent address support > sk98lin: avoid message confusion with skge I have an Asus P4P800 "Deluxe" with 3c940 LOM. If I ping the box I get the following: Dec 4 22:57:02 abc kernel: [] dump_stack+0x17/0x19 Dec 4 22:57:02 abc kernel: [] netdev_rx_csum_fault+0x27/0x2d Dec 4 22:57:02 abc kernel: [] __skb_checksum_complete+0x5a/0x60 Dec 4 22:57:02 abc kernel: [] icmp_error+0xbd/0x193 Dec 4 22:57:02 abc kernel: [] ip_conntrack_in+0x67/0x279 Dec 4 22:57:02 abc kernel: [] nf_iterate+0x59/0x7d Dec 4 22:57:02 abc kernel: [] nf_hook_slow+0x57/0x106 Dec 4 22:57:02 abc kernel: [] ip_rcv+0x1af/0x580 Dec 4 22:57:02 abc kernel: [] netif_receive_skb+0x15a/0x1ef Dec 4 22:57:02 abc kernel: [] process_backlog+0x7f/0x10d Dec 4 22:57:02 abc kernel: [] net_rx_action+0x7d/0x110 Dec 4 22:57:02 abc kernel: [] __do_softirq+0x72/0xe1 Dec 4 22:57:02 abc kernel: [] do_softirq+0x5d/0x61 Dec 4 22:57:02 abc kernel: ======================= Dec 4 22:57:02 abc kernel: [] irq_exit+0x48/0x4a Dec 4 22:57:02 abc kernel: [] do_IRQ+0x5d/0x8f Dec 4 22:57:02 abc kernel: [] common_interrupt+0x1a/0x20 Dec 4 22:57:02 abc kernel: [] cpu_idle+0x49/0xa0 Dec 4 22:57:02 abc kernel: [] rest_init+0x37/0x39 Dec 4 22:57:02 abc kernel: [] start_kernel+0x164/0x177 Dec 4 22:57:02 abc kernel: [] 0xc0100210 (once for each ICMP packet) 2.6.15-rc2 works fine. Johannes