Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Pull Kbuild updates from Masahiro Yamada: - Fix false-positive build warnings for ARCH=ia64 builds - Optimize dictionary size for module compression with xz - Check the compiler and linker versions in Kconfig - Fix misuse of extra-y - Support DWARF v5 debug info - Clamp SUBLEVEL to 255 because stable releases 4.4.x and 4.9.x exceeded the limit - Add generic syscall{tbl,hdr}.sh for cleanups across arches - Minor cleanups of genksyms - Minor cleanups of Kconfig * tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: (38 commits) initramfs: Remove redundant dependency of RD_ZSTD on BLK_DEV_INITRD kbuild: remove deprecated 'always' and 'hostprogs-y/m' kbuild: parse C= and M= before changing the working directory kbuild: reuse this-makefile to define abs_srctree kconfig: unify rule of config, menuconfig, nconfig, gconfig, xconfig kconfig: omit --oldaskconfig option for 'make config' kconfig: fix 'invalid option' for help option kconfig: remove dead code in conf_askvalue() kconfig: clean up nested if-conditionals in check_conf() kconfig: Remove duplicate call to sym_get_string_value() Makefile: Remove # characters from compiler string Makefile: reuse CC_VERSION_TEXT kbuild: check the minimum linker version in Kconfig kbuild: remove ld-version macro scripts: add generic syscallhdr.sh scripts: add generic syscalltbl.sh arch: syscalls: remove $(srctree)/ prefix from syscall tables arch: syscalls: add missing FORCE and fix 'targets' to make if_changed work gen_compile_commands: prune some directories kbuild: simplify access to the kernel's version ...
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/Makefile 4 additions, 4 deletionsDocumentation/devicetree/bindings/Makefile
- Documentation/kbuild/makefiles.rst 1 addition, 7 deletionsDocumentation/kbuild/makefiles.rst
- MAINTAINERS 0 additions, 2 deletionsMAINTAINERS
- Makefile 57 additions, 48 deletionsMakefile
- arch/alpha/kernel/syscalls/Makefile 7 additions, 6 deletionsarch/alpha/kernel/syscalls/Makefile
- arch/arm/tools/Makefile 1 addition, 1 deletionarch/arm/tools/Makefile
- arch/arm64/Kconfig 1 addition, 1 deletionarch/arm64/Kconfig
- arch/ia64/Makefile 0 additions, 6 deletionsarch/ia64/Makefile
- arch/ia64/include/asm/irq.h 3 additions, 1 deletionarch/ia64/include/asm/irq.h
- arch/ia64/include/asm/mca.h 4 additions, 7 deletionsarch/ia64/include/asm/mca.h
- arch/ia64/include/asm/pal.h 2 additions, 2 deletionsarch/ia64/include/asm/pal.h
- arch/ia64/include/asm/sal.h 1 addition, 1 deletionarch/ia64/include/asm/sal.h
- arch/ia64/kernel/Makefile 0 additions, 5 deletionsarch/ia64/kernel/Makefile
- arch/ia64/kernel/asm-offsets.c 9 additions, 9 deletionsarch/ia64/kernel/asm-offsets.c
- arch/ia64/kernel/crash.c 1 addition, 0 deletionsarch/ia64/kernel/crash.c
- arch/ia64/kernel/efi.c 1 addition, 0 deletionsarch/ia64/kernel/efi.c
- arch/ia64/kernel/mca.c 3 additions, 2 deletionsarch/ia64/kernel/mca.c
- arch/ia64/kernel/mca_drv.c 1 addition, 1 deletionarch/ia64/kernel/mca_drv.c
- arch/ia64/kernel/nr-irqs.c 0 additions, 22 deletionsarch/ia64/kernel/nr-irqs.c
- arch/ia64/kernel/syscalls/Makefile 7 additions, 6 deletionsarch/ia64/kernel/syscalls/Makefile
Loading
Please register or sign in to comment