[GIT PULL] Kbuild fixes for v6.3-rc3

From: Masahiro Yamada
Date: Sat Mar 18 2023 - 11:46:40 EST


Hello Linus,

Please pull Kbuild fixes.
This removes scripts/list-gitignored.
I hope you will be happy with it.

Thank you.




The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-fixes-v6.3

for you to fetch changes up to 05e96e96a315fa49faca4da2aedd1761a218b616:

kbuild: use git-archive for source package creation (2023-03-16
22:46:12 +0900)

----------------------------------------------------------------
Kbuild fixes for v6.3

- 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

----------------------------------------------------------------
Arnd Bergmann (1):
kallsyms: add kallsyms_seqs_of_names to list of special symbols

Jurica Vukadin (1):
kconfig: Update config changed flag before calling callback

Masahiro Yamada (7):
kbuild: deb-pkg: make debian source package working again
kbuild: deb-pkg: do not take KERNELRELEASE from the source version
kbuild: deb-pkg: set CROSS_COMPILE only when undefined
kbuild: deb-pkg: split image and debug objects staging out into functions
kbuild: deb-pkg: use dh_listpackages to know enabled packages
kbuild: rpm-pkg: move source components to rpmbuild/SOURCES
kbuild: use git-archive for source package creation

Tzafrir Cohen (1):
Makefile: Make kernelrelease target work with M=

.gitignore | 1 +
Makefile | 11 +-
scripts/.gitignore | 1 -
scripts/Makefile | 2 +-
scripts/Makefile.package | 148 ++++++-----
scripts/check-git | 14 ++
scripts/kallsyms.c | 1 +
scripts/kconfig/confdata.c | 6 +-
scripts/list-gitignored.c | 1057
------------------------------------------------------------------------------
scripts/package/builddeb | 269 ++++++++++----------
scripts/package/deb-build-option | 14 +-
scripts/package/gen-diff-patch | 44 ++++
scripts/package/mkdebian | 23 +-
scripts/package/mkspec | 22 +-
scripts/setlocalversion | 45 +++-
15 files changed, 358 insertions(+), 1300 deletions(-)
create mode 100755 scripts/check-git
delete mode 100644 scripts/list-gitignored.c
create mode 100755 scripts/package/gen-diff-patch


--
Best Regards
Masahiro Yamada