From patchwork Wed May 8 14:47:39 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 10935965 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 B06EC1515 for ; Wed, 8 May 2019 14:48:39 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9BC602844C for ; Wed, 8 May 2019 14:48:39 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8F9C828928; Wed, 8 May 2019 14:48:39 +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 99FA62844C for ; Wed, 8 May 2019 14:48:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727211AbfEHOsa (ORCPT ); Wed, 8 May 2019 10:48:30 -0400 Received: from conssluserg-01.nifty.com ([210.131.2.80]:39246 "EHLO conssluserg-01.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727614AbfEHOs3 (ORCPT ); Wed, 8 May 2019 10:48:29 -0400 Received: from mail-ua1-f51.google.com (mail-ua1-f51.google.com [209.85.222.51]) (authenticated) by conssluserg-01.nifty.com with ESMTP id x48EmGpG024668; Wed, 8 May 2019 23:48:17 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-01.nifty.com x48EmGpG024668 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1557326897; bh=bvhIzKTBk7J7G5vBUDLEluKtD7GGfNPxDgXcxobOlIc=; h=From:Date:Subject:To:Cc:From; b=z43jXtqkgteM1xlmOkJyxm2un0WT+AhcpqisbhN5b06nPNrbJYTWQ0yNDMn6MHx0C dgPaCvJT+c/X3uIqK6gCF87MDimnk9PcrbjpXK/s/ft7vsfRlRQNXBi7/3+9niHh6I 5JE2Z3fbMpiaO5cvkCXMmpBdiV7iYVcmv1DcRWfzxOxbB63qyVJ6lUYaSP4JWTgrpq dXc/wUFUeGVz8z/+MfoI0OtVOR9klA9aGYJvj0lWe0DEUy6YOlJ/mMj6iBi1vRMjip pT1yjqD9d0mcqH/EQv//cS8ZI1zYXDL82Zjp/4cjnKkm+8KBl/OOsfv070icifoTrI yrb1NCEhjnIOw== X-Nifty-SrcIP: [209.85.222.51] Received: by mail-ua1-f51.google.com with SMTP id f9so7474935ual.1; Wed, 08 May 2019 07:48:16 -0700 (PDT) X-Gm-Message-State: APjAAAU3WnZ7zn3NWV/6Ge3+ffnaLT3m1M3dBA/GdsvgVWJTnSLs/SiP d5B7//Gnnu/fXmW/BPciI2FpcpHjgEHwjwtyClg= X-Google-Smtp-Source: APXvYqwUWCY6aKZnPtjSqhmvmAfR0yJMJ4bo5LR32qxpRyorxFmfisaUBe+2YkB18BzWwcd+ce0Re28cAa3bTUtMM8w= X-Received: by 2002:ab0:1309:: with SMTP id g9mr20917504uae.40.1557326895915; Wed, 08 May 2019 07:48:15 -0700 (PDT) MIME-Version: 1.0 From: Masahiro Yamada Date: Wed, 8 May 2019 23:47:39 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: [GIT PULL] Kbuild updates for v5.2 To: Linus Torvalds Cc: masahiroy@kernel.org, Linux Kbuild mailing list , Linux Kernel Mailing List 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 updates for v5.2 Thanks. The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6: Linux 5.1-rc3 (2019-03-31 14:39:29 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git tags/kbuild-v5.2 for you to fetch changes up to 7fb1fc420f3b1cb27cce5aa1050eb5d9161d0944: .gitignore: add more all*.config patterns (2019-05-08 09:47:46 +0900) ---------------------------------------------------------------- Kbuild updates for v5.2 - allow users to invoke 'make' out of the source tree - refactor scripts/mkmakefile - deprecate KBUILD_SRC, which was used to track the source tree location for O= build. - fix recordmcount.pl in case objdump output is localized - turn unresolved symbols in external modules to errors from warnings by default; pass KBUILD_MODPOST_WARN=1 to get them back to warnings - generate modules.builtin.modinfo to collect .modinfo data from built-in modules - misc Makefile cleanups ---------------------------------------------------------------- Alexey Gladkov (1): moduleparam: Save information about built-in modules in separate file Daniel Dadap (1): scripts: override locale from environment when running recordmcount.pl Masahiro Yamada (18): kbuild: move RETPOLINE flags below config-targets kbuild: fix warning "overriding recipe for target 'Makefile'" kbuild: pass $(MAKECMDGOALS) to sub-make as is kbuild: allow Kbuild to start from any directory kbuild: mkmakefile: do not check the generated Makefile marker kbuild: mkmakefile: generate a simple wrapper of top Makefile kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree build memory: squash drivers/memory/Makefile.asm-offsets kbuild: remove unneeded dependency for include/config/kernel.release kbuild: check arch/$(SRCARCH)/include/generated before out-of-tree build kbuild: move samples/ to KBUILD_VMLINUX_OBJS kbuild: move Documentation to vmlinux-alldirs samples: seccomp: turn CONFIG_SAMPLE_SECCOMP into a bool option samples: kobject: allow CONFIG_SAMPLE_KOBJECT to become y scripts/tags.sh: fix direct execution of scripts/tags.sh .gitignore: add leading and trailing slashes to generated directories Remove MODULE_ALIAS() calls that take undefined macro .gitignore: add more all*.config patterns Wiebe, Wladislav (Nokia - DE/Ulm) (1): modpost: make KBUILD_MODPOST_WARN also configurable for external modules .gitignore | 16 ++- Documentation/dontdiff | 1 + Documentation/kbuild/kbuild.txt | 5 + Makefile | 146 +++++++++++++++------------- arch/arm/plat-omap/dma.c | 1 - drivers/clocksource/timer-ti-dm.c | 1 - drivers/memory/Makefile | 7 +- drivers/memory/Makefile.asm-offsets | 4 - drivers/mfd/omap-usb-tll.c | 1 - include/asm-generic/vmlinux.lds.h | 1 + include/linux/module.h | 1 + include/linux/moduleparam.h | 12 +-- samples/Kconfig | 7 +- samples/Makefile | 2 +- samples/seccomp/Makefile | 2 +- scripts/Makefile.build | 2 +- scripts/Makefile.host | 2 +- scripts/Makefile.lib | 2 +- scripts/Makefile.modbuiltin | 2 +- scripts/Makefile.modpost | 2 +- scripts/gdb/linux/Makefile | 2 +- scripts/link-vmlinux.sh | 3 + scripts/mkmakefile | 26 +---- scripts/recordmcount.pl | 2 +- scripts/tags.sh | 2 +- 25 files changed, 128 insertions(+), 124 deletions(-) delete mode 100644 drivers/memory/Makefile.asm-offsets