From: Gerald Schaefer Date: Tue, 19 Nov 2013 16:12:47 +0000 (+0100) Subject: crypto: s390 - Fix aes-xts parameter corruption X-Git-Tag: v3.13-rc3~19^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dda2769af4f3f3093434648c409bb351120d9e8;p=pandora-kernel.git crypto: s390 - Fix aes-xts parameter corruption 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 moving the xts and pcc parameter blocks from the tfm onto the stack (48 + 96 bytes). Cc: stable@vger.kernel.org Signed-off-by: Gerald Schaefer Signed-off-by: Herbert Xu --- Reading git-diff-tree failed