Prev: microblaze: Add dev_archdata node accessors
Next: [PATCH-RFC] cfq: Disable low_latency by default for 2.6.32
From: Herbert Xu on 25 Nov 2009 19:20 On Wed, Nov 25, 2009 at 07:42:27PM -0500, Youquan,Song wrote: > when load aesni-intel driver,kernel will report no test for some algorithm > with AES-NI. The strange information as following: > > alg: No test for __aes-aesni (__driver-aes-aesni) > alg: No test for __ecb-aes-aesni (__driver-ecb-aes-aesni) > alg: No test for __cbc-aes-aesni (__driver-cbc-aes-aesni) > alg: No test for __ecb-aes-aesni (cryptd(__driver-ecb-aes-aesni) > > crypto_alg's cra_name is use to descript algorithm itself, do not care the > concrete implement. So this patch unify them and also can fix the algorithm > implementation without test. > > Signed-off-by: Youquan, Song <youquan.song(a)intel.com> No this is bogus. The algorithm name is specifically set to these values because they're not meant to be used directly by anyone other than aesni. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert(a)gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |