Merge tag 'kbuild-fixes-v5.5' of...
Merge tag 'kbuild-fixes-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild Pull Kbuild fixes from Masahiro Yamada: - fix warning in out-of-tree 'make clean' - add READELF variable to the top Makefile - fix broken builds when LINUX_COMPILE_BY contains a backslash - fix build warning in kallsyms - fix NULL pointer access in expr_eq() in Kconfig - fix missing dependency on rsync in deb-pkg build - remove ---help--- from documentation - fix misleading documentation about directory descending * tag 'kbuild-fixes-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: kbuild: clarify the difference between obj-y and obj-m w.r.t. descending kconfig: remove ---help--- from documentation scripts: package: mkdebian: add missing rsync dependency kconfig: don't crash on NULL expressions in expr_eq() scripts/kallsyms: fix offset overflow of kallsyms_relative_base mkcompile_h: use printf for LINUX_COMPILE_BY mkcompile_h: git rid of UTS_TRUNCATE from LINUX_COMPILE_{BY,HOST} x86/boot: kbuild: allow readelf executable to be specified kbuild: fix 'No such file or directory' warning when cleaning
No related branches found
No related tags found
Showing
- Documentation/kbuild/kconfig-language.rst 1 addition, 4 deletionsDocumentation/kbuild/kconfig-language.rst
- Documentation/kbuild/makefiles.rst 13 additions, 3 deletionsDocumentation/kbuild/makefiles.rst
- Makefile 2 additions, 1 deletionMakefile
- arch/x86/boot/compressed/Makefile 1 addition, 1 deletionarch/x86/boot/compressed/Makefile
- scripts/kallsyms.c 18 additions, 20 deletionsscripts/kallsyms.c
- scripts/kconfig/expr.c 7 additions, 0 deletionsscripts/kconfig/expr.c
- scripts/mkcompile_h 4 additions, 6 deletionsscripts/mkcompile_h
- scripts/package/mkdebian 1 addition, 1 deletionscripts/package/mkdebian
- usr/include/Makefile 1 addition, 1 deletionusr/include/Makefile
Loading
Please register or sign in to comment