summaryrefslogtreecommitdiffstats
path: root/crypto/crypto_user.c
diff options
context:
space:
mode:
authorJia-Ju Bai2018-01-25 10:57:54 +0100
committerHerbert Xu2018-02-15 16:26:47 +0100
commit1ca2809897155f1adc43e4859b4a3582e235c09a (patch)
treeefd82bd91aff83220967913a3783b8dab3cb4831 /crypto/crypto_user.c
parentcrypto: sha512-mb - remove HASH_FIRST flag (diff)
downloadkernel-qcow2-linux-1ca2809897155f1adc43e4859b4a3582e235c09a.tar.gz
kernel-qcow2-linux-1ca2809897155f1adc43e4859b4a3582e235c09a.tar.xz
kernel-qcow2-linux-1ca2809897155f1adc43e4859b4a3582e235c09a.zip
crypto: rsa-pkcs1pad - Replace GFP_ATOMIC with GFP_KERNEL in pkcs1pad_encrypt_sign_complete
After checking all possible call chains to kzalloc here, my tool finds that this kzalloc is never called in atomic context. Thus GFP_ATOMIC is not necessary, and it can be replaced with GFP_KERNEL. This is found by a static analysis tool named DCNS written by myself. Signed-off-by: Jia-Ju Bai <baijiaju1990@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/crypto_user.c')
0 files changed, 0 insertions, 0 deletions