From: kernel test robot <lkp@intel.com>
To: Shuai Xue <xueshuai@linux.alibaba.com>
Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org,
linux-acpi@vger.kernel.org, devel@acpica.org,
linux-pm@vger.kernel.org, "Rafael J. Wysocki" <rjw@rjwysocki.net>
Subject: [rafael-pm:bleeding-edge 41/47] ld.lld: error: undefined symbol: ghes_disable
Date: Tue, 15 Feb 2022 15:47:19 +0800 [thread overview]
Message-ID: <202202151504.jWpZGPaH-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git bleeding-edge
head: 9db71e8e3027d2026be1ea9b6cfce8fd7216fb01
commit: f521a6e687d139e5d33a3d92f5ba4cd0a825cc66 [41/47] ACPI: APEI: explicit init HEST and GHES in apci_init()
config: arm64-randconfig-r004-20220214 (https://download.01.org/0day-ci/archive/20220215/202202151504.jWpZGPaH-lkp@intel.com/config)
compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 37f422f4ac31c8b8041c6b62065263314282dab6)
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
# install arm64 cross compiling tool for clang build
# apt-get install binutils-aarch64-linux-gnu
# https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git/commit/?id=f521a6e687d139e5d33a3d92f5ba4cd0a825cc66
git remote add rafael-pm https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
git fetch --no-tags rafael-pm bleeding-edge
git checkout f521a6e687d139e5d33a3d92f5ba4cd0a825cc66
# save the config file to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm64 SHELL=/bin/bash
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
>> ld.lld: error: undefined symbol: ghes_notify_sea
>>> referenced by acpi.c
>>> kernel/acpi.o:(apei_claim_sea) in archive arch/arm64/built-in.a
--
>> ld.lld: error: undefined symbol: ghes_disable
>>> referenced by bus.c
>>> acpi/bus.o:(acpi_bus_init) in archive drivers/built-in.a
>>> referenced by bus.c
>>> acpi/bus.o:(acpi_bus_init) in archive drivers/built-in.a
Kconfig warnings: (for reference only)
WARNING: unmet direct dependencies detected for ACPI_APEI_GHES
Depends on ACPI && ACPI_APEI
Selected by
- ARM_SDE_INTERFACE && ARM64
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
WARNING: multiple messages have this Message-ID
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [rafael-pm:bleeding-edge 41/47] ld.lld: error: undefined symbol: ghes_disable
Date: Tue, 15 Feb 2022 15:47:19 +0800 [thread overview]
Message-ID: <202202151504.jWpZGPaH-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2190 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git bleeding-edge
head: 9db71e8e3027d2026be1ea9b6cfce8fd7216fb01
commit: f521a6e687d139e5d33a3d92f5ba4cd0a825cc66 [41/47] ACPI: APEI: explicit init HEST and GHES in apci_init()
config: arm64-randconfig-r004-20220214 (https://download.01.org/0day-ci/archive/20220215/202202151504.jWpZGPaH-lkp(a)intel.com/config)
compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 37f422f4ac31c8b8041c6b62065263314282dab6)
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
# install arm64 cross compiling tool for clang build
# apt-get install binutils-aarch64-linux-gnu
# https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git/commit/?id=f521a6e687d139e5d33a3d92f5ba4cd0a825cc66
git remote add rafael-pm https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
git fetch --no-tags rafael-pm bleeding-edge
git checkout f521a6e687d139e5d33a3d92f5ba4cd0a825cc66
# save the config file to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm64 SHELL=/bin/bash
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
>> ld.lld: error: undefined symbol: ghes_notify_sea
>>> referenced by acpi.c
>>> kernel/acpi.o:(apei_claim_sea) in archive arch/arm64/built-in.a
--
>> ld.lld: error: undefined symbol: ghes_disable
>>> referenced by bus.c
>>> acpi/bus.o:(acpi_bus_init) in archive drivers/built-in.a
>>> referenced by bus.c
>>> acpi/bus.o:(acpi_bus_init) in archive drivers/built-in.a
Kconfig warnings: (for reference only)
WARNING: unmet direct dependencies detected for ACPI_APEI_GHES
Depends on ACPI && ACPI_APEI
Selected by
- ARM_SDE_INTERFACE && ARM64
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
next reply other threads:[~2022-02-15 7:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-15 7:47 kernel test robot [this message]
2022-02-15 7:47 ` [rafael-pm:bleeding-edge 41/47] ld.lld: error: undefined symbol: ghes_disable 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=202202151504.jWpZGPaH-lkp@intel.com \
--to=lkp@intel.com \
--cc=devel@acpica.org \
--cc=kbuild-all@lists.01.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=llvm@lists.linux.dev \
--cc=rjw@rjwysocki.net \
--cc=xueshuai@linux.alibaba.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.