public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Mike Manning <mmanning@brocade.com>
Cc: kbuild-all@01.org, netdev@vger.kernel.org
Subject: Re: [PATCH] net: ipv6: Remove addresses for failures with strict DAD
Date: Wed, 17 Aug 2016 22:01:49 +0800	[thread overview]
Message-ID: <201608172103.EasIutE8%fengguang.wu@intel.com> (raw)
In-Reply-To: <1471429720-6141-1-git-send-email-mmanning@brocade.com>

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

Hi Mike,

[auto build test WARNING on net/master]
[also build test WARNING on v4.8-rc2 next-20160817]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Mike-Manning/net-ipv6-Remove-addresses-for-failures-with-strict-DAD/20160817-183122
config: x86_64-randconfig-s4-08172039 (attached as .config)
compiler: gcc-6 (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All warnings (new ones prefixed by >>):

>> net/ipv6/addrconf.c:138:13: warning: 'dev_disable_change' used but never defined
    static void dev_disable_change(struct inet6_dev *idev);
                ^~~~~~~~~~~~~~~~~~

vim +/dev_disable_change +138 net/ipv6/addrconf.c

   122	}
   123	
   124	static inline void addrconf_sysctl_unregister(struct inet6_dev *idev)
   125	{
   126	}
   127	#endif
   128	
   129	static void __ipv6_regen_rndid(struct inet6_dev *idev);
   130	static void __ipv6_try_regen_rndid(struct inet6_dev *idev, struct in6_addr *tmpaddr);
   131	static void ipv6_regen_rndid(unsigned long data);
   132	
   133	static int ipv6_generate_eui64(u8 *eui, struct net_device *dev);
   134	static int ipv6_count_addresses(struct inet6_dev *idev);
   135	static int ipv6_generate_stable_address(struct in6_addr *addr,
   136						u8 dad_count,
   137						const struct inet6_dev *idev);
 > 138	static void dev_disable_change(struct inet6_dev *idev);
   139	
   140	/*
   141	 *	Configured unicast address hash table
   142	 */
   143	static struct hlist_head inet6_addr_lst[IN6_ADDR_HSIZE];
   144	static DEFINE_SPINLOCK(addrconf_hash_lock);
   145	
   146	static void addrconf_verify(void);

---
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: 26846 bytes --]

  reply	other threads:[~2016-08-17 14:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-17 10:28 [PATCH] net: ipv6: Remove addresses for failures with strict DAD Mike Manning
2016-08-17 14:01 ` kbuild test robot [this message]
2016-08-17 15:07 ` kbuild test robot
2016-08-17 15:40 ` Hannes Frederic Sowa
2016-08-17 16:08   ` Mike Manning
2016-08-17 16:16     ` Hannes Frederic Sowa

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=201608172103.EasIutE8%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@01.org \
    --cc=mmanning@brocade.com \
    --cc=netdev@vger.kernel.org \
    /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