Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Pull Kbuild updates from Masahiro Yamada: - Avoid 'constexpr', which is a keyword in C23 - Allow 'dtbs_check' and 'dt_compatible_check' run independently of 'dt_binding_check' - Fix weak references to avoid GOT entries in position-independent code generation - Convert the last use of 'optional' property in arch/sh/Kconfig - Remove support for the 'optional' property in Kconfig - Remove support for Clang's ThinLTO caching, which does not work with the .incbin directive - Change the semantics of $(src) so it always points to the source directory, which fixes Makefile inconsistencies between upstream and downstream - Fix 'make tar-pkg' for RISC-V to produce a consistent package - Provide reasonable default coverage for objtool, sanitizers, and profilers - Remove redundant OBJECT_FILES_NON_STANDARD, KASAN_SANITIZE, etc. - Remove the last use of tristate choice in drivers/rap...
Showing
- Documentation/Makefile 4 additions, 4 deletionsDocumentation/Makefile
- Documentation/devicetree/bindings/Makefile 21 additions, 15 deletionsDocumentation/devicetree/bindings/Makefile
- Documentation/kbuild/kconfig-language.rst 0 additions, 3 deletionsDocumentation/kbuild/kconfig-language.rst
- Documentation/kbuild/makefiles.rst 6 additions, 6 deletionsDocumentation/kbuild/makefiles.rst
- Makefile 27 additions, 17 deletionsMakefile
- arch/arc/boot/dts/Makefile 1 addition, 2 deletionsarch/arc/boot/dts/Makefile
- arch/arm/Kbuild 1 addition, 1 deletionarch/arm/Kbuild
- arch/arm/boot/Makefile 1 addition, 2 deletionsarch/arm/boot/Makefile
- arch/arm/boot/bootp/Makefile 0 additions, 1 deletionarch/arm/boot/bootp/Makefile
- arch/arm/boot/compressed/Makefile 0 additions, 7 deletionsarch/arm/boot/compressed/Makefile
- arch/arm/mach-s3c/Makefile 1 addition, 1 deletionarch/arm/mach-s3c/Makefile
- arch/arm/plat-orion/Makefile 1 addition, 1 deletionarch/arm/plat-orion/Makefile
- arch/arm/tools/Makefile 1 addition, 1 deletionarch/arm/tools/Makefile
- arch/arm/vdso/Makefile 0 additions, 9 deletionsarch/arm/vdso/Makefile
- arch/arm64/kernel/pi/Makefile 0 additions, 6 deletionsarch/arm64/kernel/pi/Makefile
- arch/arm64/kernel/vdso/Makefile 1 addition, 9 deletionsarch/arm64/kernel/vdso/Makefile
- arch/arm64/kernel/vdso32/Makefile 1 addition, 1 deletionarch/arm64/kernel/vdso32/Makefile
- arch/arm64/kvm/Makefile 2 additions, 2 deletionsarch/arm64/kvm/Makefile
- arch/arm64/kvm/hyp/Makefile 1 addition, 1 deletionarch/arm64/kvm/hyp/Makefile
- arch/arm64/kvm/hyp/nvhe/Makefile 0 additions, 13 deletionsarch/arm64/kvm/hyp/nvhe/Makefile
Please register or sign in to comment