Re: Kernel panic 2.6.25.10 IXP4xx

From: Krzysztof Halasa
Date: Fri Jul 11 2008 - 14:15:10 EST


Krzysztof Halasa <khc@xxxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/