tree: https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master head: ba871e1d299154953dcee23590c0316283897261 commit: 28856a9e52c7cac712af6c143de04766617535dc [95/101] crypto: xts - consolidate sanity check for keys config: arm-multi_v7_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 git checkout 28856a9e52c7cac712af6c143de04766617535dc # save the attached .config to linux build tree make.cross ARCH=arm All errors (new ones prefixed by >>): arch/arm/crypto/aesbs-glue.c: In function 'aesbs_xts_set_key': >> arch/arm/crypto/aesbs-glue.c:94:2: error: implicit declaration of function 'xts_check_key' [-Werror=implicit-function-declaration] err = xts_check_key(tfm, in_key, key_len); ^ cc1: some warnings being treated as errors -- arch/arm/crypto/aes-ce-glue.c: In function 'xts_set_key': >> arch/arm/crypto/aes-ce-glue.c:155:2: error: implicit declaration of function 'xts_check_key' [-Werror=implicit-function-declaration] ret = xts_check_key(tfm, in_key, key_len); ^ cc1: some warnings being treated as errors vim +/xts_check_key +94 arch/arm/crypto/aesbs-glue.c 88 unsigned int key_len) 89 { 90 struct aesbs_xts_ctx *ctx = crypto_tfm_ctx(tfm); 91 int bits = key_len * 4; 92 int err; 93 > 94 err = xts_check_key(tfm, in_key, key_len); 95 if (err) 96 return err; 97 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: Binary data