Re: [PATCH]crypto: Fix algorithm and driver duplicate registered

From: Youquan,Song
Date: Wed Nov 18 2009 - 22:26:16 EST


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@xxxxxxxxx>
>
> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/