Re: [PATCH] crypto: s390 - Fix aes-xts parameter corruption

2013-11-28 Thread Herbert Xu
On Fri, Nov 22, 2013 at 02:57:56PM +0100, Gerald Schaefer wrote: On Tue, 19 Nov 2013 17:12:47 +0100 Gerald Schaefer gerald.schae...@de.ibm.com wrote: Some s390 crypto algorithms incorrectly use the crypto_tfm structure to store private data. As the tfm can be shared among multiple

Re: [PATCH] crypto: s390 - Fix aes-xts parameter corruption

2013-11-22 Thread Gerald Schaefer
On Tue, 19 Nov 2013 17:12:47 +0100 Gerald Schaefer gerald.schae...@de.ibm.com wrote: Some s390 crypto algorithms incorrectly use the crypto_tfm structure to store private data. As the tfm can be shared among multiple threads, this can result in data corruption. This patch fixes aes-xts by