From: Steffen Klassert Date: Wed, 19 Feb 2014 12:33:24 +0000 (+0100) Subject: xfrm: Clone states properly on migration X-Git-Tag: v3.14-rc6~30^2~22^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee5c23176fcc820f7a56d3e86001532af0d59b1e;p=pandora-kernel.git xfrm: Clone states properly on migration We loose a lot of information of the original state if we clone it with xfrm_state_clone(). In particular, there is no crypto algorithm attached if the original state uses an aead algorithm. This patch add the missing information to the clone state. Signed-off-by: Steffen Klassert --- Reading git-diff-tree failed