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:	Thu, 9 Jan 2014 06:55:50 -0700
From:	Jim Davis <jim.epost@...il.com>
To:	Stephen Rothwell <sfr@...b.auug.org.au>,
	linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
	steffen.klassert@...unet.com,
	Herbert Xu <herbert@...dor.apana.org.au>,
	"David S. Miller" <davem@...emloft.net>, kuznet@....inr.ac.ru,
	jmorris@...ei.org, yoshfuji@...ux-ipv6.org, kaber@...sh.net,
	netdev@...r.kernel.org
Subject: randconfig build error with next-20140109, in net/ipv6/ip6_vti.c

Building with the attached random configuration file,



net/ipv6/ip6_vti.c: In function ‘vti6_dev_init_gen’:
net/ipv6/ip6_vti.c:743:9: warning: assignment from incompatible
pointer type [enabled by default]
   stats = per_cpu_ptr(dev->tstats, i);
         ^
In file included from include/linux/time.h:5:0,
                 from include/linux/stat.h:18,
                 from include/linux/module.h:10,
                 from net/ipv6/ip6_vti.c:18:
net/ipv6/ip6_vti.c:744:24: error: dereferencing pointer to incomplete type
   u64_stats_init(&stats->syncp);
                        ^
include/linux/seqlock.h:70:20: note: in definition of macro ‘seqcount_init’
   __seqcount_init((s), #s, &__key); \
                    ^
net/ipv6/ip6_vti.c:744:3: note: in expansion of macro ‘u64_stats_init’
   u64_stats_init(&stats->syncp);
   ^
make[2]: *** [net/ipv6/ip6_vti.o] Error 1

View attachment "randconfig-1389259988.txt" of type "text/plain" (74141 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ