Merge tag 'kbuild-fixes-v5.6-3' of...
Merge tag 'kbuild-fixes-v5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild Pull Kbuild fixes from Masahiro Yamada: - fix __uint128_t capability test in Kconfig when GCC that defaults to 32-bit is used to build the 64-bit kernel - suppress new noisy Clang warnings -Wpointer-to-enum-cast - move the namespace field in Module.symvers for the backward compatibility reason for the depmod tool - use available compression for initramdisk when INTRAMFS_SOURCE is defined, which was the original behavior - fix modpost to handle correct large section numbers when it refers to modversion CRCs and module namespaces - fix comments and documents * tag 'kbuild-fixes-v5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: scripts/kallsyms: fix wrong kallsyms_relative_base modpost: Get proper section index by get_secindex() instead of st_shndx initramfs: restore default compression behavior modpost: move the namespace field in Module.symvers last kbuild: Disable -Wpointer-to-enum-cast kbuild: doc: fix references to other documents int128: fix __uint128_t compiler test in Kconfig kconfig: introduce m32-flag and m64-flag kbuild: Fix inconsistent comment
Showing
- Documentation/kbuild/kbuild.rst 1 addition, 1 deletionDocumentation/kbuild/kbuild.rst
- Documentation/kbuild/kconfig-macro-language.rst 1 addition, 1 deletionDocumentation/kbuild/kconfig-macro-language.rst
- Documentation/kbuild/makefiles.rst 3 additions, 3 deletionsDocumentation/kbuild/makefiles.rst
- Documentation/kbuild/modules.rst 2 additions, 2 deletionsDocumentation/kbuild/modules.rst
- Makefile 1 addition, 1 deletionMakefile
- init/Kconfig 1 addition, 2 deletionsinit/Kconfig
- scripts/Kconfig.include 7 additions, 0 deletionsscripts/Kconfig.include
- scripts/Makefile.extrawarn 1 addition, 0 deletionsscripts/Makefile.extrawarn
- scripts/export_report.pl 1 addition, 1 deletionscripts/export_report.pl
- scripts/kallsyms.c 4 additions, 4 deletionsscripts/kallsyms.c
- scripts/mod/modpost.c 14 additions, 13 deletionsscripts/mod/modpost.c
- usr/Kconfig 11 additions, 11 deletionsusr/Kconfig
Loading
Please register or sign in to comment