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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 12 Apr 2019 04:36:43 +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 v2 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-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

Download attachment ".config.gz" of type "application/gzip" (27192 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ