lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 21 Jul 2021 15:08:36 +0800
From:   kernel test robot <lkp@...el.com>
To:     Jiaxun Yang <jiaxun.yang@...goat.com>, linux-mips@...r.kernel.org
Cc:     kbuild-all@...ts.01.org, tsbogend@...ha.franken.de,
        mturquette@...libre.com, daniel.lezcano@...aro.org,
        linus.walleij@...aro.org, vkoul@...nel.org,
        linux-kernel@...r.kernel.org, linux-clk@...r.kernel.org,
        linux-gpio@...r.kernel.org, linux-phy@...ts.infradead.org
Subject: Re: [PATCH v3 8/9] MIPS: Retire MACH_PISTACHIO

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-buildonly-randconfig-r003-20210721 (attached as .config)
compiler: mips-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@...el.com>

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

^1da177e4c3f41 Linus Torvalds   2005-04-16  1050  
e8c7c482347574 Ralf Baechle     2008-09-16  1051  source "arch/mips/alchemy/Kconfig"
3b12308f3337c0 Sergey Ryazanov  2014-10-29  1052  source "arch/mips/ath25/Kconfig"
d4a67d9dc8a5a8 Gabor Juhos      2011-01-04  1053  source "arch/mips/ath79/Kconfig"
a656ffcbc7a98a Hauke Mehrtens   2011-07-23  1054  source "arch/mips/bcm47xx/Kconfig"
e7300d04bd0809 Maxime Bizon     2009-08-18  1055  source "arch/mips/bcm63xx/Kconfig"
8945e37e103b16 Kevin Cernekee   2014-12-25  1056  source "arch/mips/bmips/Kconfig"
eed0eabd12ef06 Paul Burton      2016-10-05  1057  source "arch/mips/generic/Kconfig"
a103e9b951f909 Paul Cercueil    2020-09-06  1058  source "arch/mips/ingenic/Kconfig"
5e83d4305467c4 Ralf Baechle     2005-10-29  1059  source "arch/mips/jazz/Kconfig"
8ec6d93508f705 John Crispin     2011-03-30  1060  source "arch/mips/lantiq/Kconfig"
2572f00db8a68b Joshua Henderson 2016-01-13  1061  source "arch/mips/pic32/Kconfig"
af0cfb2c44ee5c Ezequiel Garcia  2015-08-06 @1062  source "arch/mips/pistachio/Kconfig"
ae2b5bb6570481 John Crispin     2013-01-20  1063  source "arch/mips/ralink/Kconfig"
29c4869946f918 Ralf Baechle     2005-02-07  1064  source "arch/mips/sgi-ip27/Kconfig"
38b18f72587422 Ralf Baechle     2005-02-03  1065  source "arch/mips/sibyte/Kconfig"
22b1d707ffc99f Atsushi Nemoto   2008-07-11  1066  source "arch/mips/txx9/Kconfig"
5e83d4305467c4 Ralf Baechle     2005-10-29  1067  source "arch/mips/vr41xx/Kconfig"
a86c7f72454c4e David Daney      2008-12-11  1068  source "arch/mips/cavium-octeon/Kconfig"
71e2f4dd5a65bd Jiaxun Yang      2019-10-20  1069  source "arch/mips/loongson2ef/Kconfig"
30ad29bb48881e Huacai Chen      2015-04-21  1070  source "arch/mips/loongson32/Kconfig"
30ad29bb48881e Huacai Chen      2015-04-21  1071  source "arch/mips/loongson64/Kconfig"
7f058e852b229e Jayachandran C   2011-05-07  1072  source "arch/mips/netlogic/Kconfig"
38b18f72587422 Ralf Baechle     2005-02-03  1073  

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

Download attachment ".config.gz" of type "application/gzip" (30422 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ