Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Pull Kbuild updates from Masahiro Yamada: - Remove the deprecated rule to build *.dtbo from *.dts - Refactor section mismatch detection in modpost - Fix bogus ARM section mismatch detections - Fix error of 'make gtags' with O= option - Add Clang's target triple to KBUILD_CPPFLAGS to fix a build error with the latest LLVM version - Rebuild the built-in initrd when KBUILD_BUILD_TIMESTAMP is changed - Ignore more compiler-generated symbols for kallsyms - Fix 'make local*config' to handle the ${CONFIG_FOO} form in Makefiles - Enable more kernel-doc warnings with W=2 - Refactor <linux/export.h> by generating KSYMTAB data by modpost - Deprecate <asm/export.h> and <asm-generic/export.h> - Remove the EXPORT_DATA_SYMBOL macro - Move the check for static EXPORT_SYMBOL back to modpost, which makes the build faster - Re-implement CONFIG_TRIM_UNUSED_KSYMS with one-pass algorithm - Warn mi...
Showing
- .gitignore 0 additions, 2 deletions.gitignore
- Documentation/kbuild/kbuild.rst 6 additions, 0 deletionsDocumentation/kbuild/kbuild.rst
- Documentation/process/changes.rst 14 additions, 0 deletionsDocumentation/process/changes.rst
- Makefile 43 additions, 51 deletionsMakefile
- arch/arc/include/asm/linkage.h 4 additions, 4 deletionsarch/arc/include/asm/linkage.h
- arch/ia64/include/asm/Kbuild 1 addition, 0 deletionsarch/ia64/include/asm/Kbuild
- arch/ia64/include/asm/export.h 0 additions, 3 deletionsarch/ia64/include/asm/export.h
- arch/ia64/kernel/head.S 1 addition, 1 deletionarch/ia64/kernel/head.S
- arch/ia64/kernel/ivt.S 1 addition, 1 deletionarch/ia64/kernel/ivt.S
- arch/mips/Makefile 1 addition, 1 deletionarch/mips/Makefile
- arch/powerpc/kernel/vdso/Makefile 1 addition, 1 deletionarch/powerpc/kernel/vdso/Makefile
- arch/um/os-Linux/user_syms.c 0 additions, 7 deletionsarch/um/os-Linux/user_syms.c
- include/asm-generic/export.h 3 additions, 80 deletionsinclude/asm-generic/export.h
- include/asm-generic/vmlinux.lds.h 1 addition, 0 deletionsinclude/asm-generic/vmlinux.lds.h
- include/linux/export-internal.h 49 additions, 0 deletionsinclude/linux/export-internal.h
- include/linux/export.h 32 additions, 98 deletionsinclude/linux/export.h
- include/linux/pm.h 5 additions, 5 deletionsinclude/linux/pm.h
- init/Makefile 1 addition, 0 deletionsinit/Makefile
- kernel/gen_kheaders.sh 3 additions, 6 deletionskernel/gen_kheaders.sh
- kernel/module/internal.h 12 additions, 0 deletionskernel/module/internal.h
Please register or sign in to comment