From patchwork Sun Nov 11 17:00:27 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 10677741 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 5F72813AD for ; Sun, 11 Nov 2018 17:01:17 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4BAF92A238 for ; Sun, 11 Nov 2018 17:01:17 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 400CD2A247; Sun, 11 Nov 2018 17:01:17 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 19AEC2A238 for ; Sun, 11 Nov 2018 17:01:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728323AbeKLCuS (ORCPT ); Sun, 11 Nov 2018 21:50:18 -0500 Received: from conssluserg-05.nifty.com ([210.131.2.90]:24133 "EHLO conssluserg-05.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729222AbeKLCuS (ORCPT ); Sun, 11 Nov 2018 21:50:18 -0500 Received: from mail-vs1-f52.google.com (mail-vs1-f52.google.com [209.85.217.52]) (authenticated) by conssluserg-05.nifty.com with ESMTP id wABH14p8002885; Mon, 12 Nov 2018 02:01:04 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-05.nifty.com wABH14p8002885 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1541955665; bh=75ORlgavqN1w3O3MMWTjnP8BCuZ4aPvPbtpjuHVki0w=; h=From:Date:Subject:To:Cc:From; b=r7tCVcL5J5pSwcuLAKtImbo4FaaZnYgsoflIT0Wj4GLcAygq173Ms3NoI7YawSQL/ Ji30O7+CYa2+pmTdImxkjgSUJmBlwouXp4KEg/JzQwY5rg7pZb5zf1PWupd2dQJQ4E NGf08VOYYLn20AepEfEgM4ESUAuLF9q7+czN+trIHDJgSg0YI5zQYAB9wCSW2DMPdj arVqa9CRsI5JufBhOo7tzcVbNeq7bJWZ45Uq7PAZtwoMoLagmmblML68kw5NBJdSvi lkGROwTNS3vcnI5EnTikFszyf3U+xvSWEUT0FPAvtEgiVBOXjnpdbxm8MQdxAgTp4P PMHNrJq3DCe/g== X-Nifty-SrcIP: [209.85.217.52] Received: by mail-vs1-f52.google.com with SMTP id p74so3816265vsc.0; Sun, 11 Nov 2018 09:01:04 -0800 (PST) X-Gm-Message-State: AGRZ1gJBz0yzSEK6yIqkfxspDVNye79/03lzM8C7ujgwX7s+PndJ9pMK Os82Ff/LWSmDlafZtPZLz4paDVrUhsTBiJ0ft20= X-Google-Smtp-Source: AJdET5egBq3v+N/kfjtk4lblEyy+2+cpT9LmW+pAwjO0kTq8fAQgKrqDL0Pq7F2hkBHLhXp157CMzqva1xn3h3REI54= X-Received: by 2002:a67:5f03:: with SMTP id t3mr7130998vsb.155.1541955663409; Sun, 11 Nov 2018 09:01:03 -0800 (PST) MIME-Version: 1.0 From: Masahiro Yamada Date: Mon, 12 Nov 2018 02:00:27 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: [GIT PULL] Kbuild fixes for v4.20-rc2 To: Linus Torvalds Cc: Linux Kernel Mailing List , Linux Kbuild mailing list , masahiroy@kernel.org Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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(-)