Hi Jiaxun, I love your patch! Yet something to improve: [auto build test ERROR on robh/for-next] [also build test ERROR on clk/clk-next linus/master v5.14-rc2 next-20210720] [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] url: https://github.com/0day-ci/linux/commits/Jiaxun-Yang/MIPS-Migrate-pistachio-to-generic-kernel/20210721-110732 base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next config: mips-randconfig-r026-20210720 (attached as .config) compiler: mips64-linux-gcc (GCC) 10.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://github.com/0day-ci/linux/commit/7815f6aeaf55e4b6b9de98455f68c185a5ac5916 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Jiaxun-Yang/MIPS-Migrate-pistachio-to-generic-kernel/20210721-110732 git checkout 7815f6aeaf55e4b6b9de98455f68c185a5ac5916 # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-10.3.0 make.cross ARCH=mips If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <lkp@xxxxxxxxx> All errors (new ones prefixed by >>): >> arch/mips/Kconfig:1062: can't open file "arch/mips/pistachio/Kconfig" -- >> arch/mips/Kconfig:1062: can't open file "arch/mips/pistachio/Kconfig" make[3]: *** [scripts/kconfig/Makefile:77: syncconfig] Error 1 make[2]: *** [Makefile:626: syncconfig] Error 2 make[1]: *** [Makefile:735: include/config/auto.conf.cmd] Error 2 make[1]: Failed to remake makefile 'include/config/auto.conf.cmd'. make[1]: Failed to remake makefile 'include/config/auto.conf'. make[1]: Target 'modules_prepare' not remade because of errors. make: *** [Makefile:220: __sub-make] Error 2 make: Target 'modules_prepare' not remade because of errors. -- >> arch/mips/Kconfig:1062: can't open file "arch/mips/pistachio/Kconfig" make[2]: *** [scripts/kconfig/Makefile:77: olddefconfig] Error 1 make[1]: *** [Makefile:626: olddefconfig] Error 2 make: *** [Makefile:220: __sub-make] Error 2 make: Target 'olddefconfig' not remade because of errors. -- >> arch/mips/Kconfig:1062: can't open file "arch/mips/pistachio/Kconfig" make[3]: *** [scripts/kconfig/Makefile:77: syncconfig] Error 1 make[2]: *** [Makefile:626: syncconfig] Error 2 make[1]: *** [Makefile:735: include/config/auto.conf.cmd] Error 2 make[1]: Failed to remake makefile 'include/config/auto.conf.cmd'. make[1]: Failed to remake makefile 'include/config/auto.conf'. make[1]: Target 'prepare' not remade because of errors. make: *** [Makefile:220: __sub-make] Error 2 make: Target 'prepare' not remade because of errors. vim +1062 arch/mips/Kconfig ^1da177e4c3f415 Linus Torvalds 2005-04-16 1050 e8c7c482347574e Ralf Baechle 2008-09-16 1051 source "arch/mips/alchemy/Kconfig" 3b12308f3337c09 Sergey Ryazanov 2014-10-29 1052 source "arch/mips/ath25/Kconfig" d4a67d9dc8a5a80 Gabor Juhos 2011-01-04 1053 source "arch/mips/ath79/Kconfig" a656ffcbc7a98a8 Hauke Mehrtens 2011-07-23 1054 source "arch/mips/bcm47xx/Kconfig" e7300d04bd0809e Maxime Bizon 2009-08-18 1055 source "arch/mips/bcm63xx/Kconfig" 8945e37e103b165 Kevin Cernekee 2014-12-25 1056 source "arch/mips/bmips/Kconfig" eed0eabd12ef061 Paul Burton 2016-10-05 1057 source "arch/mips/generic/Kconfig" a103e9b951f9094 Paul Cercueil 2020-09-06 1058 source "arch/mips/ingenic/Kconfig" 5e83d4305467c43 Ralf Baechle 2005-10-29 1059 source "arch/mips/jazz/Kconfig" 8ec6d93508f705d John Crispin 2011-03-30 1060 source "arch/mips/lantiq/Kconfig" 2572f00db8a68bb Joshua Henderson 2016-01-13 1061 source "arch/mips/pic32/Kconfig" af0cfb2c44ee5cd Ezequiel Garcia 2015-08-06 @1062 source "arch/mips/pistachio/Kconfig" ae2b5bb6570481b John Crispin 2013-01-20 1063 source "arch/mips/ralink/Kconfig" 29c4869946f9182 Ralf Baechle 2005-02-07 1064 source "arch/mips/sgi-ip27/Kconfig" 38b18f725874224 Ralf Baechle 2005-02-03 1065 source "arch/mips/sibyte/Kconfig" 22b1d707ffc99fa Atsushi Nemoto 2008-07-11 1066 source "arch/mips/txx9/Kconfig" 5e83d4305467c43 Ralf Baechle 2005-10-29 1067 source "arch/mips/vr41xx/Kconfig" a86c7f72454c4e8 David Daney 2008-12-11 1068 source "arch/mips/cavium-octeon/Kconfig" 71e2f4dd5a65bd8 Jiaxun Yang 2019-10-20 1069 source "arch/mips/loongson2ef/Kconfig" 30ad29bb48881ee Huacai Chen 2015-04-21 1070 source "arch/mips/loongson32/Kconfig" 30ad29bb48881ee Huacai Chen 2015-04-21 1071 source "arch/mips/loongson64/Kconfig" 7f058e852b229ec Jayachandran C 2011-05-07 1072 source "arch/mips/netlogic/Kconfig" 38b18f725874224 Ralf Baechle 2005-02-03 1073 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@xxxxxxxxxxxx
Attachment:
.config.gz
Description: application/gzip