From: Herbert Xu Date: Thu, 6 Dec 2007 06:59:53 +0000 (+0800) Subject: [CRYPTO] gcm: Put abreq in private context instead of on stack X-Git-Tag: v2.6.25-rc1~1242^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f6813786a6521380e1756ca5b4336bc63c5bf7d;p=pandora-kernel.git [CRYPTO] gcm: Put abreq in private context instead of on stack The abreq structure is currently allocated on the stack. This is broken if the underlying algorithm is asynchronous. This patch changes it so that it's taken from the private context instead which has been enlarged accordingly. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed