linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: "Máté Eckl" <ecklm94@gmail.com>
Cc: kbuild-all@01.org, linux-kernel@vger.kernel.org,
	Pablo Neira Ayuso <pablo@netfilter.org>
Subject: net/netfilter/xt_TEE.c:48: undefined reference to `nf_dup_ipv6'
Date: Wed, 5 Sep 2018 16:48:04 +0800	[thread overview]
Message-ID: <201809051659.OhRoMw1n%fengguang.wu@intel.com> (raw)

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   28619527b8a712590c93d0a9e24b4425b9376a8c
commit: 5d400a4933e867dbc3706023c8ed55d364c233ed netfilter: Kconfig: Change select IPv6 dependencies
date:   7 weeks ago
config: x86_64-randconfig-g0-09051253 (attached as .config)
compiler: gcc-4.9 (Debian 4.9.4-2) 4.9.4
reproduce:
        git checkout 5d400a4933e867dbc3706023c8ed55d364c233ed
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   net/netfilter/xt_TEE.o: In function `tee_tg6':
>> net/netfilter/xt_TEE.c:48: undefined reference to `nf_dup_ipv6'

vim +48 net/netfilter/xt_TEE.c

e281b1989 Jan Engelhardt    2010-04-19  40  
5d400a493 Máté Eckl         2018-07-10  41  #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
e281b1989 Jan Engelhardt    2010-04-19  42  static unsigned int
4b560b447 Jan Engelhardt    2009-07-05  43  tee_tg6(struct sk_buff *skb, const struct xt_action_param *par)
e281b1989 Jan Engelhardt    2010-04-19  44  {
e281b1989 Jan Engelhardt    2010-04-19  45  	const struct xt_tee_tginfo *info = par->targinfo;
45efccdbe Eric Dumazet      2015-10-19  46  	int oif = info->priv ? info->priv->oif : 0;
e281b1989 Jan Engelhardt    2010-04-19  47  
613dbd957 Pablo Neira Ayuso 2016-11-03 @48  	nf_dup_ipv6(xt_net(par), skb, xt_hooknum(par), &info->gw.in6, oif);
e281b1989 Jan Engelhardt    2010-04-19  49  
e281b1989 Jan Engelhardt    2010-04-19  50  	return XT_CONTINUE;
e281b1989 Jan Engelhardt    2010-04-19  51  }
dfd56b8b3 Eric Dumazet      2011-12-10  52  #endif
e281b1989 Jan Engelhardt    2010-04-19  53  

:::::: The code at line 48 was first introduced by commit
:::::: 613dbd95723aee7abd16860745691b6c7bda20dc netfilter: x_tables: move hook state into xt_action_param structure

:::::: TO: Pablo Neira Ayuso <pablo@netfilter.org>
:::::: CC: Pablo Neira Ayuso <pablo@netfilter.org>

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

             reply	other threads:[~2018-09-05  8:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-05  8:48 kbuild test robot [this message]
2018-10-18 13:13 net/netfilter/xt_TEE.c:48: undefined reference to `nf_dup_ipv6' kbuild test robot

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=201809051659.OhRoMw1n%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=ecklm94@gmail.com \
    --cc=kbuild-all@01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pablo@netfilter.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;
as well as URLs for NNTP newsgroup(s).