Vlad, this still fails the same way. [davem@dokdo net]$ make -s -j8 kernel/Makefile:132: *** No X.509 certificates found *** kernel/Makefile:132: *** No X.509 certificates found *** net/built-in.o: In function `udp6_ufo_fragment': udp_offload.c:(.text+0x103514): undefined reference to `ipv6_select_ident' make: *** [vmlinux] Error 1 You're putting ipv6_select_ident() into the ipv6 module via ip6_output.c, but that means that code like udp_offload.c which is built statically into the kernel can't see the symbol. Please build allmodconfig, that is the exact build I use to test your and everyone else's changes. _______________________________________________ Virtualization mailing list Virtualization@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linuxfoundation.org/mailman/listinfo/virtualization