From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751697AbdINO5a (ORCPT ); Thu, 14 Sep 2017 10:57:30 -0400 Received: from conssluserg-01.nifty.com ([210.131.2.80]:44974 "EHLO conssluserg-01.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751444AbdINO52 (ORCPT ); Thu, 14 Sep 2017 10:57:28 -0400 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-01.nifty.com v8EEvC6T027797 X-Nifty-SrcIP: [209.85.161.173] X-Google-Smtp-Source: ADKCNb5HOc31CopcMHkMNfGcSL2T60nbw/sQJn8rDo1Hs8DfwST9XGOl2lsXy6n+0nRqbccIRCT/3/1ienTGWhXfql0= MIME-Version: 1.0 From: Masahiro Yamada Date: Thu, 14 Sep 2017 23:56:31 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: [GIT PULL] Kbuild updates for v4.14 To: Linus Torvalds Cc: Linux Kernel Mailing List , Linux Kbuild mailing list Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Here are Kbuild updates for v4.14. Please pull! The following changes since commit aae4e7a8bc44722fe70d58920a36916b1043195e: Linux 4.13-rc4 (2017-08-06 18:44:49 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git tags/kbuild-v4.14 for you to fetch changes up to 77780f799e66cd261746a281dbbef1ee0c6997cd: kbuild: buildtar: do not print successful message if tar returns error (2017-09-13 00:20:33 +0900) ---------------------------------------------------------------- Kbuild updates for v4.14 - Use Make-builtin $(abspath ...) helper to get absolute path - Add W=2 extra warning option to detect unused macros - Use more KCONFIG_CONFIG instead hard-coded .config - Fix bugs of tar*-pkg targets ---------------------------------------------------------------- Johannes Thumshirn (1): Kbuild: enable -Wunused-macros warning for "make W=2" Masahiro Yamada (3): kbuild: use $(abspath ...) instead of $(shell cd ... && /bin/pwd) kbuild: buildtar: fix tar error when CONFIG_MODULES is disabled kbuild: buildtar: do not print successful message if tar returns error Nicolas Porcel (1): kbuild: Use KCONFIG_CONFIG in buildtar Makefile | 12 ++++++------ scripts/Makefile.extrawarn | 1 + scripts/gdb/linux/Makefile | 2 +- scripts/package/buildtar | 36 +++++++++++++++++------------------- tools/power/cpupower/Makefile | 2 +- tools/scripts/Makefile.include | 6 +++--- 6 files changed, 29 insertions(+), 30 deletions(-) -- Best Regards Masahiro Yamada