[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20091123105249.GA5915@gondor.apana.org.au>
Date: Mon, 23 Nov 2009 18:52:49 +0800
From: Herbert Xu <herbert@...dor.apana.org.au>
To: "Youquan,Song" <youquan.song@...ux.intel.com>
Cc: linux-kernel@...r.kernel.org, ying.huang@...el.com,
kent.liu@...el.com, youquan.song@...el.com
Subject: Re: [PATCH]crypto: Fix algorithm and driver duplicate registered
On Mon, Nov 23, 2009 at 12:21:17PM -0500, Youquan,Song wrote:
>
> Sorry for late. I use the cryptodev-2.6 tree, enable AESNI and PCLMULQDQ NI.
>
> Step: like this.
> A. modprobe tcrypt mode=35
> B. modprobe aesni-intel
> C. modprobe tcrypt mode=35
>
> After I do A. Because it do not load aesni-intel, so I do B, then repeat C.
>
> cat /proc/crypto.
>
> there is two identical gcm:
>
> name : gcm(aes)
> driver : gcm_base(ctr-aes-aesni,ghash-clmulni)
> module : gcm
> priority : 400
> refcnt : 1
> selftest : unknown
It's creating a second copy because the first one failed the
self-test.
So you should try to identify the reason for the failed self-test.
Cheers,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@...dor.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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists