Linux/linux dc6fef2crypto authenc.c adiantum.c, drivers/crypto talitos.c Kconfig

Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6

Pull crypto fixes from Herbert Xu:
 "This fixes the following issues:
   - Zero-length DMA mapping in caam
   - Invalidly mapping stack memory for DMA in talitos
   - Use after free in cavium/nitrox
   - Key parsing in authenc
   - Undefined shift in sm3
   - Bogus completion call in authencesn
   - SHA support detection in caam"

* 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
  crypto: sm3 - fix undefined shift by >= width of value
  crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACK
  crypto: talitos - reorder code in talitos_edesc_alloc()
  crypto: adiantum - initialize crypto_spawn::inst
  crypto: cavium/nitrox - Use after free in process_response_list()
  crypto: authencesn - Avoid twice completion call in decrypt path
  crypto: caam - fix SHA support detection
  crypto: caam - fix zero-length buffer DMA mapping
  crypto: ccree - convert to use crypto_authenc_extractkeys()
  crypto: bcm - convert to use crypto_authenc_extractkeys()
  crypto: authenc - fix parsing key with misaligned rta_len
DeltaFile
+13-31drivers/crypto/bcm/cipher.c
+19-21drivers/crypto/ccree/cc_aead.c
+9-17drivers/crypto/talitos.c
+9-6drivers/crypto/caam/caamhash.c
+11-3crypto/authenc.c
+9-0drivers/crypto/caam/error.h
+4-0crypto/adiantum.c
+1-1drivers/crypto/caam/caamalg.c
+1-1drivers/crypto/cavium/nitrox/nitrox_reqmgr.c
+1-1crypto/sm3_generic.c
+1-1crypto/authencesn.c
+1-0drivers/crypto/caam/desc.h
+1-0drivers/crypto/Kconfig
+80-8213 files

UnifiedSplitRaw