mbox series

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

Message ID CAK7LNAScdn6BuvdrVhW=We50f8_618+hh72d2q6rZbSP1u5Abg@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Kbuild fixes for v5.4-rc4 | expand

Pull-request

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

Message

Masahiro Yamada Oct. 20, 2019, 4:17 p.m. UTC
Hi Linus,

Please pull some Kbuild fixes. Thanks.



The following changes since commit 4f5cafb5cb8471e54afdc9054d973535614f7675:

  Linux 5.4-rc3 (2019-10-13 16:37:36 -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-2

for you to fetch changes up to 700dea5a0bea9f64eba89fae7cb2540326fdfdc1:

  kheaders: substituting --sort in archive creation (2019-10-17 09:08:19 +0900)

----------------------------------------------------------------
Kbuild fixes for v5.4 (2nd)

 - fix a bashism of setlocalversion

 - do not use the too new --sort option of tar

----------------------------------------------------------------
Dmitry Goldin (1):
      kheaders: substituting --sort in archive creation

Masahiro Yamada (1):
      kbuild: update comment about KBUILD_ALLDIRS

Randy Dunlap (1):
      scripts: setlocalversion: fix a bashism

 Makefile                |  2 +-
 kernel/gen_kheaders.sh  | 11 +++++++----
 scripts/setlocalversion |  2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 20, 2019, 4:50 p.m. UTC | #1
The pull request you sent on Mon, 21 Oct 2019 01:17:57 +0900:

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

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

Thank you!