lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201608111526.dZwGcgh6%fengguang.wu@intel.com>
Date:	Thu, 11 Aug 2016 15:04:36 +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: 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':
>> 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

Download attachment ".config.gz" of type "application/octet-stream" (30779 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ