linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Calvin Owens <calvinowens@fb.com>
Cc: kbuild-all@01.org, Eric Dumazet <eric.dumazet@gmail.com>,
	davem@davemloft.net, shm@cumulusnetworks.com,
	izumi.taku@jp.fujitsu.com, linville@tuxdriver.com,
	dsa@cumulusnetworks.com, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, kernel-team@fb.com,
	Cong Wang <amwang@redhat.com>
Subject: Re: [PATCH] vxlan: Properly depend on ipv6 and revert to module_init()
Date: Thu, 24 Dec 2015 14:54:54 +0800	[thread overview]
Message-ID: <201512241411.aGbYctFm%fengguang.wu@intel.com> (raw)
In-Reply-To: <20151223230328.GA967745@devbig337.prn1.facebook.com>

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

Hi Calvin,

[auto build test ERROR on net-next/master]
[also build test ERROR on v4.4-rc6 next-20151223]

url:    https://github.com/0day-ci/linux/commits/Calvin-Owens/vxlan-Properly-depend-on-ipv6-and-revert-to-module_init/20151224-070557
config: i386-randconfig-b0-12241357 (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All error/warnings (new ones prefixed by >>):

   In file included from include/linux/linkage.h:4:0,
                    from include/linux/kernel.h:6,
                    from drivers/net/vxlan.c:13:
   drivers/net/vxlan.c: In function 'vxlan_create_sock':
>> drivers/net/vxlan.c:2661:8: error: implicit declaration of function 'vxlan_ipv6_is_loaded' [-Werror=implicit-function-declaration]
      if (!vxlan_ipv6_is_loaded())
           ^
   include/linux/compiler.h:147:28: note: in definition of macro '__trace_if'
     if (__builtin_constant_p((cond)) ? !!(cond) :   \
                               ^
>> drivers/net/vxlan.c:2661:3: note: in expansion of macro 'if'
      if (!vxlan_ipv6_is_loaded())
      ^
   cc1: some warnings being treated as errors

vim +/vxlan_ipv6_is_loaded +2661 drivers/net/vxlan.c

  2655		struct udp_port_cfg udp_conf;
  2656		int err;
  2657	
  2658		memset(&udp_conf, 0, sizeof(udp_conf));
  2659	
  2660		if (ipv6) {
> 2661			if (!vxlan_ipv6_is_loaded())
  2662				return ERR_PTR(-EAFNOSUPPORT);
  2663	
  2664			udp_conf.family = AF_INET6;

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

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 26768 bytes --]

  reply	other threads:[~2015-12-24  9:10 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-17 23:52 [PATCH] netconsole: Initialize after all core networking drivers Calvin Owens
2015-12-18  1:08 ` Eric Dumazet
2015-12-18  1:46   ` Calvin Owens
2015-12-23 23:03     ` Calvin Owens
2015-12-24  6:54       ` kbuild test robot [this message]
2015-12-24 10:25       ` Hannes Frederic Sowa
2015-12-28 23:21         ` Cong Wang
2015-12-29 13:59           ` Hannes Frederic Sowa
2015-12-28 23:24       ` Cong Wang
2015-12-18  1:10 ` Stephen Hemminger
2015-12-18  1:39   ` Calvin Owens

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=201512241411.aGbYctFm%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=amwang@redhat.com \
    --cc=calvinowens@fb.com \
    --cc=davem@davemloft.net \
    --cc=dsa@cumulusnetworks.com \
    --cc=eric.dumazet@gmail.com \
    --cc=izumi.taku@jp.fujitsu.com \
    --cc=kbuild-all@01.org \
    --cc=kernel-team@fb.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=netdev@vger.kernel.org \
    --cc=shm@cumulusnetworks.com \
    /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;
as well as URLs for NNTP newsgroup(s).