tree:
git://git.infradead.org/users/hch/misc.git set_fs-net-tunnel
head: 75b3a7d2e1d57c6ee6426093ca75615a02ddd26a
commit: f10c33a48f618cfcf62ad359952106b0881abc20 [1/2] ipv4: use symbol_get to access ipip
symbols
config: i386-randconfig-a014-20200514 (attached as .config)
compiler: gcc-5 (Ubuntu 5.5.0-12ubuntu1) 5.5.0 20171010
reproduce:
git checkout f10c33a48f618cfcf62ad359952106b0881abc20
# save the attached .config to linux build tree
make ARCH=i386
If you fix the issue, kindly add following tag as appropriate
Reported-by: kbuild test robot <lkp(a)intel.com>
All warnings (new ones prefixed by >>, old ones prefixed by <<):
In file included from include/net/dst_metadata.h:6:0,
from net/core/flow_dissector.c:9:
> include/net/ip_tunnels.h:498:60: warning: 'struct vifctl'
declared inside parameter list
struct net_device *ipip_tunnel_ctl(struct net *net,
struct vifctl *v, int cmd);
^
> include/net/ip_tunnels.h:498:60: warning: its scope is only this
definition or declaration, which is probably not what you want
vim +498 include/net/ip_tunnels.h
497
498 struct net_device *ipip_tunnel_ctl(struct net *net, struct vifctl
*v, int cmd);
499
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org