lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <ZcDLuYTvcN/NVo9K@rli9-mobl>
Date: Mon, 5 Feb 2024 19:51:21 +0800
From: kernel test robot <lkp@...el.com>
To: Florian Westphal <fw@...len.de>
CC: <llvm@...ts.linux.dev>, <oe-kbuild-all@...ts.linux.dev>,
	<netdev@...r.kernel.org>, <lvs-devel@...r.kernel.org>, Phil Sutter
	<phil@....cc>
Subject: [horms-ipvs-next:main 7/9] ld.lld: error: undefined symbol: xt_recseq

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@...el.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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ