From: Roopa Prabhu <ro...@cumulusnetworks.com> Date: Tue, 28 Jul 2015 15:27:39 -0700
> v4 - v5: Use ipv6_stub_impl.ipv6_dst_lookup as suggested by Hannes I think this might not work. The ipv6_stub pointer is NULL until the ipv6 module is loaded. VXLAN can safely call through ipv6_stub->foo() because it _knows_ the ipv6 module has been loaded, and will not go away, because it is working with an ipv6 socket. You don't have that set of preconditions here, and thus it is pretty easy to generate a scenerio where ipv6_stub will be NULL at your call sites. This is starting to get really messy, to be honest. And we've been harboring this build failure for several days now. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html