On 02/04/25 19:20, Herbert Xu wrote: > On Tue, Feb 18, 2025 at 04:19:43PM +0530, T Pratham wrote: >> +static int dthe_md5_cra_init(struct crypto_tfm *tfm) > Please stop using the obsolete cra_init/cra_exit interface. > Use the typed init_tfm/exit_tfm interface instead. > > Thanks, Ok. Will update this. Just my 2 cents: this would be more streamlined if there is some documentation indicating the proper usage or code comments indicating obsolete/planned to be removed APIs. Regards T Pratham <t-pratham@xxxxxx>