Hi all, After merging the crypto tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: ERROR: modpost: ".aes_p10_gcm_decrypt" [arch/powerpc/crypto/p10-aes-gcm-crypto.ko] undefined! ERROR: modpost: ".aes_p10_gcm_encrypt" [arch/powerpc/crypto/p10-aes-gcm-crypto.ko] undefined! Caused by commits cc40379b6e19 ("crypto: p10-aes-gcm - Glue code for AES/GCM stitched implementation") ca68a96c37eb ("crypto: p10-aes-gcm - An accelerated AES/GCM stitched implementation") I have used the crypto tree from next-20230113 for today. BTW, that series seems to have been committed in the wrong order - there are refrerences to files/functions before they are created. -- Cheers, Stephen Rothwell