All of lore.kernel.org
 help / color / mirror / Atom feed
From: Masahiro Yamada <yamada.masahiro@socionext.com>
To: kbuild test robot <lkp@intel.com>
Cc: kbuild-all@01.org,
	Linux Kbuild mailing list <linux-kbuild@vger.kernel.org>
Subject: Re: [kbuild:kconfig-shell-v3 21/30] arch/Kconfig:542: syntax error
Date: Sun, 15 Apr 2018 11:24:36 +0900	[thread overview]
Message-ID: <CAK7LNAQa4wRhDwVSm11hd8vzw3QBfqOdLXUw5Ho5=+N2RAzusw@mail.gmail.com> (raw)
In-Reply-To: <201804132304.4gWZTHtV%fengguang.wu@intel.com>

2018-04-14 0:12 GMT+09:00 kbuild test robot <lkp@intel.com>:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git kconfig-shell-v3
> head:   cab76bbc77d9c585f35b5b9289850a3ae64bb879
> commit: 403c3fc6b2e7499e92eafe0ab82b18172cd495f6 [21/30] stack-protector: test compiler capability in Kconfig and drop AUTO mode
> config: um-x86_64_defconfig
> compiler: gcc-7 (Debian 7.3.0-1) 7.3.0
> reproduce:
>         git checkout 403c3fc6b2e7499e92eafe0ab82b18172cd495f6
>         make ARCH=um SUBARCH=x86_64 defconfig
>         make ARCH=um SUBARCH=x86_64
>
> All errors (new ones prefixed by >>):
>
>>> arch/Kconfig:542: syntax error
>>> arch/Kconfig:541: invalid option
>    arch/Kconfig:547: syntax error
>    arch/Kconfig:546: invalid option
>    arch/Kconfig:571: syntax error
>    arch/Kconfig:570: invalid option
>    make[2]: *** [defconfig] Error 1
>    make[1]: *** [defconfig] Error 2
>    make: *** [sub-make] Error 2
> --
>>> arch/Kconfig:542: syntax error
>>> arch/Kconfig:541: invalid option
>    arch/Kconfig:547: syntax error
>    arch/Kconfig:546: invalid option
>    arch/Kconfig:571: syntax error
>    arch/Kconfig:570: invalid option
>    make[2]: *** [oldconfig] Error 1
>    make[1]: *** [oldconfig] Error 2
>    make: *** [sub-make] Error 2
> --
>>> arch/Kconfig:542: syntax error
>>> arch/Kconfig:541: invalid option
>    arch/Kconfig:547: syntax error
>    arch/Kconfig:546: invalid option
>    arch/Kconfig:571: syntax error
>    arch/Kconfig:570: invalid option
>    make[2]: *** [olddefconfig] Error 1
>    make[2]: Target 'oldnoconfig' not remade because of errors.
>    make[1]: *** [oldnoconfig] Error 2
>    make: *** [sub-make] Error 2
>

Thanks, I will squash the following fix-up.


diff --git a/arch/x86/um/Kconfig b/arch/x86/um/Kconfig
index 6a15c4d..d16eae3 100644
--- a/arch/x86/um/Kconfig
+++ b/arch/x86/um/Kconfig
@@ -1,6 +1,8 @@
 # SPDX-License-Identifier: GPL-2.0
 mainmenu "User Mode Linux/$(SUBARCH) $(KERNELVERSION) Kernel Configuration"

+source "scripts/Kconfig.include"
+
 source "arch/um/Kconfig.common"

 menu "UML-specific options"



-- 
Best Regards
Masahiro Yamada

      reply	other threads:[~2018-04-15  2:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-13 15:12 [kbuild:kconfig-shell-v3 21/30] arch/Kconfig:542: syntax error kbuild test robot
2018-04-15  2:24 ` Masahiro Yamada [this message]

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='CAK7LNAQa4wRhDwVSm11hd8vzw3QBfqOdLXUw5Ho5=+N2RAzusw@mail.gmail.com' \
    --to=yamada.masahiro@socionext.com \
    --cc=kbuild-all@01.org \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=lkp@intel.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.