mbox series

[GIT,PULL] Kbuild fixes for v5.4-rc2

Message ID CAK7LNATpmqt57w9m1keLKu4Y0zbvWjJX8SWqKC6b6mj-23Y0xg@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Kbuild fixes for v5.4-rc2 | expand

Pull-request

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

Message

Masahiro Yamada Oct. 5, 2019, 8:21 a.m. UTC
Hi Linus,

Please pull Kbuild fixes for v5.4-rc2.
Thanks.



The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -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.4

for you to fetch changes up to 86cdd2fdc4e39c388d39c7ba2396d1a9dfd66226:

  kheaders: make headers archive reproducible (2019-10-05 15:29:49 +0900)

----------------------------------------------------------------
Kbuild fixes for v5.4

 - remove unneeded ar-option and KBUILD_ARFLAGS

 - remove long-deprecated SUBDIRS

 - fix modpost to suppress false-positive warnings for UML builds

 - fix namespace.pl to handle relative paths to ${objtree}, ${srctree}

 - make setlocalversion work for /bin/sh

 - make header archive reproducible

 - fix some Makefiles and documents

----------------------------------------------------------------
Alex Gaynor (1):
      kbuild: correct formatting of header in kbuild module docs

Dmitry Goldin (1):
      kheaders: make headers archive reproducible

Jacob Keller (1):
      namespace: fix namespace.pl script to support relative paths

Masahiro Yamada (10):
      kbuild: remove ar-option and KBUILD_ARFLAGS
      kbuild: remove SUBDIRS support
      modpost: fix static EXPORT_SYMBOL warnings for UML build
      integrity: remove unneeded, broken attempt to add -fshort-wchar
      integrity: remove pointless subdir-$(CONFIG_...)
      video/logo: remove unneeded *.o pattern from clean-files
      video/logo: do not generate unneeded logo C files
      scripts/setlocalversion: clear local variable to make it work for sh
      kbuild: two minor updates for Documentation/kbuild/modules.rst
      kbuild: update compile-test header list for v5.4-rc2

 Documentation/kbuild/makefiles.rst           |  5 -----
 Documentation/kbuild/modules.rst             |  7 +++---
 Documentation/kbuild/reproducible-builds.rst | 13 +++++++----
 Makefile                                     | 24 ++-------------------
 arch/powerpc/boot/Makefile                   |  2 +-
 drivers/video/logo/Makefile                  | 21 ++----------------
 kernel/gen_kheaders.sh                       |  5 ++++-
 scripts/Kbuild.include                       |  5 -----
 scripts/Makefile.build                       |  2 +-
 scripts/Makefile.lib                         |  2 +-
 scripts/mod/modpost.c                        | 13 +++++++----
 scripts/namespace.pl                         | 13 +++++------
 scripts/setlocalversion                      |  2 +-
 security/integrity/Makefile                  |  3 ---
 usr/include/Makefile                         | 10 ---------
 15 files changed, 41 insertions(+), 86 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 5, 2019, 8:05 p.m. UTC | #1
The pull request you sent on Sat, 5 Oct 2019 17:21:15 +0900:

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

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

Thank you!