2022-08-29 10:11:26

by Sudip Mukherjee

[permalink] [raw]
Subject: build failure of next-20220829 due to 108713a713c7 ("crypto: aspeed - Add HACE hash driver")

Hi All,

The builds of arm allmodconfig have failed to build next-20220829 with
the error:

ERROR: modpost: "aspeed_register_hace_hash_algs" [drivers/crypto/aspeed/aspeed_crypto.ko] undefined!
ERROR: modpost: "aspeed_unregister_hace_crypto_algs" [drivers/crypto/aspeed/aspeed_crypto.ko] undefined!
ERROR: modpost: "aspeed_register_hace_crypto_algs" [drivers/crypto/aspeed/aspeed_crypto.ko] undefined!
ERROR: modpost: "aspeed_unregister_hace_hash_algs" [drivers/crypto/aspeed/aspeed_crypto.ko] undefined!


git bisect pointed to 108713a713c7 ("crypto: aspeed - Add HACE hash driver")

I will be happy to test any patch or provide any extra log if needed.


--
Regards
Sudip


2022-08-29 10:12:48

by Neal Liu

[permalink] [raw]
Subject: RE: build failure of next-20220829 due to 108713a713c7 ("crypto: aspeed - Add HACE hash driver")

> -----Original Message-----
> From: Sudip Mukherjee (Codethink) <[email protected]>
> Sent: Monday, August 29, 2022 6:01 PM
> To: Neal Liu <[email protected]>; Johnny Huang
> <[email protected]>; Dhananjay Phadke
> <[email protected]>; Herbert Xu <[email protected]>
> Cc: David S. Miller <[email protected]>; Joel Stanley <[email protected]>;
> Andrew Jeffery <[email protected]>; [email protected];
> [email protected]; [email protected];
> [email protected]; [email protected]
> Subject: build failure of next-20220829 due to 108713a713c7 ("crypto: aspeed
> - Add HACE hash driver")
>
> Hi All,
>
> The builds of arm allmodconfig have failed to build next-20220829 with the
> error:
>
> ERROR: modpost: "aspeed_register_hace_hash_algs"
> [drivers/crypto/aspeed/aspeed_crypto.ko] undefined!
> ERROR: modpost: "aspeed_unregister_hace_crypto_algs"
> [drivers/crypto/aspeed/aspeed_crypto.ko] undefined!
> ERROR: modpost: "aspeed_register_hace_crypto_algs"
> [drivers/crypto/aspeed/aspeed_crypto.ko] undefined!
> ERROR: modpost: "aspeed_unregister_hace_hash_algs"
> [drivers/crypto/aspeed/aspeed_crypto.ko] undefined!
>
>
> git bisect pointed to 108713a713c7 ("crypto: aspeed - Add HACE hash driver")
>
> I will be happy to test any patch or provide any extra log if needed.
>
>
> --
> Regards
> Sudip

Hi Sudip,

I already sent another patch to fix this build error, could you give it a try?
https://lkml.org/lkml/2022/8/29/131
Thanks

Best Regards,
-Neal

2022-08-29 10:50:42

by Sudip Mukherjee

[permalink] [raw]
Subject: Re: build failure of next-20220829 due to 108713a713c7 ("crypto: aspeed - Add HACE hash driver")

On Mon, Aug 29, 2022 at 11:04 AM Neal Liu <[email protected]> wrote:
>
> > -----Original Message-----
> > From: Sudip Mukherjee (Codethink) <[email protected]>
> > Sent: Monday, August 29, 2022 6:01 PM
> > To: Neal Liu <[email protected]>; Johnny Huang
> > <[email protected]>; Dhananjay Phadke
> > <[email protected]>; Herbert Xu <[email protected]>
> > Cc: David S. Miller <[email protected]>; Joel Stanley <[email protected]>;
> > Andrew Jeffery <[email protected]>; [email protected];
> > [email protected]; [email protected];
> > [email protected]; [email protected]
> > Subject: build failure of next-20220829 due to 108713a713c7 ("crypto: aspeed
> > - Add HACE hash driver")
> >
> > Hi All,
> >
> > The builds of arm allmodconfig have failed to build next-20220829 with the
> > error:
> >
> > ERROR: modpost: "aspeed_register_hace_hash_algs"
> > [drivers/crypto/aspeed/aspeed_crypto.ko] undefined!
> > ERROR: modpost: "aspeed_unregister_hace_crypto_algs"
> > [drivers/crypto/aspeed/aspeed_crypto.ko] undefined!
> > ERROR: modpost: "aspeed_register_hace_crypto_algs"
> > [drivers/crypto/aspeed/aspeed_crypto.ko] undefined!
> > ERROR: modpost: "aspeed_unregister_hace_hash_algs"
> > [drivers/crypto/aspeed/aspeed_crypto.ko] undefined!
> >
> >
> > git bisect pointed to 108713a713c7 ("crypto: aspeed - Add HACE hash driver")
> >
> > I will be happy to test any patch or provide any extra log if needed.
> >
> >
> > --
> > Regards
> > Sudip
>
> Hi Sudip,
>
> I already sent another patch to fix this build error, could you give it a try?
> https://lkml.org/lkml/2022/8/29/131

Thanks, that has fixed the failure.


--
Regards
Sudip