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] [day] [month] [year] [list]
Message-ID: <201904221421.pgOXFckg%lkp@intel.com>
Date:   Mon, 22 Apr 2019 14:55:19 +0800
From:   kbuild test robot <lkp@...el.com>
To:     Tom Herbert <tom@...bertland.com>
Cc:     kbuild-all@...org, davem@...emloft.net, netdev@...r.kernel.org,
        Tom Herbert <tom@...ntonium.net>
Subject: Re: [PATCH v5 net-next 3/6] exthdrs: Registration of TLV handlers
 and parameters

Hi Tom,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on net-next/master]

url:    https://github.com/0day-ci/linux/commits/Tom-Herbert/exthdrs-Make-ext-headers-options-useful-Part-I/20190421-023531
config: x86_64-randconfig-l1-201916 (attached as .config)
compiler: gcc-5 (Debian 5.5.0-3) 5.4.1 20171010
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@...el.com>


All errors (new ones prefixed by >>):

   ld: net/ipv6/exthdrs_options.o: in function `ipv6_exthdrs_init':
>> net/ipv6/exthdrs_options.c:211: multiple definition of `init_module'; net/ipv6/af_inet6.o:net/ipv6/af_inet6.c:947: first defined here

vim +211 net/ipv6/exthdrs_options.c

   209	
   210	static int __init ipv6_exthdrs_init(void)
 > 211	{
   212		return exthdrs_init(&ipv6_tlv_param_table, tlv_init_params,
   213				    ARRAY_SIZE(tlv_init_params));
   214	}
   215	module_init(ipv6_exthdrs_init);
   216	

---
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/gzip" (30852 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ