Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1366923
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] tpm: remove redundant code from self-test functions |
| Date | 2016-03-30 09:00 +0200 |
| Message-ID | <riigF-1wq-1@gated-at.bofh.it> (permalink) |
| References | <rih1f-Mt-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
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@obsidianresearch.com>
:::::: CC: Peter Huewe <peterhuewe@gmx.de>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] tpm: remove redundant code from self-test functions Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-03-30 07:40 +0200 Re: [PATCH] tpm: remove redundant code from self-test functions kbuild test robot <lkp@intel.com> - 2016-03-30 08:30 +0200 Re: [PATCH] tpm: remove redundant code from self-test functions Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-03-30 08:40 +0200 Re: [PATCH] tpm: remove redundant code from self-test functions kbuild test robot <lkp@intel.com> - 2016-03-30 09:00 +0200 Re: [PATCH] tpm: remove redundant code from self-test functions kbuild test robot <lkp@intel.com> - 2016-03-30 15:10 +0200
csiph-web