On Mon, 2 Oct 2006, Evgeniy Polyakov wrote: > > Evgeniy, please let me know if this fixes your problem. > > With that patch applied I got kernel panic after some time. > Unfortunately I have not installed serial console, so the most > interesting bits of the stack dump are not visible. > Here is the last ones which are on the screen: > ip_rcv > ip_rcv_finish > packet_rcv_spkt > ip_rcv > netif_receive_skb > sys_accept > skge_poll > > and some other uninteresting stuff like hrtimer, softirq and the like... > > EIP is at xfrm_lookup+0x43d/0x470 > > Notice packet socket handler in the trace, may be it can help - I ran > system with tcpdump started.
What kind of traffic was running over the system? What is the IPsec and SELinux configuration? Can you run gdb on vmlinux, find the start of xfrm_lookup then list what's at the EIP offset? (gdb) p xfrm_lookup $1 = {int (struct dst_entry **, struct flowi *, struct sock *, int)} 0xc02cc7e2 <xfrm_lookup> (gdb) l *(0xc02cc7e2 + 0x043d) -- James Morris <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html