linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Kbuild fixes for v6.3-rc3
@ 2023-03-18 15:45 Masahiro Yamada
  2023-03-18 18:57 ` Linus Torvalds
  2023-03-18 19:01 ` pr-tracker-bot
  0 siblings, 2 replies; 3+ messages in thread
From: Masahiro Yamada @ 2023-03-18 15:45 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kbuild mailing list, Linux Kernel Mailing List

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] Kbuild fixes for v6.3-rc3
  2023-03-18 15:45 [GIT PULL] Kbuild fixes for v6.3-rc3 Masahiro Yamada
@ 2023-03-18 18:57 ` Linus Torvalds
  2023-03-18 19:01 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Torvalds @ 2023-03-18 18:57 UTC (permalink / raw)
  To: Masahiro Yamada; +Cc: Linux Kbuild mailing list, Linux Kernel Mailing List

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] Kbuild fixes for v6.3-rc3
  2023-03-18 15:45 [GIT PULL] Kbuild fixes for v6.3-rc3 Masahiro Yamada
  2023-03-18 18:57 ` Linus Torvalds
@ 2023-03-18 19:01 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2023-03-18 19:01 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Linus Torvalds, Linux Kbuild mailing list, Linux Kernel Mailing List

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-18 19:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-18 15:45 [GIT PULL] Kbuild fixes for v6.3-rc3 Masahiro Yamada
2023-03-18 18:57 ` Linus Torvalds
2023-03-18 19:01 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).