tree: https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git ixp4 head: e0bf0c1bc94b9100d85ace594fd1f0fb0024dbf2 commit: 3d583e289034b689125b10efb2f82c05ab93c507 [3/14] crypto: ixp4xx: convert to platform driver config: arm-allyesconfig (attached as .config) compiler: arm-linux-gnueabi-gcc (GCC) 9.3.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git/commit/?id=3d583e289034b689125b10efb2f82c05ab93c507 git remote add nomadik https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git git fetch --no-tags nomadik ixp4 git checkout 3d583e289034b689125b10efb2f82c05ab93c507 # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross W=1 ARCH=arm If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): arm-linux-gnueabi-ld: drivers/crypto/ixp4xx_crypto.o: in function `ixp_crypto_remove': >> ixp4xx_crypto.c:(.text+0x6d8): undefined reference to `qmgr_disable_irq' >> arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0x6e8): undefined reference to `qmgr_release_queue' arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0x6f0): undefined reference to `qmgr_release_queue' >> arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0x708): undefined reference to `npe_release' arm-linux-gnueabi-ld: drivers/crypto/ixp4xx_crypto.o: in function `ixp_crypto_probe': >> ixp4xx_crypto.c:(.text+0x7ec): undefined reference to `npe_request' >> arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0x818): undefined reference to `npe_running' >> arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0x860): undefined reference to `npe_load_firmware' >> arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0x88c): undefined reference to `npe_recv_message' >> arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0x908): undefined reference to `npe_send_message' arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0x934): undefined reference to `npe_recv_message' arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0x9cc): undefined reference to `npe_release' >> arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0xa50): undefined reference to `__qmgr_request_queue' arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0xa8c): undefined reference to `__qmgr_request_queue' arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0xab0): undefined reference to `qmgr_release_queue' >> arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0xad0): undefined reference to `qmgr_set_irq' >> arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0xae8): undefined reference to `qmgr_enable_irq' arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0xf10): undefined reference to `npe_release' >> arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0xf40): undefined reference to `npe_names' arm-linux-gnueabi-ld: drivers/crypto/ixp4xx_crypto.o: in function `crypto_done_action': >> ixp4xx_crypto.c:(.text+0xfe8): undefined reference to `qmgr_get_entry' arm-linux-gnueabi-ld: drivers/crypto/ixp4xx_crypto.o: in function `ablk_perform': >> ixp4xx_crypto.c:(.text+0x18d8): undefined reference to `qmgr_stat_full' >> arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0x1c24): undefined reference to `qmgr_put_entry' >> arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0x1c2c): undefined reference to `qmgr_stat_overflow' arm-linux-gnueabi-ld: drivers/crypto/ixp4xx_crypto.o: in function `aead_perform.constprop.0': ixp4xx_crypto.c:(.text+0x2014): undefined reference to `qmgr_stat_full' arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0x24e0): undefined reference to `qmgr_put_entry' arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0x24e8): undefined reference to `qmgr_stat_overflow' arm-linux-gnueabi-ld: drivers/crypto/ixp4xx_crypto.o: in function `register_chain_var': >> ixp4xx_crypto.c:(.text+0x296c): undefined reference to `qmgr_put_entry' arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0x2974): undefined reference to `qmgr_stat_overflow' arm-linux-gnueabi-ld: drivers/crypto/ixp4xx_crypto.o: in function `setup_cipher': ixp4xx_crypto.c:(.text+0x3010): undefined reference to `qmgr_put_entry' arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0x3018): undefined reference to `qmgr_stat_overflow' --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org