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-Create-exthdrs_options-c/20190412-024542
config: i386-randconfig-l3-04110213 (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=i386 

All errors (new ones prefixed by >>):

>> net/ipv6/exthdrs_options.c:182:20: error: 'ipv6_dest_hao' undeclared here 
>> (not in a function)
      .proc.ops.func = ipv6_dest_hao,
                       ^

vim +/ipv6_dest_hao +182 net/ipv6/exthdrs_options.c

   177  
   178  static const struct tlv_proc_init tlv_init_params[] __initconst = {
   179          {
   180                  .type = IPV6_TLV_HAO,
   181  
 > 182                  .proc.ops.func = ipv6_dest_hao,
   183                  .proc.params.rx_class = IPV6_TLV_CLASS_FLAG_DSTOPT,
   184          },
   185          {
   186                  .type = IPV6_TLV_ROUTERALERT,
   187  
   188                  .proc.ops.func = ipv6_hop_ra,
   189                  .proc.params.rx_class = IPV6_TLV_CLASS_FLAG_HOPOPT,
   190          },
   191          {
   192                  .type = IPV6_TLV_JUMBO,
   193  
   194                  .proc.ops.func  = ipv6_hop_jumbo,
   195                  .proc.params.rx_class = IPV6_TLV_CLASS_FLAG_HOPOPT,
   196          },
   197          {
   198                  .type = IPV6_TLV_CALIPSO,
   199  
   200                  .proc.ops.func = ipv6_hop_calipso,
   201                  .proc.params.rx_class = IPV6_TLV_CLASS_FLAG_HOPOPT,
   202          },
   203  };
   204  

---
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