mbox series

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

Message ID CAK7LNARH1PPARMD31mECPFs86j8o1MSDTrwahdavDm-C3Dg_sA@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Kbuild fixes for v6.3-rc3 | expand

Pull-request

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

Message

Masahiro Yamada March 18, 2023, 3:45 p.m. UTC
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

Comments

Linus Torvalds March 18, 2023, 6:57 p.m. UTC | #1
On Sat, Mar 18, 2023 at 8:46 AM Masahiro Yamada <masahiroy@kernel.org> wrote:
>
> Please pull Kbuild fixes.
> This removes scripts/list-gitignored.
> I hope you will be happy with it.

Woohoo. Looking good.

Thanks,
          Linus
pr-tracker-bot@kernel.org March 18, 2023, 7:01 p.m. UTC | #2
The pull request you sent on Sun, 19 Mar 2023 00:45:59 +0900:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/534293368afa1a953c283310b82e4dc58309d51e

Thank you!