From: Patrick McHardy Date: Mon, 24 Nov 2008 14:01:42 +0000 (+0800) Subject: crypto: hifn_795x - Fix request context corruption X-Git-Tag: v2.6.29-rc1~589^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5df4c0c671bbb425e4a77dde5f51869aeebebd67;p=pandora-kernel.git crypto: hifn_795x - Fix request context corruption HIFN uses the transform context to store per-request data, which breaks when more than one request is outstanding. Move per request members from struct hifn_context to a new struct hifn_request_context and convert the code to use this. Signed-off-by: Patrick McHardy Signed-off-by: Evgeniy Polyakov Signed-off-by: Herbert Xu --- Reading git-diff-tree failed