mbox series

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

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

Pull-request

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

Message

Masahiro Yamada April 16, 2023, 11:34 a.m. UTC
Hello Linus,

Please pull some more Kbuild fixes.
Thank you.



The following changes since commit 7e364e56293bb98cae1b55fd835f5991c4e96e7d:

  Linux 6.3-rc5 (2023-04-02 14:29:29 -0700)

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-3

for you to fetch changes up to 3c65a2704cdd2a0cd0766352e587bae4a6268155:

  kbuild: do not create intermediate *.tar for tar packages
(2023-04-16 17:38:41 +0900)

----------------------------------------------------------------
Kbuild fixes for v6.3 (3rd)

 - Drop debug info from purgatory objects again

 - Document that kernel.org provides prebuilt LLVM toolchains

 - Give up handling untracked files for source package builds

 - Avoid creating corrupted cpio when KBUILD_BUILD_TIMESTAMP is given
   with a pre-epoch data.

 - Change panic_show_mem() to a macro to handle variable-length argument

 - Compress tarballs on-the-fly again

----------------------------------------------------------------
Alyssa Ross (1):
      purgatory: fix disabling debug info

Benjamin Gray (2):
      initramfs: Check negative timestamp to prevent broken cpio archive
      init/initramfs: Fix argument forwarding to panic() in panic_show_mem()

Masahiro Yamada (4):
      kbuild: give up untracked files for source package builds
      kbuild: merge cmd_archive_linux and cmd_archive_perf
      kbuild: do not create intermediate *.tar for source tarballs
      kbuild: do not create intermediate *.tar for tar packages

Nathan Chancellor (1):
      Documentation/llvm: Add a note about prebuilt kernel.org toolchains

 Documentation/kbuild/llvm.rst  |   4 ++
 arch/riscv/purgatory/Makefile  |   7 +--
 arch/x86/purgatory/Makefile    |   3 +-
 init/initramfs.c               |  11 +----
 scripts/Makefile.package       |  64 ++++++++++++-------------
 scripts/package/gen-diff-patch |  62 +++++++++++--------------
 scripts/package/mkdebian       | 103 +++++++++++++++++++++++------------------
 scripts/package/mkspec         |  11 +----
 usr/gen_init_cpio.c            |  12 +++--
 9 files changed, 138 insertions(+), 139 deletions(-)

Comments

pr-tracker-bot@kernel.org April 16, 2023, 5:43 p.m. UTC | #1
The pull request you sent on Sun, 16 Apr 2023 20:34:10 +0900:

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

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

Thank you!