From: kernel test robot <lkp@intel.com>
To: Florian Westphal <fw@strlen.de>
Cc: <llvm@lists.linux.dev>, <oe-kbuild-all@lists.linux.dev>,
<netdev@vger.kernel.org>, <lvs-devel@vger.kernel.org>,
Phil Sutter <phil@nwl.cc>
Subject: [horms-ipvs-next:main 7/9] ld.lld: error: undefined symbol: xt_recseq
Date: Mon, 5 Feb 2024 19:51:21 +0800 [thread overview]
Message-ID: <ZcDLuYTvcN/NVo9K@rli9-mobl> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git main
head: 7ad269787b6615ca56bb161063331991fce51abf
commit: 4654467dc7e111e84f43ed1b70322873ae77e7be [7/9] netfilter: arptables: allow xtables-nft only builds
config: x86_64-randconfig-076-20240131 (https://download.01.org/0day-ci/archive/20240201/202402010345.MEUDOOiB-lkp@intel.com/config)
compiler: clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240201/202402010345.MEUDOOiB-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/r/202402010345.MEUDOOiB-lkp@intel.com/
All errors (new ones prefixed by >>):
>> ld.lld: error: undefined symbol: xt_recseq
>>> referenced by x_tables.h:372 (include/linux/netfilter/x_tables.h:372)
>>> vmlinux.o:(arpt_do_table)
>>> referenced by x_tables.h:379 (include/linux/netfilter/x_tables.h:379)
>>> vmlinux.o:(arpt_do_table)
>>> referenced by x_tables.h:397 (include/linux/netfilter/x_tables.h:397)
>>> vmlinux.o:(arpt_do_table)
>>> referenced 4 more times
--
>> ld.lld: error: undefined symbol: xt_alloc_table_info
>>> referenced by arp_tables.c:1513 (net/ipv4/netfilter/arp_tables.c:1513)
>>> vmlinux.o:(arpt_register_table)
>>> referenced by arp_tables.c:970 (net/ipv4/netfilter/arp_tables.c:970)
>>> vmlinux.o:(do_arpt_set_ctl)
--
>> ld.lld: error: undefined symbol: xt_request_find_target
>>> referenced by arp_tables.c:417 (net/ipv4/netfilter/arp_tables.c:417)
>>> vmlinux.o:(translate_table)
--
>> ld.lld: error: undefined symbol: xt_check_target
>>> referenced by arp_tables.c:401 (net/ipv4/netfilter/arp_tables.c:401)
>>> vmlinux.o:(translate_table)
--
>> ld.lld: error: undefined symbol: xt_unregister_table
>>> referenced by arp_tables.c:1489 (net/ipv4/netfilter/arp_tables.c:1489)
>>> vmlinux.o:(__arpt_unregister_table)
--
>> ld.lld: error: undefined symbol: xt_find_table
>>> referenced by arp_tables.c:1566 (net/ipv4/netfilter/arp_tables.c:1566)
>>> vmlinux.o:(arpt_unregister_table_pre_exit)
>>> referenced by arp_tables.c:1575 (net/ipv4/netfilter/arp_tables.c:1575)
>>> vmlinux.o:(arpt_unregister_table)
--
>> ld.lld: error: undefined symbol: xt_copy_counters
>>> referenced by arp_tables.c:1010 (net/ipv4/netfilter/arp_tables.c:1010)
>>> vmlinux.o:(do_arpt_set_ctl)
--
>> ld.lld: error: undefined symbol: xt_find_table_lock
>>> referenced by arp_tables.c:1014 (net/ipv4/netfilter/arp_tables.c:1014)
>>> vmlinux.o:(do_arpt_set_ctl)
>>> referenced by arp_tables.c:862 (net/ipv4/netfilter/arp_tables.c:862)
>>> vmlinux.o:(do_arpt_get_ctl)
--
>> ld.lld: error: undefined symbol: xt_table_unlock
>>> referenced by arp_tables.c:1040 (net/ipv4/netfilter/arp_tables.c:1040)
>>> vmlinux.o:(do_arpt_set_ctl)
>>> referenced by arp_tables.c:944 (net/ipv4/netfilter/arp_tables.c:944)
>>> vmlinux.o:(do_arpt_set_ctl)
>>> referenced by arp_tables.c:924 (net/ipv4/netfilter/arp_tables.c:924)
>>> vmlinux.o:(do_arpt_set_ctl)
>>> referenced 2 more times
--
>> ld.lld: error: undefined symbol: xt_counters_alloc
>>> referenced by arp_tables.c:894 (net/ipv4/netfilter/arp_tables.c:894)
>>> vmlinux.o:(do_arpt_set_ctl)
--
>> ld.lld: error: undefined symbol: xt_request_find_table_lock
>>> referenced by arp_tables.c:900 (net/ipv4/netfilter/arp_tables.c:900)
>>> vmlinux.o:(do_arpt_set_ctl)
>>> referenced by arp_tables.c:808 (net/ipv4/netfilter/arp_tables.c:808)
>>> vmlinux.o:(do_arpt_get_ctl)
..
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2024-02-05 11:51 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=ZcDLuYTvcN/NVo9K@rli9-mobl \
--to=lkp@intel.com \
--cc=fw@strlen.de \
--cc=llvm@lists.linux.dev \
--cc=lvs-devel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=phil@nwl.cc \
/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).