tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: a73468728fd8f34ccbd7c60f0808024ae491f4d6 commit: e2eb769ed0bdc06cb523f475db411ce3a5f1c465 [7715/9581] crypto: cavium - Remove the individual encrypt/decrypt function for each algorithm reproduce: # apt-get install sparse git checkout e2eb769ed0bdc06cb523f475db411ce3a5f1c465 make ARCH=x86_64 allmodconfig make C=1 CF=-D__CHECK_ENDIAN__ sparse warnings: (new ones prefixed by >>) drivers/crypto/cavium/cpt/cptvf_algs.c:135:21: sparse: incorrect type in assignment (different base types) drivers/crypto/cavium/cpt/cptvf_algs.c:135:21: expected unsigned long long [unsigned] [long] [long long] [usertype] <noident> drivers/crypto/cavium/cpt/cptvf_algs.c:135:21: got restricted __be64 [usertype] <noident> drivers/crypto/cavium/cpt/cptvf_algs.c:137:25: sparse: incorrect type in assignment (different base types) drivers/crypto/cavium/cpt/cptvf_algs.c:137:25: expected unsigned long long [unsigned] [long] [long long] [usertype] <noident> drivers/crypto/cavium/cpt/cptvf_algs.c:137:25: got restricted __be64 [usertype] <noident> >> drivers/crypto/cavium/cpt/cptvf_algs.c:225:5: sparse: symbol 'cvm_encrypt' was not declared. Should it be static? drivers/crypto/cavium/cpt/cptvf_algs.c:135:21: sparse: incorrect type in assignment (different base types) drivers/crypto/cavium/cpt/cptvf_algs.c:135:21: expected unsigned long long [unsigned] [long] [long long] [usertype] <noident> drivers/crypto/cavium/cpt/cptvf_algs.c:135:21: got restricted __be64 [usertype] <noident> drivers/crypto/cavium/cpt/cptvf_algs.c:137:25: sparse: incorrect type in assignment (different base types) drivers/crypto/cavium/cpt/cptvf_algs.c:137:25: expected unsigned long long [unsigned] [long] [long long] [usertype] <noident> drivers/crypto/cavium/cpt/cptvf_algs.c:137:25: got restricted __be64 [usertype] <noident> >> drivers/crypto/cavium/cpt/cptvf_algs.c:230:5: sparse: symbol 'cvm_decrypt' was not declared. Should it be static? drivers/crypto/cavium/cpt/cptvf_algs.c:235:5: sparse: symbol 'cvm_xts_setkey' was not declared. Should it be static? drivers/crypto/cavium/cpt/cptvf_algs.c:321:5: sparse: symbol 'cvm_enc_dec_init' was not declared. Should it be static? Please review and possibly fold the followup patch. --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation