netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next:master 415/424] include/net/ipv6.h:772:14: error: 'struct net' has no member named 'ipv6'; did you mean 'ipv4'?
@ 2018-08-01 19:01 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2018-08-01 19:01 UTC (permalink / raw)
  To: Vincent Bernat; +Cc: kbuild-all, netdev

[-- Attachment #1: Type: text/plain, Size: 1316 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git master
head:   90d4c5bb98bf66653333266917edf0e16ccd35f9
commit: 83ba4645152d1177c161750e1064e3a8e7cee19b [415/424] net: add helpers checking if socket can be bound to nonlocal address
config: i386-tinyconfig (attached as .config)
compiler: gcc-7 (Debian 7.3.0-16) 7.3.0
reproduce:
        git checkout 83ba4645152d1177c161750e1064e3a8e7cee19b
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   In file included from include/net/addrconf.h:54:0,
                    from lib/vsprintf.c:35:
   include/net/ipv6.h: In function 'ipv6_can_nonlocal_bind':
>> include/net/ipv6.h:772:14: error: 'struct net' has no member named 'ipv6'; did you mean 'ipv4'?
     return net->ipv6.sysctl.ip_nonlocal_bind ||
                 ^~~~
                 ipv4

vim +772 include/net/ipv6.h

   768	
   769	static inline bool ipv6_can_nonlocal_bind(struct net *net,
   770						  struct inet_sock *inet)
   771	{
 > 772		return net->ipv6.sysctl.ip_nonlocal_bind ||
   773			inet->freebind || inet->transparent;
   774	}
   775	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 6369 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-08-01 20:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-01 19:01 [net-next:master 415/424] include/net/ipv6.h:772:14: error: 'struct net' has no member named 'ipv6'; did you mean 'ipv4'? kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).