From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:54866 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965631AbeFOK4I (ORCPT ); Fri, 15 Jun 2018 06:56:08 -0400 Received: from pps.filterd (m0098393.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w5FAs8Ls092388 for ; Fri, 15 Jun 2018 06:56:08 -0400 Received: from e06smtp05.uk.ibm.com (e06smtp05.uk.ibm.com [195.75.94.101]) by mx0a-001b2d01.pphosted.com with ESMTP id 2jm99dxwn1-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 15 Jun 2018 06:56:08 -0400 Received: from localhost by e06smtp05.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 15 Jun 2018 11:56:06 +0100 Subject: Re: [integrity:next-integrity-queued 22/22] security/integrity/evm/evm_crypto.c:93: undefined reference to `hash_algo_name' From: Mimi Zohar To: kbuild test robot , Matthew Garrett Cc: kbuild-all@01.org, linux-integrity , linux-security-module Date: Fri, 15 Jun 2018 06:55:50 -0400 In-Reply-To: <201806140958.6pTSK5nT%fengguang.wu@intel.com> References: <201806140958.6pTSK5nT%fengguang.wu@intel.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Message-Id: <1529060150.3740.79.camel@linux.vnet.ibm.com> Sender: linux-integrity-owner@vger.kernel.org List-ID: On Thu, 2018-06-14 at 09:07 +0800, kbuild test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git next-integrity-queued > head: 6497009f11c75bae55a3329dedcd3eeb8e282eaf > commit: 6497009f11c75bae55a3329dedcd3eeb8e282eaf [22/22] evm: Allow non-SHA1 digital signatures > config: x86_64-randconfig-ws0-06140615 (attached as .config) > compiler: gcc-7 (Debian 7.3.0-16) 7.3.0 > reproduce: > git checkout 6497009f11c75bae55a3329dedcd3eeb8e282eaf > # save the attached .config to linux build tree > make ARCH=x86_64 > > All errors (new ones prefixed by >>): > security/integrity/evm/evm_crypto.o: In function `init_desc': > >> security/integrity/evm/evm_crypto.c:93: undefined reference to `hash_algo_name' > > vim +93 security/integrity/evm/evm_crypto.c Thanks! Removing the hash.h include should fix it. (commit updated.) Mimi From mboxrd@z Thu Jan 1 00:00:00 1970 From: zohar@linux.vnet.ibm.com (Mimi Zohar) Date: Fri, 15 Jun 2018 06:55:50 -0400 Subject: [integrity:next-integrity-queued 22/22] security/integrity/evm/evm_crypto.c:93: undefined reference to `hash_algo_name' In-Reply-To: <201806140958.6pTSK5nT%fengguang.wu@intel.com> References: <201806140958.6pTSK5nT%fengguang.wu@intel.com> Message-ID: <1529060150.3740.79.camel@linux.vnet.ibm.com> To: linux-security-module@vger.kernel.org List-Id: linux-security-module.vger.kernel.org On Thu, 2018-06-14 at 09:07 +0800, kbuild test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git next-integrity-queued > head: 6497009f11c75bae55a3329dedcd3eeb8e282eaf > commit: 6497009f11c75bae55a3329dedcd3eeb8e282eaf [22/22] evm: Allow non-SHA1 digital signatures > config: x86_64-randconfig-ws0-06140615 (attached as .config) > compiler: gcc-7 (Debian 7.3.0-16) 7.3.0 > reproduce: > git checkout 6497009f11c75bae55a3329dedcd3eeb8e282eaf > # save the attached .config to linux build tree > make ARCH=x86_64 > > All errors (new ones prefixed by >>): > security/integrity/evm/evm_crypto.o: In function `init_desc': > >> security/integrity/evm/evm_crypto.c:93: undefined reference to `hash_algo_name' > > vim +93 security/integrity/evm/evm_crypto.c Thanks! ?Removing the hash.h include should fix it. ?(commit updated.) Mimi -- To unsubscribe from this list: send the line "unsubscribe linux-security-module" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html