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: s390-performance_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=s390 

All errors (new ones prefixed by >>):

   arch/s390/crypto/aes_s390.c: In function 'xts_aes_set_key':
>> arch/s390/crypto/aes_s390.c:592: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

vim +/xts_check_key +592 arch/s390/crypto/aes_s390.c

   586                             unsigned int key_len)
   587  {
   588          struct s390_xts_ctx *xts_ctx = crypto_tfm_ctx(tfm);
   589          u32 *flags = &tfm->crt_flags;
   590          int err;
   591  
 > 592          err = xts_check_key(tfm, in_key, key_len);
   593          if (err)
   594                  return err;
   595  

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: Binary data

Reply via email to