]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
geode: Fix not inplace encryption
authorSebastian Siewior <sebastian@breakpoint.cc>
Sat, 10 Nov 2007 11:37:49 +0000 (19:37 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 26 Nov 2007 17:42:30 +0000 (09:42 -0800)
commitca1b1e5c86d9dd07e3b9ec76e5f771fb2aebcab9
treeff8c1ac43b138f3c3d6629f92ddf95c49fcf0566
parent23a5e6a55c8653d79783a0ebda8083999fb97054
geode: Fix not inplace encryption

patch 2e21630ddc3fb717dc645356b75771c6a52dc627 in mainline.

Currently the Geode AES module fails to encrypt or decrypt if
the coherent bits are not set what is currently the case if the
encryption does not occur inplace. However, the encryption works
on my Geode machine _only_ if the coherent bits are always set.

Signed-off-by: Sebastian Siewior <sebastian@breakpoint.cc>
Acked-by: Jordan Crouse <jordan.crouse@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/crypto/geode-aes.c