-
- Downloads
Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
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 builds when CONFIG_DEBUG_INFO=n - various script and Makefile cleanups" * tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: (34 commits) Makefile: Update kselftest help information kbuild: deb-pkg: fix warning when CONFIG_DEBUG_INFO is unset kbuild: add outputmakefile to no-dot-config-targets kbuild: remove AS variable net: wan: wanxl: refactor the firmware rebuild rule net: wan: wanxl: use $(M68KCC) instead of $(M68KAS) for rebuilding firmware net: wan: wanxl: use allow to pass CROSS_COMPILE_M68k for rebuilding firmware kbuild: add comment about grouped target kbuild: add -Wall to KBUILD_HOSTCXXFLAGS kconfig: remove unused variable in qconf.cc sparc: revive __HAVE_ARCH_STRLEN for 32bit sparc kbuild: refactor Makefile.dtbinst more kbuild: compute the dtbs_install destination more simply Makefile: disallow data races on gcc-10 as well kconfig: make 'imply' obey the direct dependency kconfig: allow symbols implied by y to become m net: drop_monitor: use IS_REACHABLE() to guard net_dm_hw_report() modpost: return error if module is missing ns imports and MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS=n modpost: rework and consolidate logging interface kbuild: allow to run dt_binding_check without kernel configuration ...
No related branches found
No related tags found
Showing
- Documentation/Makefile 2 additions, 1 deletionDocumentation/Makefile
- Documentation/devicetree/bindings/.gitignore 1 addition, 1 deletionDocumentation/devicetree/bindings/.gitignore
- Documentation/devicetree/bindings/Makefile 20 additions, 12 deletionsDocumentation/devicetree/bindings/Makefile
- Documentation/devicetree/writing-schema.rst 4 additions, 0 deletionsDocumentation/devicetree/writing-schema.rst
- Documentation/kbuild/index.rst 1 addition, 0 deletionsDocumentation/kbuild/index.rst
- Documentation/kbuild/kconfig-language.rst 24 additions, 3 deletionsDocumentation/kbuild/kconfig-language.rst
- Documentation/kbuild/llvm.rst 80 additions, 0 deletionsDocumentation/kbuild/llvm.rst
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- Makefile 37 additions, 18 deletionsMakefile
- arch/sh/Kconfig 0 additions, 5 deletionsarch/sh/Kconfig
- arch/sparc/Kconfig 0 additions, 5 deletionsarch/sparc/Kconfig
- arch/sparc/include/asm/string.h 4 additions, 0 deletionsarch/sparc/include/asm/string.h
- arch/sparc/include/asm/string_64.h 0 additions, 4 deletionsarch/sparc/include/asm/string_64.h
- arch/x86/Kconfig 0 additions, 5 deletionsarch/x86/Kconfig
- arch/x86/um/Kconfig 0 additions, 5 deletionsarch/x86/um/Kconfig
- drivers/net/wan/Kconfig 1 addition, 1 deletiondrivers/net/wan/Kconfig
- drivers/net/wan/Makefile 22 additions, 13 deletionsdrivers/net/wan/Makefile
- include/net/drop_monitor.h 1 addition, 1 deletioninclude/net/drop_monitor.h
- init/Kconfig 14 additions, 2 deletionsinit/Kconfig
- lib/Kconfig.debug 1 addition, 2 deletionslib/Kconfig.debug
Loading
Please register or sign in to comment