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-next>] [day] [month] [year] [list]
Date:	Wed, 05 Dec 2012 03:39:53 +0800
From:	kbuild test robot <fengguang.wu@...el.com>
To:	Nicolas Dichtel <nicolas.dichtel@...nd.com>
Cc:	netdev@...r.kernel.org
Subject: [net-next:master 153/162] net/ipv6/addrconf.c:503:11: error:
 'struct ipv6_devconf' has no member named 'mc_forwarding'

tree:   git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git master
head:   193c1e478cc496844fcbef402a10976c95a634ff
commit: d67b8c616b48df30e2836d797795f2420d109bc9 [153/162] netconf: advertise mc_forwarding status
config: i386-randconfig-m091 (attached as .config)

All error/warnings:

net/ipv6/addrconf.c: In function 'inet6_netconf_fill_devconf':
net/ipv6/addrconf.c:503:11: error: 'struct ipv6_devconf' has no member named 'mc_forwarding'

vim +503 net/ipv6/addrconf.c

76f8f6cb Nicolas Dichtel 2012-10-25  497  	/* type -1 is used for ALL */
76f8f6cb Nicolas Dichtel 2012-10-25  498  	if ((type == -1 || type == NETCONFA_FORWARDING) &&
f3a1bfb1 Nicolas Dichtel 2012-10-25  499  	    nla_put_s32(skb, NETCONFA_FORWARDING, devconf->forwarding) < 0)
f3a1bfb1 Nicolas Dichtel 2012-10-25  500  		goto nla_put_failure;
d67b8c61 Nicolas Dichtel 2012-12-04  501  	if ((type == -1 || type == NETCONFA_MC_FORWARDING) &&
d67b8c61 Nicolas Dichtel 2012-12-04  502  	    nla_put_s32(skb, NETCONFA_MC_FORWARDING,
d67b8c61 Nicolas Dichtel 2012-12-04 @503  			devconf->mc_forwarding) < 0)
d67b8c61 Nicolas Dichtel 2012-12-04  504  		goto nla_put_failure;
f3a1bfb1 Nicolas Dichtel 2012-10-25  505  
f3a1bfb1 Nicolas Dichtel 2012-10-25  506  	return nlmsg_end(skb, nlh);

---
0-DAY kernel build testing backend         Open Source Technology Center
Fengguang Wu, Yuanhan Liu                              Intel Corporation

View attachment ".config" of type "text/plain" (63380 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ