Re: [PATCH] crypto: ecrdsa - use subsys_initcall instead of module_init

From: Tianjia Zhang
Date: Sun Nov 29 2020 - 21:22:52 EST


Hi Herbert,

On 10/15/20 8:05 PM, Herbert Xu wrote:
On Thu, Oct 15, 2020 at 07:02:41PM +0800, Tianjia Zhang wrote:
All templates and generic algorithms have been registered in
subsys_initcall instead of module_init. The ecrdsa algorithm
happened to be missed. Here is a fix for it.

That is true only if there are non-generic implementations of
the algorithms, which is not the case here. Please explain the
real reason why this is needed.

Cheers,


This is a generic algorithm, the author Vitaly Chikunov has also confirmed it, please consider this patch again.

Thanks.