All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [RFC PATCH] certs: Add EFI_CERT_X509_GUID support for dbx entries
Date: Wed, 02 Sep 2020 08:11:46 +0800	[thread overview]
Message-ID: <202009020833.SG2FKB4u%lkp@intel.com> (raw)
In-Reply-To: <20200901165143.10295-1-eric.snowberg@oracle.com>

[-- Attachment #1: Type: text/plain, Size: 1945 bytes --]

Hi Eric,

[FYI, it's a private test report for your RFC patch.]
[auto build test ERROR on security/next-testing]
[also build test ERROR on linux/master linus/master v5.9-rc3 next-20200828]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Eric-Snowberg/certs-Add-EFI_CERT_X509_GUID-support-for-dbx-entries/20200902-005327
base:   https://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next-testing
config: i386-randconfig-m021-20200901 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-15) 9.3.0
reproduce (this is a W=1 build):
        # save the attached .config to linux build tree
        make W=1 ARCH=i386 

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: certs/blacklist.o: in function `is_key_revocationlisted':
>> certs/blacklist.c:130: undefined reference to `pkcs7_validate_trust'

# https://github.com/0day-ci/linux/commit/7daca19902c4112ce4d7eb2c092093360980ca0c
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Eric-Snowberg/certs-Add-EFI_CERT_X509_GUID-support-for-dbx-entries/20200902-005327
git checkout 7daca19902c4112ce4d7eb2c092093360980ca0c
vim +130 certs/blacklist.c

   125	
   126	int is_key_revocationlisted(struct pkcs7_message *pkcs7)
   127	{
   128		int ret;
   129	
 > 130		ret = pkcs7_validate_trust(pkcs7, blacklist_keyring);
   131	
   132		if (ret == 0)
   133			return -EKEYREJECTED;
   134	
   135		return -ENOKEY;
   136	}
   137	EXPORT_SYMBOL_GPL(is_key_revocationlisted);
   138	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 30116 bytes --]

  reply	other threads:[~2020-09-02  0:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-01 16:51 [RFC PATCH] certs: Add EFI_CERT_X509_GUID support for dbx entries Eric Snowberg
2020-09-01 16:51 ` Eric Snowberg
2020-09-02  0:11 ` kernel test robot [this message]
2020-09-04 12:59 ` [RFC PATCH] certs: Add EFI_CERT_X509_GUID support for dbx entries] Jarkko Sakkinen
2020-09-04 12:59   ` Jarkko Sakkinen
2020-09-04 23:20   ` Eric Snowberg
2020-09-04 23:20     ` Eric Snowberg

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=202009020833.SG2FKB4u%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /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.