[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK7LNAQNSjKcanh78mEJWeyO81xz9qBJ=_u=Dcqx+YcaT9pZig@mail.gmail.com>
Date: Mon, 5 Aug 2019 01:07:14 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: masahiroy@...nel.org,
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.3-rc3
Hi Linus,
Please pull some more Kbuild fixes.
Thanks!
The following changes since commit 609488bc979f99f805f34e9a32c1e3b71179d10b:
Linux 5.3-rc2 (2019-07-28 12:47:02 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-fixes-v5.3-2
for you to fetch changes up to 0c5b6c28ed68becb692b43eae5e44d5aa7e160ce:
kconfig: Clear "written" flag to avoid data loss (2019-08-04 12:44:15 +0900)
----------------------------------------------------------------
Kbuild fixes for v5.3 (2nd)
- detect missing missing "WITH Linux-syscall-note" for uapi headers
- fix needless rebuild when using Clang
- fix false-positive cc-option in Kconfig when using Clang
- avoid including corrupted .*.cmd files in the modpost stage
- fix warning of 'make vmlinux'
- fix {m,n,x,g}config to not generate the broken .config on the second
save operation.
- some trivial Makefile fixes
----------------------------------------------------------------
M. Vefa Bicakci (1):
kconfig: Clear "written" flag to avoid data loss
Masahiro Yamada (7):
kbuild: detect missing "WITH Linux-syscall-note" for uapi headers
kbuild: initialize CLANG_FLAGS correctly in the top Makefile
kbuild: modpost: include .*.cmd files only when targets exist
kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modules
kbuild: modpost: remove unnecessary dependency for __modpost
kbuild: modpost: do not parse unnecessary rules for vmlinux modpost
lib/raid6: fix unnecessary rebuild of vpermxor*.c
Stephen Boyd (1):
kbuild: Check for unknown options with cc-option usage in
Kconfig and clang
Makefile | 3 +-
lib/raid6/Makefile | 2 +-
scripts/Kconfig.include | 2 +-
scripts/Makefile.modpost | 82
+++++++++++++++++++++++++-----------------------
scripts/headers_install.sh | 6 ++++
scripts/kconfig/confdata.c | 4 +++
scripts/link-vmlinux.sh | 2 +-
7 files changed, 58 insertions(+), 43 deletions(-)
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists