Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto fixes from Herbert Xu: - fix new compiler warnings in cavium - set post-op IV properly in caam (this fixes chaining) - fix potential use-after-free in atmel in case of EBUSY - fix sleeping in softirq path in chcr - disable buggy sha1-avx2 driver (may overread and page fault) - fix use-after-free on signals in caam * 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: crypto: cavium - make several functions static crypto: chcr - Avoid algo allocation in softirq. crypto: caam - properly set IV after {en,de}crypt crypto: atmel - only treat EBUSY as transient if backlog crypto: af_alg - Avoid sock_graft call warning crypto: caam - fix signals handling crypto: sha1-ssse3 - Disable avx2
No related branches found
No related tags found
Showing
- arch/x86/crypto/sha1_ssse3_glue.c 1 addition, 1 deletionarch/x86/crypto/sha1_ssse3_glue.c
- crypto/af_alg.c 1 addition, 1 deletioncrypto/af_alg.c
- drivers/crypto/atmel-sha.c 3 additions, 1 deletiondrivers/crypto/atmel-sha.c
- drivers/crypto/caam/caamalg.c 18 additions, 2 deletionsdrivers/crypto/caam/caamalg.c
- drivers/crypto/caam/caamhash.c 1 addition, 1 deletiondrivers/crypto/caam/caamhash.c
- drivers/crypto/caam/key_gen.c 1 addition, 1 deletiondrivers/crypto/caam/key_gen.c
- drivers/crypto/cavium/cpt/cptvf_algs.c 4 additions, 4 deletionsdrivers/crypto/cavium/cpt/cptvf_algs.c
- drivers/crypto/chelsio/chcr_algo.c 15 additions, 8 deletionsdrivers/crypto/chelsio/chcr_algo.c
- drivers/crypto/chelsio/chcr_crypto.h 1 addition, 0 deletionsdrivers/crypto/chelsio/chcr_crypto.h
Loading
Please register or sign in to comment