Hi Roopa,
[auto build test ERROR on net-next/master]
url: https://github.com/0day-ci/linux/commits/Roopa-Prabhu/lwtunnel-xmit-redirect/20160811-145357
config: i386-randconfig-x002-201632 (attached as .config)
compiler: gcc-6 (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
net/ipv4/ip_output.c: In function 'ip_finish_output2':quoted
net/ipv4/ip_output.c:202:13: error: too few arguments to function 'lwtunnel_xmit'
int res = lwtunnel_xmit(skb);
^~~~~~~~~~~~~
In file included from net/ipv4/ip_output.c:76:0:
include/net/lwtunnel.h:212:19: note: declared here
static inline int lwtunnel_xmit(struct sk_buff *skb, u32 *status)
^~~~~~~~~~~~~
vim +/lwtunnel_xmit +202 net/ipv4/ip_output.c
196 skb_set_owner_w(skb2, skb->sk);
197 consume_skb(skb);
198 skb = skb2;
199 }
200
201 if (lwtunnel_xmit_redirect(dst->lwtstate)) {
> 202 int res = lwtunnel_xmit(skb);
203
204 if (res < 0 || res == LWTUNNEL_XMIT_DONE)
205 return res;
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation