mbox series

[GIT,PULL] Kbuild fixes for v5.3-rc3

Message ID CAK7LNAQNSjKcanh78mEJWeyO81xz9qBJ=_u=Dcqx+YcaT9pZig@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Kbuild fixes for v5.3-rc3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git

Message

Masahiro Yamada Aug. 4, 2019, 4:07 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Aug. 4, 2019, 5:20 p.m. UTC | #1
The pull request you sent on Mon, 5 Aug 2019 01:07:14 +0900:

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

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

Thank you!