Netdev List
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Vincent Bernat <vincent@bernat.im>
Cc: kbuild-all@01.org, netdev@vger.kernel.org
Subject: [net-next:master 415/424] include/net/ipv6.h:772:14: error: 'struct net' has no member named 'ipv6'; did you mean 'ipv4'?
Date: Thu, 2 Aug 2018 03:01:35 +0800	[thread overview]
Message-ID: <201808020328.L1GkTeo5%fengguang.wu@intel.com> (raw)

[-- 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 --]

                 reply	other threads:[~2018-08-01 20:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201808020328.L1GkTeo5%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@01.org \
    --cc=netdev@vger.kernel.org \
    --cc=vincent@bernat.im \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox