[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201608111540.7sUZoxcK%fengguang.wu@intel.com>
Date: Thu, 11 Aug 2016 15:07:12 +0800
From: kbuild test robot <lkp@...el.com>
To: Roopa Prabhu <roopa@...ulusnetworks.com>
Cc: kbuild-all@...org, davem@...emloft.net, netdev@...r.kernel.org,
dsa@...ulusnetworks.com, buytenh@...tstofly.org,
ebiederm@...ssion.com, rshearma@...cade.com,
simon.horman@...ronome.com, tom@...bertland.com, tgraf@...g.ch,
olivier.dugeon@...nge.com
Subject: Re: [PATCH net-next 1/3] lwtunnel: xmit redirect
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':
>> 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
Download attachment ".config.gz" of type "application/octet-stream" (26448 bytes)
Powered by blists - more mailing lists