[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Re: Panic in ipt_do_table with 2.6.16.13-xen
Matt Ayres wrote: > > > Patrick McHardy wrote: > >> Matt Ayres wrote: >> >>> I think I confirmed the NIC is not the source of the problem. A few of >>> my servers have e100/tulip NIC's due to a bug with the chipset of the >>> on-board TG3 cards firmware and TSO. These servers that use the >>> e100/tulip drivers also experience the ipt_do_table bug. >> >> >> There is an identical report in the netfilter bugzilla, also crashes >> (on x86_64) in ipt_do_table with Xen. I haven't heard anything of >> similar crashes without Xen, so I doubt that the bug is in the >> netfilter code. >> >> https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=478 > > > Yep... too coincidental. I'd say it has _something_ to do with Xen. > I've been doing different things on my side to try to reduce the > severity of the problem, but I'd really like to hear what the Xen guys > have to say about this now.. Maybe this helps: there is not too much the Xen code could be doing wrong here. If I read your crash correctly it happend in the FORWARD chain, which could mean that the outgoing device (probably the Xen virtual network driver) has some bugs, but iptables really only cares about the names at this point, which practically can't be bogus. The only other thing I can imagine is that something is wrong with the per-CPU copy of the ruleset, i.e. either smp_processor_id is returning garbage or for_each_possible_cpu misses a CPU during initialization. I have no idea if Xen really does touch this code, but other than that I don't really see what it could break. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |