[ovs-dev] Kernel module build failure with linux 4.14.162.

Ilya Maximets i.maximets at ovn.org
Mon Jan 6 10:38:58 UTC 2020


Our Travis fails to build kernel module with recent kernel 4.14.162.
It'll be good if someone could take a look:

https://travis-ci.org/ovsrobot/ovs/jobs/632805584

ovs/datapath/linux/ip_tunnel.c: In function ‘rpl_tnl_update_pmtu’:
ovs/datapath/linux/ip_tunnel.c:270:3: error: too few arguments to function ‘skb_dst((const struct sk_buff *)skb)->ops->update_pmtu’
   skb_dst(skb)->ops->update_pmtu(skb_dst(skb), NULL, skb, mtu);
   ^

ovs/datapath/linux/ip6_gre.c: In function ‘ip6erspan_tunnel_xmit’:
ovs/datapath/linux/ip6_gre.c:1092:3: error: too few arguments to function ‘dst->ops->update_pmtu’
   dst->ops->update_pmtu(dst, NULL, skb, dst->dev->mtu);
   ^

Best regards, Ilya Maximets.


More information about the dev mailing list