Hi Prasad, kernel test robot noticed the following build errors: [auto build test ERROR on herbert-cryptodev-2.6/master] [also build test ERROR on herbert-crypto-2.6/master linus/master v6.5-rc6 next-20230815] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Prasad-Pandit/crypto-use-SRCARCH-to-source-arch-Kconfigs/20230816-143209 base: https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master patch link: https://lore.kernel.org/r/20230816063107.11215-1-ppandit%40redhat.com patch subject: [PATCH] crypto: use SRCARCH to source arch Kconfigs config: xtensa-randconfig-r015-20230816 (attached as .config) compiler: xtensa-linux-gcc (GCC) 12.3.0 reproduce: (https://download.01.org/0day-ci/archive/20230816/202308161641.v6maXREx-lkp@xxxxxxxxx/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <lkp@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202308161641.v6maXREx-lkp@xxxxxxxxx/ All errors (new ones prefixed by >>): >> crypto/Kconfig:1424: can't open file "arch/xtensa/crypto/Kconfig" make[3]: *** [scripts/kconfig/Makefile:77: oldconfig] Error 1 shuffle=2313028485 make[2]: *** [Makefile:693: oldconfig] Error 2 shuffle=2313028485 make[1]: *** [Makefile:234: __sub-make] Error 2 shuffle=2313028485 make[1]: Target 'oldconfig' not remade because of errors. make: *** [Makefile:234: __sub-make] Error 2 shuffle=2313028485 make: Target 'oldconfig' not remade because of errors. -- >> crypto/Kconfig:1424: can't open file "arch/xtensa/crypto/Kconfig" make[3]: *** [scripts/kconfig/Makefile:77: olddefconfig] Error 1 shuffle=2313028485 make[2]: *** [Makefile:693: olddefconfig] Error 2 shuffle=2313028485 make[1]: *** [Makefile:234: __sub-make] Error 2 shuffle=2313028485 make[1]: Target 'olddefconfig' not remade because of errors. make: *** [Makefile:234: __sub-make] Error 2 shuffle=2313028485 make: Target 'olddefconfig' not remade because of errors. vim +1424 crypto/Kconfig 1419 1420 config CRYPTO_HASH_INFO 1421 bool 1422 1423 if !KMSAN # avoid false positives from assembly > 1424 source "arch/$(SRCARCH)/crypto/Kconfig" 1425 endif 1426 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki