Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Pull Kbuild updates from Masahiro Yamada: - improve fixdep to coalesce consecutive slashes in dep-files - fix some issues of the maintainer string generation in deb-pkg script - remove unused CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX and clean-up several tools and linker scripts - clean-up modpost - allow to enable the dead code/data elimination for PowerPC in EXPERT mode - improve two coccinelle scripts for better performance - pass endianness and machine size flags to sparse for all architecture - misc fixes * tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: (25 commits) kbuild: add machine size to CHECKFLAGS kbuild: add endianness flag to CHEKCFLAGS kbuild: $(CHECK) doesnt need NOSTDINC_FLAGS twice scripts: Fixed printf format mismatch scripts/tags.sh: use `find` for $ALLSOURCE_ARCHS generation coccinelle: deref_null: improve performance coccinelle: mini_lock: improve performance powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selected kbuild: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selectable if enabled kbuild: LD_DEAD_CODE_DATA_ELIMINATION no -ffunction-sections/-fdata-sections for module build kbuild: Fix asm-generic/vmlinux.lds.h for LD_DEAD_CODE_DATA_ELIMINATION modpost: constify *modname function argument where possible modpost: remove redundant is_vmlinux() test modpost: use strstarts() helper more widely modpost: pass struct elf_info pointer to get_modinfo() checkpatch: remove VMLINUX_SYMBOL() check vmlinux.lds.h: remove no-op macro VMLINUX_SYMBOL() kbuild: remove CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX export.h: remove code for prefixing symbols with underscore depmod.sh: remove symbol prefix support ...
No related branches found
No related tags found
Showing
- Makefile 9 additions, 4 deletionsMakefile
- arch/Kconfig 0 additions, 21 deletionsarch/Kconfig
- arch/alpha/Makefile 1 addition, 1 deletionarch/alpha/Makefile
- arch/arm/Makefile 1 addition, 1 deletionarch/arm/Makefile
- arch/arm64/Makefile 1 addition, 1 deletionarch/arm64/Makefile
- arch/ia64/Makefile 1 addition, 1 deletionarch/ia64/Makefile
- arch/mips/Makefile 0 additions, 3 deletionsarch/mips/Makefile
- arch/openrisc/Makefile 0 additions, 1 deletionarch/openrisc/Makefile
- arch/parisc/Makefile 2 additions, 2 deletionsarch/parisc/Makefile
- arch/powerpc/Kconfig 1 addition, 0 deletionsarch/powerpc/Kconfig
- arch/powerpc/kernel/vmlinux.lds.S 11 additions, 11 deletionsarch/powerpc/kernel/vmlinux.lds.S
- arch/s390/Makefile 1 addition, 1 deletionarch/s390/Makefile
- arch/sparc/Makefile 1 addition, 1 deletionarch/sparc/Makefile
- arch/x86/Makefile 1 addition, 1 deletionarch/x86/Makefile
- include/asm-generic/export.h 12 additions, 22 deletionsinclude/asm-generic/export.h
- include/asm-generic/vmlinux.lds.h 171 additions, 163 deletionsinclude/asm-generic/vmlinux.lds.h
- include/linux/export.h 5 additions, 11 deletionsinclude/linux/export.h
- init/Kconfig 27 additions, 0 deletionsinit/Kconfig
- scripts/Makefile.build 1 addition, 8 deletionsscripts/Makefile.build
- scripts/adjust_autoksyms.sh 0 additions, 3 deletionsscripts/adjust_autoksyms.sh
Loading
Please register or sign in to comment