linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [linusw-nomadik:ux500-test-stm32-cryp 7/7] drivers/crypto/Kconfig:400: can't open file "drivers/crypto/ux500/Kconfig"
@ 2022-12-25  2:02 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2022-12-25  2:02 UTC (permalink / raw)
  To: Linus Walleij; +Cc: llvm, oe-kbuild-all, linux-arm-kernel

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@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@stericsson.com>
:::::: CC: Herbert Xu <herbert@gondor.apana.org.au>

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread
* [linusw-nomadik:ux500-test-stm32-cryp 7/7] drivers/crypto/Kconfig:400: can't open file "drivers/crypto/ux500/Kconfig"
@ 2022-12-25  2:12 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2022-12-25  2:12 UTC (permalink / raw)
  To: Linus Walleij; +Cc: oe-kbuild-all, linux-arm-kernel

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: loongarch-randconfig-r016-20221225 (attached as .config)
compiler: loongarch64-linux-gcc (GCC) 12.1.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=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=gcc-12.1.0 make.cross W=1 ARCH=loongarch olddefconfig
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 ARCH=loongarch 

If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@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

aef7b31c8833e7 Kent Yoder     2012-04-12  392  
2789c08fffeae2 Andreas Westin 2012-04-30  393  config CRYPTO_DEV_UX500
2789c08fffeae2 Andreas Westin 2012-04-30  394  	tristate "Driver for ST-Ericsson UX500 crypto hardware acceleration"
2789c08fffeae2 Andreas Westin 2012-04-30  395  	depends on ARCH_U8500
2789c08fffeae2 Andreas Westin 2012-04-30  396  	help
2789c08fffeae2 Andreas Westin 2012-04-30  397  	  Driver for ST-Ericsson UX500 crypto engine.
2789c08fffeae2 Andreas Westin 2012-04-30  398  
2789c08fffeae2 Andreas Westin 2012-04-30  399  if CRYPTO_DEV_UX500
2789c08fffeae2 Andreas Westin 2012-04-30 @400  	source "drivers/crypto/ux500/Kconfig"
2789c08fffeae2 Andreas Westin 2012-04-30  401  endif # if CRYPTO_DEV_UX500
2789c08fffeae2 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@stericsson.com>
:::::: CC: Herbert Xu <herbert@gondor.apana.org.au>

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-25  2:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-25  2:02 [linusw-nomadik:ux500-test-stm32-cryp 7/7] drivers/crypto/Kconfig:400: can't open file "drivers/crypto/ux500/Kconfig" kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2022-12-25  2:12 kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).