Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755324AbYGKSPI (ORCPT ); Fri, 11 Jul 2008 14:15:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750902AbYGKSOy (ORCPT ); Fri, 11 Jul 2008 14:14:54 -0400 Received: from khc.piap.pl ([195.187.100.11]:38398 "EHLO khc.piap.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753131AbYGKSOx (ORCPT ); Fri, 11 Jul 2008 14:14:53 -0400 To: Cc: lkml Subject: Re: Kernel panic 2.6.25.10 IXP4xx References: From: Krzysztof Halasa Date: Fri, 11 Jul 2008 20:14:51 +0200 In-Reply-To: (Krzysztof Halasa's message of "Fri\, 11 Jul 2008 13\:42\:19 +0200") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 927 Lines: 27 Krzysztof Halasa writes: > I'm told this is reproducible. The kernel in question is a (patched a > bit) 2.6.25.10. ARM, Intel IXP425 CPU, big-endian. The exact > patch set is available. It seems the extra patches aren't really used, though. The configuration is basically: ifconfig eth0 192.168.0.1/24 (ixp4xx_eth driver, without the last fix correcting the device eth_poll() (NAPI) return value applied) modprobe speedtch (USB ADSL, PPP over ATM) iptables -t nat -A POSTROUTING -s 192.168.0.0/24 -d 0/0 -o ppp0 -j MASQUERADE (seems unrelated) /sbin/pppd call speedtch (plugin pppoatm.so) I'm going to try to recreate it on my machine. -- Krzysztof Halasa -- 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/