Merge tag 'kbuild-fixes-v6.6-2' of...
Merge tag 'kbuild-fixes-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild Pull Kbuild fixes from Masahiro Yamada: - Fix the module compression with xz so the in-kernel decompressor works - Document a kconfig idiom to express an optional dependency between modules - Make modpost, when W=1 is given, detect broken drivers that reference .exit.* sections - Remove unused code * tag 'kbuild-fixes-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: kbuild: remove stale code for 'source' symlink in packaging scripts modpost: Don't let "driver"s reference .exit.* vmlinux.lds.h: remove unused CPU_KEEP and CPU_DISCARD macros modpost: add missing else to the "of" check Documentation: kbuild: explain handling optional dependencies kbuild: Use CRC32 and a 1MiB dictionary for XZ compressed modules
No related branches found
No related tags found
Showing
- Documentation/kbuild/kconfig-language.rst 26 additions, 0 deletionsDocumentation/kbuild/kconfig-language.rst
- include/asm-generic/vmlinux.lds.h 0 additions, 7 deletionsinclude/asm-generic/vmlinux.lds.h
- scripts/Makefile.modinst 1 addition, 1 deletionscripts/Makefile.modinst
- scripts/mod/file2alias.c 1 addition, 1 deletionscripts/mod/file2alias.c
- scripts/mod/modpost.c 13 additions, 2 deletionsscripts/mod/modpost.c
- scripts/package/builddeb 0 additions, 1 deletionscripts/package/builddeb
- scripts/package/kernel.spec 0 additions, 3 deletionsscripts/package/kernel.spec
Loading
Please register or sign in to comment