Skip to content
Snippets Groups Projects
Select Git revision
  • dbae8f2ca2f0586f4b80201c78ff0aed2a012ab5
  • vme-testing default
  • ci-test
  • master
  • remoteproc
  • am625-sk-ov5640
  • pcal6534-upstreaming
  • lps22df-upstreaming
  • msc-upstreaming
  • imx8mp
  • iio/noa1305
  • vme-next
  • vme-next-4.14-rc4
  • v4.14-rc4
  • v4.14-rc3
  • v4.14-rc2
  • v4.14-rc1
  • v4.13
  • vme-next-4.13-rc7
  • v4.13-rc7
  • v4.13-rc6
  • v4.13-rc5
  • v4.13-rc4
  • v4.13-rc3
  • v4.13-rc2
  • v4.13-rc1
  • v4.12
  • v4.12-rc7
  • v4.12-rc6
  • v4.12-rc5
  • v4.12-rc4
  • v4.12-rc3
32 results

init

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Linus Torvalds authored
    Pull more Kbuild updates from Masahiro Yamada:
    
     - fix some bugs introduced by the recent Kconfig syntax extension
    
     - add some symbols about compiler information in Kconfig, such as
       CC_IS_GCC, CC_IS_CLANG, GCC_VERSION, etc.
    
     - test compiler capability for the stack protector in Kconfig, and
       clean-up Makefile
    
     - test compiler capability for GCC-plugins in Kconfig, and clean-up
       Makefile
    
     - allow to enable GCC-plugins for COMPILE_TEST
    
     - test compiler capability for KCOV in Kconfig and correct dependency
    
     - remove auto-detect mode of the GCOV format, which is now more nicely
       handled in Kconfig
    
     - test compiler capability for mprofile-kernel on PowerPC, and clean-up
       Makefile
    
     - misc cleanups
    
    * tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
      linux/linkage.h: replace VMLINUX_SYMBOL_STR() with __stringify()
      kconfig: fix localmodconfig
      sh: remove no-op macro VMLINUX_SYMBOL()
      powerpc/kbuild: move -mprofile-kernel check to Kconfig
      Documentation: kconfig: add recommended way to describe compiler support
      gcc-plugins: disable GCC_PLUGIN_STRUCTLEAK_BYREF_ALL for COMPILE_TEST
      gcc-plugins: allow to enable GCC_PLUGINS for COMPILE_TEST
      gcc-plugins: test plugin support in Kconfig and clean up Makefile
      gcc-plugins: move GCC version check for PowerPC to Kconfig
      kcov: test compiler capability in Kconfig and correct dependency
      gcov: remove CONFIG_GCOV_FORMAT_AUTODETECT
      arm64: move GCC version check for ARCH_SUPPORTS_INT128 to Kconfig
      kconfig: add CC_IS_CLANG and CLANG_VERSION
      kconfig: add CC_IS_GCC and GCC_VERSION
      stack-protector: test compiler capability in Kconfig and drop AUTO mode
      kbuild: fix endless syncconfig in case arch Makefile sets CROSS_COMPILE
    be779f03
    History
    Name Last commit Last update
    ..