From: kernel test robot <lkp@intel.com>
To: Pablo Neira Ayuso <pablo@netfilter.org>
Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org
Subject: Re: [PATCH RFC 2/3] netfilter: nf_tables: add string set API
Date: Fri, 29 Jul 2022 22:19:09 +0800 [thread overview]
Message-ID: <202207292232.PDyr6L7O-lkp@intel.com> (raw)
In-Reply-To: <20220729093129.3108-3-pablo@netfilter.org>
Hi Pablo,
[FYI, it's a private test report for your RFC patch.]
[auto build test ERROR on nf/master]
[also build test ERROR on linus/master v5.19-rc8 next-20220728]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Pablo-Neira-Ayuso/nf_tables-string-match-support/20220729-173258
base: https://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git master
config: i386-randconfig-a013 (https://download.01.org/0day-ci/archive/20220729/202207292232.PDyr6L7O-lkp@intel.com/config)
compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 8dfaecc4c24494337933aff9d9166486ca0949f1)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://github.com/intel-lab-lkp/linux/commit/021bda4d09b7b9be8c40f05b017f885ba3010c02
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review Pablo-Neira-Ayuso/nf_tables-string-match-support/20220729-173258
git checkout 021bda4d09b7b9be8c40f05b017f885ba3010c02
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=i386 SHELL=/bin/bash
If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>, old ones prefixed by <<):
>> ERROR: modpost: "ac_iterate" [net/netfilter/nf_tables.ko] undefined!
>> ERROR: modpost: "ac_iter_destroy" [net/netfilter/nf_tables.ko] undefined!
>> ERROR: modpost: "ac_iter_create" [net/netfilter/nf_tables.ko] undefined!
>> ERROR: modpost: "ac_del" [net/netfilter/nf_tables.ko] undefined!
>> ERROR: modpost: "ac_add" [net/netfilter/nf_tables.ko] undefined!
>> ERROR: modpost: "ac_clone" [net/netfilter/nf_tables.ko] undefined!
>> ERROR: modpost: "ac_create" [net/netfilter/nf_tables.ko] undefined!
>> ERROR: modpost: "ac_resolve_fail" [net/netfilter/nf_tables.ko] undefined!
>> ERROR: modpost: "ac_destroy" [net/netfilter/nf_tables.ko] undefined!
--
0-DAY CI Kernel Test Service
https://01.org/lkp
next prev parent reply other threads:[~2022-07-29 14:20 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-29 9:31 [PATCH RFC 0/3] nf_tables string match support Pablo Neira Ayuso
2022-07-29 9:31 ` [PATCH RFC 1/3] netfilter: add Aho-Corasick string match implementation Pablo Neira Ayuso
2022-07-29 9:31 ` [PATCH RFC 2/3] netfilter: nf_tables: add string set API Pablo Neira Ayuso
2022-07-29 14:19 ` kernel test robot [this message]
2022-07-29 16:51 ` kernel test robot
2022-07-29 9:31 ` [PATCH RFC 3/3] netfilter: nf_tables: add string expression Pablo Neira Ayuso
2022-07-29 16:31 ` kernel 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=202207292232.PDyr6L7O-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
--cc=llvm@lists.linux.dev \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.