Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1673552
| From | kbuild test robot <fengguang.wu@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [linux-next:master 7715/9581] drivers/crypto/cavium/cpt/cptvf_algs.c:225:5: sparse: symbol 'cvm_encrypt' was not declared. Should it be static? |
| Date | 2017-06-23 15:20 +0200 |
| Message-ID | <tVwFc-2Eg-23@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[linux-next:master 7715/9581] drivers/crypto/cavium/cpt/cptvf_algs.c:225:5: sparse: symbol 'cvm_encrypt' was not declared. Should it be static? kbuild test robot <fengguang.wu@intel.com> - 2017-06-23 15:20 +0200
csiph-web