Thread (10 messages) flat view 10 messages, 4 authors, 2016-08-11

Re: [PATCH net-next 1/3] lwtunnel: xmit redirect

From: kbuild test robot <hidden>
Date: 2016-08-11 07:08:45

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: x86_64-randconfig-x016-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=x86_64 

All errors (new ones prefixed by >>):

   net/ipv6/ip6_output.c: In function 'ip6_finish_output2':
quoted
net/ipv6/ip6_output.c:109:13: error: too few arguments to function 'lwtunnel_xmit'
      int res = lwtunnel_xmit(skb);
                ^~~~~~~~~~~~~
   In file included from net/ipv6/ip6_output.c:59:0:
   include/net/lwtunnel.h:212:19: note: declared here
    static inline int lwtunnel_xmit(struct sk_buff *skb, u32 *status)
                      ^~~~~~~~~~~~~

vim +/lwtunnel_xmit +109 net/ipv6/ip6_output.c

   103				kfree_skb(skb);
   104				return 0;
   105			}
   106		}
   107	
   108		if (lwtunnel_xmit_redirect(dst->lwtstate)) {
 > 109			int res = lwtunnel_xmit(skb);
   110	
   111			if (res < 0 || res == LWTUNNEL_XMIT_DONE)
   112				return res;

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachments

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help