linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Jiaxun Yang <jiaxun.yang@flygoat.com>, linux-mips@vger.kernel.org
Cc: kbuild-all@lists.01.org, tsbogend@alpha.franken.de,
	mturquette@baylibre.com, daniel.lezcano@linaro.org,
	linus.walleij@linaro.org, vkoul@kernel.org,
	linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org,
	linux-gpio@vger.kernel.org, linux-phy@lists.infradead.org
Subject: Re: [PATCH v3 8/9] MIPS: Retire MACH_PISTACHIO
Date: Wed, 21 Jul 2021 15:08:36 +0800	[thread overview]
Message-ID: <202107211503.Fs3YnWX9-lkp@intel.com> (raw)
In-Reply-To: <20210721030134.10562-9-jiaxun.yang@flygoat.com>

[-- Attachment #1: Type: text/plain, Size: 5099 bytes --]

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@intel.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

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 30422 bytes --]

  reply	other threads:[~2021-07-21  7:13 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-21  3:01 [PATCH v3 0/9] MIPS: Migrate pistachio to generic kernel Jiaxun Yang
2021-07-21  3:01 ` [PATCH v3 1/9] MIPS: generic: Allow generating FIT image for Marduk board Jiaxun Yang
2021-07-21  3:01 ` [PATCH v3 2/9] MIPS: DTS: Pistachio add missing cpc and cdmm Jiaxun Yang
2021-07-21  3:01 ` [PATCH v3 3/9] clk: pistachio: Make it selectable for generic MIPS kernel Jiaxun Yang
2021-07-21  3:01 ` [PATCH v3 4/9] clocksource/drivers/pistachio: Make it selectable for MIPS Jiaxun Yang
2021-07-21  3:01 ` [PATCH v3 5/9] phy: pistachio-usb: Depend on MIPS || COMPILE_TEST Jiaxun Yang
2021-07-21  3:01 ` [PATCH v3 6/9] pinctrl: pistachio: Make it as an option Jiaxun Yang
2021-07-30 12:38   ` Linus Walleij
2021-07-21  3:01 ` [PATCH v3 7/9] MIPS: config: generic: Add config for Marduk board Jiaxun Yang
2021-07-21  3:01 ` [PATCH v3 8/9] MIPS: Retire MACH_PISTACHIO Jiaxun Yang
2021-07-21  7:08   ` kernel test robot [this message]
2021-07-21  7:15   ` kernel test robot
2021-07-21  8:07     ` Jiaxun Yang
2021-07-21  3:01 ` [PATCH v3 9/9] MIPS: Make a alias for pistachio_defconfig Jiaxun Yang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202107211503.Fs3YnWX9-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=daniel.lezcano@linaro.org \
    --cc=jiaxun.yang@flygoat.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=linux-phy@lists.infradead.org \
    --cc=mturquette@baylibre.com \
    --cc=tsbogend@alpha.franken.de \
    --cc=vkoul@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).