From: kbuild test robot <lkp@intel.com>
To: Nicholas Piggin <npiggin@gmail.com>
Cc: kbuild-all@01.org, linuxppc-dev@lists.ozlabs.org,
Michael Ellerman <mpe@ellerman.id.au>
Subject: [powerpc:topic/kbuild 4/4] arch/powerpc/Kconfig:466: syntax error
Date: Thu, 31 May 2018 02:26:51 +0800 [thread overview]
Message-ID: <201805310245.6Zx8EAuh%fengguang.wu@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git topic/kbuild
head: cfff26c2dc7a18a4d10366896a68fb0ef9c793cb
commit: cfff26c2dc7a18a4d10366896a68fb0ef9c793cb [4/4] powerpc/kbuild: move -mprofile-kernel check to Kconfig
config: powerpc-allmodconfig
compiler: powerpc64-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0
reproduce:
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
git checkout cfff26c2dc7a18a4d10366896a68fb0ef9c793cb
make.cross ARCH=powerpc allmodconfig
make.cross ARCH=powerpc
All errors (new ones prefixed by >>):
arch/powerpc/Kconfig:465:warning: ignoring unsupported character '$'
arch/powerpc/Kconfig:465:warning: ignoring unsupported character ','
arch/powerpc/Kconfig:465:warning: ignoring unsupported character '$'
>> arch/powerpc/Kconfig:466: syntax error
arch/powerpc/Kconfig:465:warning: ignoring unsupported character '$'
arch/powerpc/Kconfig:465:warning: ignoring unsupported character '$'
>> arch/powerpc/Kconfig:465: invalid option
make[2]: *** [allmodconfig] Error 1
make[1]: *** [allmodconfig] Error 2
make: *** [sub-make] Error 2
--
arch/powerpc/Kconfig:465:warning: ignoring unsupported character '$'
arch/powerpc/Kconfig:465:warning: ignoring unsupported character ','
arch/powerpc/Kconfig:465:warning: ignoring unsupported character '$'
>> arch/powerpc/Kconfig:466: syntax error
arch/powerpc/Kconfig:465:warning: ignoring unsupported character '$'
arch/powerpc/Kconfig:465:warning: ignoring unsupported character '$'
>> arch/powerpc/Kconfig:465: invalid option
make[2]: *** [oldconfig] Error 1
make[1]: *** [oldconfig] Error 2
make: *** [sub-make] Error 2
--
arch/powerpc/Kconfig:465:warning: ignoring unsupported character '$'
arch/powerpc/Kconfig:465:warning: ignoring unsupported character ','
arch/powerpc/Kconfig:465:warning: ignoring unsupported character '$'
>> arch/powerpc/Kconfig:466: syntax error
arch/powerpc/Kconfig:465:warning: ignoring unsupported character '$'
arch/powerpc/Kconfig:465:warning: ignoring unsupported character '$'
>> arch/powerpc/Kconfig:465: 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
vim +466 arch/powerpc/Kconfig
e05c0e81 Kevin Hao 2013-07-16 441
3d72bbc4 Michael Neuling 2013-02-13 442 config PPC_TRANSACTIONAL_MEM
3d72bbc4 Michael Neuling 2013-02-13 443 bool "Transactional Memory support for POWERPC"
3d72bbc4 Michael Neuling 2013-02-13 444 depends on PPC_BOOK3S_64
3d72bbc4 Michael Neuling 2013-02-13 445 depends on SMP
7b37a123 Michael Neuling 2014-01-08 446 select ALTIVEC
7b37a123 Michael Neuling 2014-01-08 447 select VSX
3d72bbc4 Michael Neuling 2013-02-13 448 default n
3d72bbc4 Michael Neuling 2013-02-13 449 ---help---
3d72bbc4 Michael Neuling 2013-02-13 450 Support user-mode Transactional Memory on POWERPC.
3d72bbc4 Michael Neuling 2013-02-13 451
951eedeb Nicholas Piggin 2017-05-29 452 config LD_HEAD_STUB_CATCH
951eedeb Nicholas Piggin 2017-05-29 453 bool "Reserve 256 bytes to cope with linker stubs in HEAD text" if EXPERT
951eedeb Nicholas Piggin 2017-05-29 454 depends on PPC64
951eedeb Nicholas Piggin 2017-05-29 455 default n
951eedeb Nicholas Piggin 2017-05-29 456 help
951eedeb Nicholas Piggin 2017-05-29 457 Very large kernels can cause linker branch stubs to be generated by
951eedeb Nicholas Piggin 2017-05-29 458 code in head_64.S, which moves the head text sections out of their
951eedeb Nicholas Piggin 2017-05-29 459 specified location. This option can work around the problem.
951eedeb Nicholas Piggin 2017-05-29 460
951eedeb Nicholas Piggin 2017-05-29 461 If unsure, say "N".
951eedeb Nicholas Piggin 2017-05-29 462
8c50b72a Torsten Duwe 2016-03-03 463 config MPROFILE_KERNEL
8c50b72a Torsten Duwe 2016-03-03 464 depends on PPC64 && CPU_LITTLE_ENDIAN
cfff26c2 Nicholas Piggin 2018-05-30 @465 def_bool $(success,$(srctree)/arch/powerpc/tools/gcc-check-mprofile-kernel.sh $(CC) -I$(srctree)/include -D__KERNEL__)
8c50b72a Torsten Duwe 2016-03-03 @466
:::::: The code at line 466 was first introduced by commit
:::::: 8c50b72a3b4f1f7cdfdfebd233b1cbd121262e65 powerpc/ftrace: Add Kconfig & Make glue for mprofile-kernel
:::::: TO: Torsten Duwe <duwe@lst.de>
:::::: CC: Michael Ellerman <mpe@ellerman.id.au>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
next reply other threads:[~2018-05-30 18:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-30 18:26 kbuild test robot [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-05-20 6:20 [powerpc:topic/kbuild 4/4] arch/powerpc/Kconfig:466: syntax error kbuild test robot
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=201805310245.6Zx8EAuh%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@01.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=mpe@ellerman.id.au \
--cc=npiggin@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox