On Thu, 2 Feb 2023, at 13:29, Neal Liu wrote: >> Hi Neal, >> >> On Thu, 2 Feb 2023, at 03:17, kernel test robot wrote: >> > tree/branch: >> > https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git >> > master >> > branch HEAD: 66eee64b235411d512bed4d672c2d00683239daf Add >> linux-next >> > specific files for 20230201 >> > >> > >> > Unverified Error/Warning (likely false positive, please contact us if >> > interested): >> > >> > drivers/crypto/aspeed/aspeed-acry.c:295:37: sparse: sparse: incorrect >> > type in assignment (different base types) >> > drivers/crypto/aspeed/aspeed-acry.c:305:28: sparse: sparse: cast >> > removes address space '__iomem' of expression >> > drivers/crypto/aspeed/aspeed-acry.c:606:24: sparse: sparse: symbol >> > 'aspeed_acry_akcipher_algs' was not declared. Should it be static? >> >> Can you please look into these issues with the ACRY driver? >> >> Cheers, >> >> Andrew > > I just send patch to fix the first 2 warnings, Thanks. > and the last one warning > is already fixed by another patch. > [PATCH-next] crypto: aspeed: fix type warnings > https://patchwork.ozlabs.org/project/linux-aspeed/patch/20230119014859.1900136-1-yangyingliang@xxxxxxxxxx/ > Thanks > Great! Andrew