Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  • Linus Torvalds's avatar
    Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild · ff9a7930
    Linus Torvalds authored
    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...
    ff9a7930