Miquel van Smoorenburg wrote: >In article , >Linus Torvalds wrote: > > >>Ok, our dear master.kernel.org seems to be back from the dead, which means >>that I can punish it some more and upload stuff to it again. >> >> > >Netfilter compilation fails: > >net/ipv4/netfilter/ipt_TCPMSS.c: In function `ipt_tcpmss_target': >net/ipv4/netfilter/ipt_TCPMSS.c:88: structure has no member named `pmtu' >net/ipv4/netfilter/ipt_TCPMSS.c:91: structure has no member named `pmtu' >net/ipv4/netfilter/ipt_TCPMSS.c:95: structure has no member named `pmtu' >make[3]: *** [net/ipv4/netfilter/ipt_TCPMSS.o] Error 1 >make[2]: *** [net/ipv4/netfilter] Error 2 >make[1]: *** [net/ipv4] Error 2 >make: *** [net] Error 2 > >Fortunately, reconfiguring the kernel halfway the compilation >(turn of TCP MSS netfilter options) and resuming the compile >actually works. > >Mike. > >- >To unsubscribe from this list: send the line "unsubscribe linux-kernel" in >the body of a message to majordomo@vger.kernel.org >More majordomo info at http://vger.kernel.org/majordomo-info.html >Please read the FAQ at http://www.tux.org/lkml/ > > There was a smattering of pmtu probs with 2.5.45 due to the use of a new function (dst_pmtu). Here's a patch from 2.5.45 that will probably apply cleanly (haven't gotten the 2.5.46 patch yet myself) that should take care of it.