From: Herbert Xu Date: Thu, 21 May 2015 07:10:57 +0000 (+0800) Subject: crypto: cryptd - Use crypto_grab_aead X-Git-Tag: omap-for-v4.2/fixes-rc1^2~164^2~169 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b8c456e081e7eca856ad9b2a92980a68887f533;p=pandora-kernel.git crypto: cryptd - Use crypto_grab_aead As AEAD has switched over to using frontend types, the function crypto_init_spawn must not be used since it does not specify a frontend type. Otherwise it leads to a crash when the spawn is used. This patch fixes it by switching over to crypto_grab_aead instead. Fixes: 5d1d65f8bea6 ("crypto: aead - Convert top level interface to new style") Signed-off-by: Herbert Xu --- Reading git-diff-tree failed