[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK7LNATfEXPreAvHcLdzBrRX8ucYWM7t4_VxSLTLdcxPxVaU-Q@mail.gmail.com>
Date: Sun, 16 Apr 2023 20:34:10 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] Kbuild fixes for v6.3-rc7
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(-)
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists