[linusw-nomadik:ux500-test-stm32-cryp 7/7] drivers/crypto/Kconfig:400: can't open file "drivers/crypto/ux500/Kconfig"

kernel test robot lkp at intel.com
Sat Dec 24 18:02:44 PST 2022


tree:   https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git ux500-test-stm32-cryp
head:   4cd90320805b656001bfde1428b002972b857e1a
commit: 4cd90320805b656001bfde1428b002972b857e1a [7/7] crypto: ux500/hash - delete driver
config: hexagon-randconfig-r045-20221225 (attached as .config)
compiler: clang version 16.0.0 (https://github.com/llvm/llvm-project f5700e7b69048de958172fb513b336564e7f8709)
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=4cd90320805b656001bfde1428b002972b857e1a
        git remote add linusw-nomadik https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
        git fetch --no-tags linusw-nomadik ux500-test-stm32-cryp
        git checkout 4cd90320805b656001bfde1428b002972b857e1a
        # save the config file
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 ARCH=hexagon olddefconfig
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 ARCH=hexagon 

If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp at intel.com>

All errors (new ones prefixed by >>):

>> drivers/crypto/Kconfig:400: can't open file "drivers/crypto/ux500/Kconfig"
   make[2]: *** [scripts/kconfig/Makefile:77: oldconfig] Error 1
   make[1]: *** [Makefile:708: oldconfig] Error 2
   make: *** [Makefile:242: __sub-make] Error 2
   make: Target 'oldconfig' not remade because of errors.
--
>> drivers/crypto/Kconfig:400: can't open file "drivers/crypto/ux500/Kconfig"
   make[2]: *** [scripts/kconfig/Makefile:77: olddefconfig] Error 1
   make[1]: *** [Makefile:708: olddefconfig] Error 2
   make: *** [Makefile:242: __sub-make] Error 2
   make: Target 'olddefconfig' not remade because of errors.


vim +400 drivers/crypto/Kconfig

aef7b31c8833e7d Kent Yoder     2012-04-12  392  
2789c08fffeae27 Andreas Westin 2012-04-30  393  config CRYPTO_DEV_UX500
2789c08fffeae27 Andreas Westin 2012-04-30  394  	tristate "Driver for ST-Ericsson UX500 crypto hardware acceleration"
2789c08fffeae27 Andreas Westin 2012-04-30  395  	depends on ARCH_U8500
2789c08fffeae27 Andreas Westin 2012-04-30  396  	help
2789c08fffeae27 Andreas Westin 2012-04-30  397  	  Driver for ST-Ericsson UX500 crypto engine.
2789c08fffeae27 Andreas Westin 2012-04-30  398  
2789c08fffeae27 Andreas Westin 2012-04-30  399  if CRYPTO_DEV_UX500
2789c08fffeae27 Andreas Westin 2012-04-30 @400  	source "drivers/crypto/ux500/Kconfig"
2789c08fffeae27 Andreas Westin 2012-04-30  401  endif # if CRYPTO_DEV_UX500
2789c08fffeae27 Andreas Westin 2012-04-30  402  

:::::: The code at line 400 was first introduced by commit
:::::: 2789c08fffeae270820dda5d096634aecc810af5 crypto: ux500 - Add driver for CRYP hardware

:::::: TO: Andreas Westin <andreas.westin at stericsson.com>
:::::: CC: Herbert Xu <herbert at gondor.apana.org.au>

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp



More information about the linux-arm-kernel mailing list