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 <l...@intel.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

Attachment: .config.gz
Description: application/gzip

Reply via email to