Merge tag 'kbuild-fixes-v6.3' of...
Merge tag 'kbuild-fixes-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild Pull Kbuild fixes from Masahiro Yamada: - Exclude kallsyms_seqs_of_names from kallsyms to fix build error - Fix 'make kernelrelease' for external module builds - Get the Debian source package compilable again - Fix the wrong uname when Debian packages are built with the KDEB_PKGVERSION option - Fix superfluous CROSS_COMPILE when building Debian packages - Fix RPM package build error when KCONFIG_CONFIG is set - Use 'git archive' for creating source tarballs - Remove the scripts/list-gitignored tool * tag 'kbuild-fixes-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: kbuild: use git-archive for source package creation kbuild: rpm-pkg: move source components to rpmbuild/SOURCES kbuild: deb-pkg: use dh_listpackages to know enabled packages kbuild: deb-pkg: split image and debug objects staging out into functions kbuild: deb-pkg: set CROSS_COMPILE only when undefined kbuild: deb-pkg: do not take KERNELRELEASE from the source version kbuild: deb-pkg: make debian source package working again Makefile: Make kernelrelease target work with M= kconfig: Update config changed flag before calling callback kallsyms: add kallsyms_seqs_of_names to list of special symbols
No related branches found
No related tags found
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- Makefile 4 additions, 7 deletionsMakefile
- scripts/.gitignore 0 additions, 1 deletionscripts/.gitignore
- scripts/Makefile 1 addition, 1 deletionscripts/Makefile
- scripts/Makefile.package 69 additions, 79 deletionsscripts/Makefile.package
- scripts/check-git 14 additions, 0 deletionsscripts/check-git
- scripts/kallsyms.c 1 addition, 0 deletionsscripts/kallsyms.c
- scripts/kconfig/confdata.c 4 additions, 2 deletionsscripts/kconfig/confdata.c
- scripts/list-gitignored.c 0 additions, 1057 deletionsscripts/list-gitignored.c
- scripts/package/builddeb 142 additions, 127 deletionsscripts/package/builddeb
- scripts/package/deb-build-option 6 additions, 8 deletionsscripts/package/deb-build-option
- scripts/package/gen-diff-patch 44 additions, 0 deletionsscripts/package/gen-diff-patch
- scripts/package/mkdebian 20 additions, 3 deletionsscripts/package/mkdebian
- scripts/package/mkspec 18 additions, 4 deletionsscripts/package/mkspec
- scripts/setlocalversion 34 additions, 11 deletionsscripts/setlocalversion
Loading
Please register or sign in to comment