mbox series

[GIT,PULL] Kbuild fixes for v4.20-rc2

Message ID CAK7LNASb25Js1sDLmRsfKrEyimat7-fETn-MEDGJtfQ9EfgUbw@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Kbuild fixes for v4.20-rc2 | expand

Pull-request

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

Message

Masahiro Yamada Nov. 11, 2018, 5 p.m. UTC
Hi Linus,

Please pull Kbuild fixes.

Thanks!




The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-fixes-v4.20

for you to fetch changes up to d5615e472d23e854e96192103b6ae7977e705f01:

  builddeb: Fix inclusion of dtbs in debian package (2018-11-11 23:04:53 +0900)

----------------------------------------------------------------
Kbuild fixes for v4.20

 - fix build errors in binrpm-pkg and bindeb-pkg targets

 - fix false positive matches in merge_config.sh

 - fix build version mismatch in deb-pkg target

 - fix dtbs_install handling in (bin)deb-pkg target

 - revert a commit that allows setlocalversion to write to source tree

----------------------------------------------------------------
Guenter Roeck (1):
      Revert "scripts/setlocalversion: git: Make -dirty check more robust"

Masahiro Yamada (4):
      kbuild: rpm-pkg: fix binrpm-pkg breakage when O= is used
      kbuild: deb-pkg: fix bindeb-pkg breakage when O= is used
      kconfig: merge_config: avoid false positive matches from comment lines
      kbuild: deb-pkg: fix too low build version number

Rob Herring (1):
      builddeb: Fix inclusion of dtbs in debian package

 scripts/kconfig/merge_config.sh |  7 ++++---
 scripts/package/builddeb        |  6 +++---
 scripts/package/mkdebian        |  7 +++++--
 scripts/package/mkspec          | 11 ++++++-----
 scripts/setlocalversion         |  2 +-
 5 files changed, 19 insertions(+), 14 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 11, 2018, 11:10 p.m. UTC | #1
The pull request you sent on Mon, 12 Nov 2018 02:00:27 +0900:

> git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git tags/kbuild-fixes-v4.20

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

Thank you!