About reproducing, I think .config matter
Mine is at http://www.nuclearcat.com/files/config.txt
About hardware, maybe it is important - it is Intel dual core machine (32-
bit). I test few more times, i can reproduce it for sure. It gives lockdep on
first incoming packet.
More info about hardware:
CPU model name : Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz
Other machines where i get this lockdep also Core Duo CPU's.
I test now on old 2xXeon,P4 with hyperthreading - also triggered.
Shortest script i use:
modprobe ifb
ifconfig ifb0 up
/sbin/tc qdisc del dev eth0 ingress 1>/dev/null 2>/dev/null
/sbin/tc qdisc add dev eth0 ingress
/sbin/tc filter add dev eth0 parent ffff: protocol ip prio 10 u32 \
match u32 0 0 flowid 1:1 \
action mirred egress redirect dev ifb0
On Thu, 6 Mar 2008 23:12:53 +0100, Jarek Poplawski wrote