From: kernel test robot <lkp@intel.com>
To: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org
Subject: [intel-tdx:guest-next 4/10] WARNING: modpost: vmlinux.o(___ksymtab_gpl+acpi_tbl_allow_setup+0x0): Section mismatch in reference from the variable __ksymtab_acpi_tbl_allow_setup to the function .init.text:acpi_tbl_allow_setup()
Date: Sun, 10 Jul 2022 15:28:33 +0800 [thread overview]
Message-ID: <202207101514.rmPlHWht-lkp@intel.com> (raw)
tree: https://github.com/intel/tdx.git guest-next
head: d43700a128bf0d6e35dea23d9abf8d20e13151b2
commit: 721cbb4948e37c53cacbaa5925b2b65714dae1fa [4/10] Merge remote-tracking branch 'origin/guest-filter' into guest-5.19
config: i386-randconfig-a003 (https://download.01.org/0day-ci/archive/20220710/202207101514.rmPlHWht-lkp@intel.com/config)
compiler: gcc-11 (Debian 11.3.0-3) 11.3.0
reproduce (this is a W=1 build):
# https://github.com/intel/tdx/commit/721cbb4948e37c53cacbaa5925b2b65714dae1fa
git remote add intel-tdx https://github.com/intel/tdx.git
git fetch --no-tags intel-tdx guest-next
git checkout 721cbb4948e37c53cacbaa5925b2b65714dae1fa
# save the config file
mkdir build_dir && cp config build_dir/.config
make 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 warnings (new ones prefixed by >>, old ones prefixed by <<):
>> WARNING: modpost: vmlinux.o(___ksymtab_gpl+acpi_tbl_allow_setup+0x0): Section mismatch in reference from the variable __ksymtab_acpi_tbl_allow_setup to the function .init.text:acpi_tbl_allow_setup()
The symbol acpi_tbl_allow_setup is exported and annotated __init
Fix this by removing the __init annotation of acpi_tbl_allow_setup or drop the export.
--
0-DAY CI Kernel Test Service
https://01.org/lkp
reply other threads:[~2022-07-10 7:29 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=202207101514.rmPlHWht-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sathyanarayanan.kuppuswamy@linux.intel.com \
/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.