From: kernel test robot <lkp@intel.com>
To: Stefan Berger <stefanb@linux.ibm.com>,
kexec@lists.infradead.org, devicetree@vger.kernel.org,
linux-integrity@vger.kernel.org, linux-kernel@vger.kernel.org,
linuxppc-dev@lists.ozlabs.org
Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org,
nayna@linux.ibm.com, nasastry@in.ibm.com, mpe@ellerman.id.au,
Stefan Berger <stefanb@linux.ibm.com>,
Rob Herring <robh+dt@kernel.org>,
Frank Rowand <frowand.list@gmail.com>,
Eric Biederman <ebiederm@xmission.com>
Subject: Re: [PATCH v5 6/6] tpm/kexec: Duplicate TPM measurement log in of-tree for kexec
Date: Thu, 7 Jul 2022 12:25:53 +0800 [thread overview]
Message-ID: <202207071217.lAHS2W7R-lkp@intel.com> (raw)
In-Reply-To: <20220706152329.665636-7-stefanb@linux.ibm.com>
Hi Stefan,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on 03c765b0e3b4cb5063276b086c76f7a612856a9a]
url: https://github.com/intel-lab-lkp/linux/commits/Stefan-Berger/tpm-Preserve-TPM-measurement-log-across-kexec-ppc64/20220706-232658
base: 03c765b0e3b4cb5063276b086c76f7a612856a9a
config: s390-randconfig-r015-20220706 (https://download.01.org/0day-ci/archive/20220707/202207071217.lAHS2W7R-lkp@intel.com/config)
compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project f553287b588916de09c66e3e32bf75e5060f967f)
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 s390 cross compiling tool for clang build
# apt-get install binutils-s390x-linux-gnu
# https://github.com/intel-lab-lkp/linux/commit/d5d97eac90ae272727cc71409e88360b7024b343
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review Stefan-Berger/tpm-Preserve-TPM-measurement-log-across-kexec-ppc64/20220706-232658
git checkout d5d97eac90ae272727cc71409e88360b7024b343
# 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=s390 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 >>):
/opt/cross/gcc-11.3.0-nolibc/s390x-linux/bin/s390x-linux-ld: kernel/kexec_file.o: in function `__se_sys_kexec_file_load':
>> kexec_file.c:(.text+0xee2): undefined reference to `tpm_add_kexec_buffer'
/opt/cross/gcc-11.3.0-nolibc/s390x-linux/bin/s390x-linux-ld: drivers/dma/fsl-edma.o: in function `fsl_edma_probe':
fsl-edma.c:(.text+0x1e4): undefined reference to `devm_ioremap_resource'
/opt/cross/gcc-11.3.0-nolibc/s390x-linux/bin/s390x-linux-ld: fsl-edma.c:(.text+0x32a): undefined reference to `devm_ioremap_resource'
/opt/cross/gcc-11.3.0-nolibc/s390x-linux/bin/s390x-linux-ld: drivers/dma/idma64.o: in function `idma64_platform_probe':
idma64.c:(.text+0xbe): undefined reference to `devm_ioremap_resource'
/opt/cross/gcc-11.3.0-nolibc/s390x-linux/bin/s390x-linux-ld: drivers/crypto/ccree/cc_driver.o: in function `ccree_probe':
cc_driver.c:(.text+0xd4c): undefined reference to `devm_ioremap_resource'
/opt/cross/gcc-11.3.0-nolibc/s390x-linux/bin/s390x-linux-ld: drivers/crypto/ccree/cc_debugfs.o: in function `cc_debugfs_init':
cc_debugfs.c:(.text+0x1b0): undefined reference to `debugfs_create_regset32'
/opt/cross/gcc-11.3.0-nolibc/s390x-linux/bin/s390x-linux-ld: cc_debugfs.c:(.text+0x390): undefined reference to `debugfs_create_regset32'
--
0-DAY CI Kernel Test Service
https://01.org/lkp
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Stefan Berger <stefanb@linux.ibm.com>,
kexec@lists.infradead.org, devicetree@vger.kernel.org,
linux-integrity@vger.kernel.org, linux-kernel@vger.kernel.org,
linuxppc-dev@lists.ozlabs.org
Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org,
nayna@linux.ibm.com, nasastry@in.ibm.com, mpe@ellerman.id.au,
Stefan Berger <stefanb@linux.ibm.com>,
Rob Herring <robh+dt@kernel.org>,
Frank Rowand <frowand.list@gmail.com>,
Eric Biederman <ebiederm@xmission.com>
Subject: Re: [PATCH v5 6/6] tpm/kexec: Duplicate TPM measurement log in of-tree for kexec
Date: Thu, 7 Jul 2022 12:25:53 +0800 [thread overview]
Message-ID: <202207071217.lAHS2W7R-lkp@intel.com> (raw)
In-Reply-To: <20220706152329.665636-7-stefanb@linux.ibm.com>
Hi Stefan,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on 03c765b0e3b4cb5063276b086c76f7a612856a9a]
url: https://github.com/intel-lab-lkp/linux/commits/Stefan-Berger/tpm-Preserve-TPM-measurement-log-across-kexec-ppc64/20220706-232658
base: 03c765b0e3b4cb5063276b086c76f7a612856a9a
config: s390-randconfig-r015-20220706 (https://download.01.org/0day-ci/archive/20220707/202207071217.lAHS2W7R-lkp@intel.com/config)
compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project f553287b588916de09c66e3e32bf75e5060f967f)
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 s390 cross compiling tool for clang build
# apt-get install binutils-s390x-linux-gnu
# https://github.com/intel-lab-lkp/linux/commit/d5d97eac90ae272727cc71409e88360b7024b343
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review Stefan-Berger/tpm-Preserve-TPM-measurement-log-across-kexec-ppc64/20220706-232658
git checkout d5d97eac90ae272727cc71409e88360b7024b343
# 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=s390 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 >>):
/opt/cross/gcc-11.3.0-nolibc/s390x-linux/bin/s390x-linux-ld: kernel/kexec_file.o: in function `__se_sys_kexec_file_load':
>> kexec_file.c:(.text+0xee2): undefined reference to `tpm_add_kexec_buffer'
/opt/cross/gcc-11.3.0-nolibc/s390x-linux/bin/s390x-linux-ld: drivers/dma/fsl-edma.o: in function `fsl_edma_probe':
fsl-edma.c:(.text+0x1e4): undefined reference to `devm_ioremap_resource'
/opt/cross/gcc-11.3.0-nolibc/s390x-linux/bin/s390x-linux-ld: fsl-edma.c:(.text+0x32a): undefined reference to `devm_ioremap_resource'
/opt/cross/gcc-11.3.0-nolibc/s390x-linux/bin/s390x-linux-ld: drivers/dma/idma64.o: in function `idma64_platform_probe':
idma64.c:(.text+0xbe): undefined reference to `devm_ioremap_resource'
/opt/cross/gcc-11.3.0-nolibc/s390x-linux/bin/s390x-linux-ld: drivers/crypto/ccree/cc_driver.o: in function `ccree_probe':
cc_driver.c:(.text+0xd4c): undefined reference to `devm_ioremap_resource'
/opt/cross/gcc-11.3.0-nolibc/s390x-linux/bin/s390x-linux-ld: drivers/crypto/ccree/cc_debugfs.o: in function `cc_debugfs_init':
cc_debugfs.c:(.text+0x1b0): undefined reference to `debugfs_create_regset32'
/opt/cross/gcc-11.3.0-nolibc/s390x-linux/bin/s390x-linux-ld: cc_debugfs.c:(.text+0x390): undefined reference to `debugfs_create_regset32'
--
0-DAY CI Kernel Test Service
https://01.org/lkp
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Stefan Berger <stefanb@linux.ibm.com>,
kexec@lists.infradead.org, devicetree@vger.kernel.org,
linux-integrity@vger.kernel.org, linux-kernel@vger.kernel.org,
linuxppc-dev@lists.ozlabs.org
Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org,
nayna@linux.ibm.com, Rob Herring <robh+dt@kernel.org>,
nasastry@in.ibm.com, Eric Biederman <ebiederm@xmission.com>,
Frank Rowand <frowand.list@gmail.com>,
Stefan Berger <stefanb@linux.ibm.com>
Subject: Re: [PATCH v5 6/6] tpm/kexec: Duplicate TPM measurement log in of-tree for kexec
Date: Thu, 7 Jul 2022 12:25:53 +0800 [thread overview]
Message-ID: <202207071217.lAHS2W7R-lkp@intel.com> (raw)
In-Reply-To: <20220706152329.665636-7-stefanb@linux.ibm.com>
Hi Stefan,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on 03c765b0e3b4cb5063276b086c76f7a612856a9a]
url: https://github.com/intel-lab-lkp/linux/commits/Stefan-Berger/tpm-Preserve-TPM-measurement-log-across-kexec-ppc64/20220706-232658
base: 03c765b0e3b4cb5063276b086c76f7a612856a9a
config: s390-randconfig-r015-20220706 (https://download.01.org/0day-ci/archive/20220707/202207071217.lAHS2W7R-lkp@intel.com/config)
compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project f553287b588916de09c66e3e32bf75e5060f967f)
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 s390 cross compiling tool for clang build
# apt-get install binutils-s390x-linux-gnu
# https://github.com/intel-lab-lkp/linux/commit/d5d97eac90ae272727cc71409e88360b7024b343
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review Stefan-Berger/tpm-Preserve-TPM-measurement-log-across-kexec-ppc64/20220706-232658
git checkout d5d97eac90ae272727cc71409e88360b7024b343
# 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=s390 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 >>):
/opt/cross/gcc-11.3.0-nolibc/s390x-linux/bin/s390x-linux-ld: kernel/kexec_file.o: in function `__se_sys_kexec_file_load':
>> kexec_file.c:(.text+0xee2): undefined reference to `tpm_add_kexec_buffer'
/opt/cross/gcc-11.3.0-nolibc/s390x-linux/bin/s390x-linux-ld: drivers/dma/fsl-edma.o: in function `fsl_edma_probe':
fsl-edma.c:(.text+0x1e4): undefined reference to `devm_ioremap_resource'
/opt/cross/gcc-11.3.0-nolibc/s390x-linux/bin/s390x-linux-ld: fsl-edma.c:(.text+0x32a): undefined reference to `devm_ioremap_resource'
/opt/cross/gcc-11.3.0-nolibc/s390x-linux/bin/s390x-linux-ld: drivers/dma/idma64.o: in function `idma64_platform_probe':
idma64.c:(.text+0xbe): undefined reference to `devm_ioremap_resource'
/opt/cross/gcc-11.3.0-nolibc/s390x-linux/bin/s390x-linux-ld: drivers/crypto/ccree/cc_driver.o: in function `ccree_probe':
cc_driver.c:(.text+0xd4c): undefined reference to `devm_ioremap_resource'
/opt/cross/gcc-11.3.0-nolibc/s390x-linux/bin/s390x-linux-ld: drivers/crypto/ccree/cc_debugfs.o: in function `cc_debugfs_init':
cc_debugfs.c:(.text+0x1b0): undefined reference to `debugfs_create_regset32'
/opt/cross/gcc-11.3.0-nolibc/s390x-linux/bin/s390x-linux-ld: cc_debugfs.c:(.text+0x390): undefined reference to `debugfs_create_regset32'
--
0-DAY CI Kernel Test Service
https://01.org/lkp
next prev parent reply other threads:[~2022-07-07 4:26 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-06 15:23 [PATCH v5 0/6] tpm: Preserve TPM measurement log across kexec (ppc64) Stefan Berger
2022-07-06 15:23 ` Stefan Berger
2022-07-06 15:23 ` Stefan Berger
2022-07-06 15:23 ` [PATCH v5 1/6] of: check previous kernel's ima-kexec-buffer against memory bounds Stefan Berger
2022-07-06 15:23 ` Stefan Berger
2022-07-06 15:23 ` Stefan Berger
2022-07-06 15:23 ` [PATCH v5 2/6] drivers: of: kexec ima: Support 32-bit platforms Stefan Berger
2022-07-06 15:23 ` Stefan Berger
2022-07-06 15:23 ` Stefan Berger
2022-07-06 15:23 ` [PATCH v5 3/6] x86/kexec: Carry forward IMA measurement log on kexec Stefan Berger
2022-07-06 15:23 ` Stefan Berger
2022-07-06 15:23 ` Stefan Berger
2022-07-06 15:23 ` [PATCH v5 4/6] tpm: of: Make of-tree specific function commonly available Stefan Berger
2022-07-06 15:23 ` Stefan Berger
2022-07-06 15:23 ` Stefan Berger
2022-07-11 3:04 ` Jarkko Sakkinen
2022-07-11 3:04 ` Jarkko Sakkinen
2022-07-11 3:04 ` Jarkko Sakkinen
2022-07-15 16:01 ` Stefan Berger
2022-07-15 16:01 ` Stefan Berger
2022-07-15 16:01 ` Stefan Berger
2022-07-28 7:40 ` Jarkko Sakkinen
2022-07-28 7:40 ` Jarkko Sakkinen
2022-07-28 7:40 ` Jarkko Sakkinen
2022-07-06 15:23 ` [PATCH v5 5/6] of: kexec: Refactor IMA buffer related functions to make them reusable Stefan Berger
2022-07-06 15:23 ` Stefan Berger
2022-07-06 15:23 ` Stefan Berger
2022-07-07 14:47 ` Jonathan McDowell
2022-07-07 14:47 ` Jonathan McDowell
2022-07-07 14:47 ` Jonathan McDowell
2022-07-07 16:10 ` Stefan Berger
2022-07-07 16:10 ` Stefan Berger
2022-07-07 16:10 ` Stefan Berger
2022-07-06 15:23 ` [PATCH v5 6/6] tpm/kexec: Duplicate TPM measurement log in of-tree for kexec Stefan Berger
2022-07-06 15:23 ` Stefan Berger
2022-07-06 15:23 ` Stefan Berger
2022-07-07 4:25 ` kernel test robot [this message]
2022-07-07 4:25 ` kernel test robot
2022-07-07 4:25 ` 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=202207071217.lAHS2W7R-lkp@intel.com \
--to=lkp@intel.com \
--cc=devicetree@vger.kernel.org \
--cc=ebiederm@xmission.com \
--cc=frowand.list@gmail.com \
--cc=kbuild-all@lists.01.org \
--cc=kexec@lists.infradead.org \
--cc=linux-integrity@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=llvm@lists.linux.dev \
--cc=mpe@ellerman.id.au \
--cc=nasastry@in.ibm.com \
--cc=nayna@linux.ibm.com \
--cc=robh+dt@kernel.org \
--cc=stefanb@linux.ibm.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.