[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CA+r1Zhg2srn3FkJcjKg0xiwbR89127sockdNQiGqUYn1qYTC0g@mail.gmail.com>
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