[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20091119110222.GA19379@youquan-linux.bj.intel.com>
Date: Thu, 19 Nov 2009 06:02:22 -0500
From: "Youquan,Song" <youquan.song@...ux.intel.com>
To: Herbert Xu <herbert@...dor.apana.org.au>
Cc: "Youquan,Song" <youquan.song@...ux.intel.com>,
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 Thu, Nov 19, 2009 at 08:18:27AM +0800, Herbert Xu wrote:
> On Wed, Nov 18, 2009 at 07:32:02PM -0500, Youquan,Song wrote:
> > Current kernel, All the algorithms with same algorithm name and driver name
> > are registered.
> > But the proper behaviour should be only one algorithm be registered when
> > algorithm and driver name duplicate.
> >
> > Signed-off-by: Youquan, Song <youquan.song@...el.com>
>
> This is intentional, in order to allow older implementations to be
> replaced on the fly.
>
> Is this causing any issues for you?
I have watched crypto_alg_list includes several duplicate algorithms
with same algorithm name and driver name.
Since they are the same algorithms, one is only needed. otherwise,it
will make some confusion.
Thanks.
--
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