From: Milan Broz Date: Thu, 6 Dec 2012 09:16:28 +0000 (+0800) Subject: crypto: testmgr - allow compression algs in fips mode X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~7^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0818904d4057737e589cad0b9501b5a3c3bbc2cc;p=pandora-kernel.git crypto: testmgr - allow compression algs in fips mode When in fips mode, compression algoritms fails to initialize, e.g. modprobe ubifs returns UBIFS error: compr_init: cannot initialize compressor lzo, error -2 FIPS mode should not care about compression algoritms at all. Patch just set fips_enabled flag to 1 to all compression algorithms managed by testmgr. Signed-off-by: Milan Broz Signed-off-by: Herbert Xu --- Reading git-diff-tree failed