Revision dcf903d0c9adf003f664446bfc392034272b3071 authored by Linus Torvalds on 15 July 2017, 05:49:50 UTC, committed by Linus Torvalds on 15 July 2017, 05:49:50 UTC
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
2 parent s 96d0d83 + b8fc339
History
File Mode Size
audio_kc705_defconfig -rw-r--r-- 3.5 KB
cadence_csp_defconfig -rw-r--r-- 2.9 KB
common_defconfig -rw-r--r-- 1.3 KB
generic_kc705_defconfig -rw-r--r-- 3.2 KB
iss_defconfig -rw-r--r-- 998 bytes
nommu_kc705_defconfig -rw-r--r-- 3.3 KB
smp_lx200_defconfig -rw-r--r-- 3.3 KB

back to top