Re: linux-next: Tree for Mar 9 (net: bpf)

From: David Miller
Date: Wed Mar 09 2016 - 12:20:31 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Date: Wed, 9 Mar 2016 08:44:20 -0800

> on x86_64:
>
> ../net/core/filter.c: In function 'bpf_skb_get_tunnel_opt':
> ../net/core/filter.c:1824:2: error: implicit declaration of function 'ip_tunnel_info_opts_get' [-Werror=implicit-function-declaration]
> ip_tunnel_info_opts_get(to, info);
> ^
> ../net/core/filter.c: In function 'bpf_skb_set_tunnel_opt':
> ../net/core/filter.c:1918:2: error: implicit declaration of function 'ip_tunnel_info_opts_set' [-Werror=implicit-function-declaration]
> ip_tunnel_info_opts_set(info, from, size);
> ^
Should have been fixed last night by:

====================