[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201603301409.o6O1OaNq%fengguang.wu@intel.com>
Date: Wed, 30 Mar 2016 14:50:07 +0800
From: kbuild test robot <lkp@...el.com>
To: Jarkko Sakkinen <jarkko.sakkinen@...ux.intel.com>
Cc: kbuild-all@...org, Peter Huewe <peterhuewe@....de>,
Jarkko Sakkinen <jarkko.sakkinen@...ux.intel.com>,
Marcel Selhorst <tpmdd@...horst.net>,
Jason Gunthorpe <jgunthorpe@...idianresearch.com>,
"moderated list:TPM DEVICE DRIVER"
<tpmdd-devel@...ts.sourceforge.net>,
open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] tpm: remove redundant code from self-test functions
Hi Jarkko,
[auto build test ERROR on next-20160330]
[cannot apply to v4.6-rc1 v4.5-rc7 v4.5-rc6 v4.6-rc1]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]
url: https://github.com/0day-ci/linux/commits/Jarkko-Sakkinen/tpm-remove-redundant-code-from-self-test-functions/20160330-134151
config: arm-exynos_defconfig (attached as .config)
reproduce:
wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
make.cross ARCH=arm
All errors (new ones prefixed by >>):
drivers/built-in.o: In function `pcrs_show':
>> drivers/char/tpm/tpm-sysfs.c:104: undefined reference to `tpm_pcr_read_dev'
vim +104 drivers/char/tpm/tpm-sysfs.c
000a07b0 Jason Gunthorpe 2013-11-26 98 "attempting to determine the number of PCRS");
000a07b0 Jason Gunthorpe 2013-11-26 99 if (rc)
000a07b0 Jason Gunthorpe 2013-11-26 100 return 0;
000a07b0 Jason Gunthorpe 2013-11-26 101
000a07b0 Jason Gunthorpe 2013-11-26 102 num_pcrs = be32_to_cpu(cap.num_pcrs);
000a07b0 Jason Gunthorpe 2013-11-26 103 for (i = 0; i < num_pcrs; i++) {
000a07b0 Jason Gunthorpe 2013-11-26 @104 rc = tpm_pcr_read_dev(chip, i, digest);
000a07b0 Jason Gunthorpe 2013-11-26 105 if (rc)
000a07b0 Jason Gunthorpe 2013-11-26 106 break;
000a07b0 Jason Gunthorpe 2013-11-26 107 str += sprintf(str, "PCR-%02d: ", i);
:::::: The code at line 104 was first introduced by commit
:::::: 000a07b0aac1bc69bcf602b468d975c3e37a155c tpm: Move sysfs functions from tpm-interface to tpm-sysfs
:::::: TO: Jason Gunthorpe <jgunthorpe@...idianresearch.com>
:::::: CC: Peter Huewe <peterhuewe@....de>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/octet-stream" (24275 bytes)
Powered by blists - more mailing lists