[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK7LNATqcLBbLVn5Ft+1-m_uC5WC=9HAx2orbopsOJnZ7SRgqQ@mail.gmail.com>
Date: Sat, 13 Mar 2021 20:53:01 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>
Subject: [GIT PULL] Kbuild fixes for v5.12-rc3
Hi Linus,
Please pull Kbuild fixes.
Thanks.
The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-fixes-v5.12-2
for you to fetch changes up to bcbcf50f521843445c9ea320a0569874f88c4b7a:
kbuild: fix ld-version.sh to not be affected by locale (2021-03-13
11:12:13 +0900)
----------------------------------------------------------------
Kbuild fixes for v5.12 (2nd)
- avoid 'make image_name' invoking syncconfig
- fix a couple of bugs in scripts/dummy-tools.
- fix LLD_VENDOR and locale issues in scripts/ld-version.sh
- rebuild GCC plugins when the compiler is upgraded
- allow LTO to be enabled with KASAN_HW_TAGS
- allow LTO to be enabled without LLVM=1
----------------------------------------------------------------
Bernhard Rosenkränzer (1):
kbuild: Fix ld-version.sh script if LLD was built with LLD_VENDOR
Jiri Slaby (2):
kbuild: dummy-tools: fix inverted tests for gcc
kbuild: dummy-tools: support MPROFILE_KERNEL checks for ppc
Masahiro Yamada (7):
kbuild: add image_name to no-sync-config-targets
kbuild: rebuild GCC plugins when the compiler is upgraded
kbuild: dummy-tools: adjust to scripts/cc-version.sh
kbuild: remove unneeded -O option to dtc
kbuild: remove LLVM=1 test from HAS_LTO_CLANG
kbuild: remove meaningless parameter to $(call if_changed_rule,dtc)
kbuild: fix ld-version.sh to not be affected by locale
Sami Tolvanen (1):
kbuild: Allow LTO to be selected with KASAN_HW_TAGS
Makefile | 4 +++-
arch/Kconfig | 3 +--
include/linux/compiler-version.h | 14 ++++++++++++++
include/linux/kconfig.h | 2 --
init/Kconfig | 8 ++++----
scripts/Makefile.lib | 4 ++--
scripts/dummy-tools/gcc | 18 ++++++++++++++++--
scripts/gcc-plugins/Makefile | 1 +
scripts/ld-version.sh | 22 ++++++++++++++--------
9 files changed, 55 insertions(+), 21 deletions(-)
create mode 100644 include/linux/compiler-version.h
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists