• Linus Torvalds's avatar
    Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild · 5b67fbfc
    Linus Torvalds authored
    Pull Kbuild updates from Masahiro Yamada:
     "Build system:
    
       - add CONFIG_UNUSED_KSYMS_WHITELIST, which will be useful to define a
         fixed set of export symbols for Generic Kernel Image (GKI)
    
       - allow to run 'make dt_binding_check' without .config
    
       - use full schema for checking DT examples in *.yaml files
    
       - make modpost fail for missing MODULE_IMPORT_NS(), which makes more
         sense because we know the produced modules are never loadable
    
       - Remove unused 'AS' variable
    
      Kconfig:
    
       - sanitize DEFCONFIG_LIST, and remove ARCH_DEFCONFIG from Kconfig
         files
    
       - relax the 'imply' behavior so that symbols implied by 'y' can
         become 'm'
    
       - make 'imply' obey 'depends on' in order to make 'imply' really weak
    
      Misc:
    
       - add documentation on building the kernel with Clang/LLVM
    
       - revive __HAVE_ARCH_STRLEN for 32bit sparc to use optimized strlen()
    
       - fix warning from deb-pkg buil...
    5b67fbfc
Kconfig 72.9 KB