https://github.com/torvalds/linux
Revision bc4dee5aa72723632a1f83fd0d3720066c93b433 authored by Linus Torvalds on 05 September 2016, 18:10:00 UTC, committed by Linus Torvalds on 05 September 2016, 18:10:00 UTC
Pull crypto fixes from Herbert Xu:
 "This fixes a regression in the cryptd code that breaks certain
  accelerated AED algorithms as well as an older regression in the
  caam driver that breaks IPsec"

* 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
  crypto: caam - fix IV loading for authenc (giv)decryption
  crypto: cryptd - Use correct tfm object for AEAD tracking
2 parent s 56291b2 + 8b18e23
Raw File
Tip revision: bc4dee5aa72723632a1f83fd0d3720066c93b433 authored by Linus Torvalds on 05 September 2016, 18:10:00 UTC
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Tip revision: bc4dee5
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top