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