linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Masahiro Yamada <yamada.masahiro@socionext.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Kbuild mailing list <linux-kbuild@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	masahiroy@kernel.org
Subject: [GIT PULL] more Kbuild updates for v5.1
Date: Mon, 18 Mar 2019 00:59:54 +0900	[thread overview]
Message-ID: <CAK7LNATgAf-xiFFtMHYvOR91iNwQbiWaZxZCN-EKPKRpK57XuA@mail.gmail.com> (raw)

Hi Linus,

Here are late Kbuild updates for v5.1-rc1
Please pull!



The following changes since commit 5453a3df2a5eb49bc24615d4cf0d66b2aae05e5f:

  Merge tag 'kconfig-v5.1' of
git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
(2019-03-13 10:06:28 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-v5.1-2

for you to fetch changes up to c71bb9f8666602a22aee9df36a2df35e47edd8cc:

  kconfig: remove stale lxdialog/.gitignore (2019-03-17 15:47:02 +0900)

----------------------------------------------------------------
Kbuild updates for v5.1 (2nd)

 - add more Build-Depends to Debian source package

 - prefix header search paths with $(srctree)/

 - make modpost show verbose section mismatch warnings

 - avoid hard-coded CROSS_COMPILE for h8300

 - fix regression for Debian make-kpkg command

 - add semantic patch to detect missing put_device()

 - fix some warnings of 'make deb-pkg'

 - optimize NOSTDINC_FLAGS evaluation

 - add warnings about redundant generic-y

 - clean up Makefiles and scripts

----------------------------------------------------------------
Arseny Maslennikov (1):
      kbuild: deb-pkg: avoid implicit effects

Douglas Anderson (2):
      kbuild: Make NOSTDINC_FLAGS a simply expanded variable
      Revert "modsign: Abort modules_install when signing fails"

Masahiro Yamada (14):
      libfdt: prefix header search paths with $(srctree)/
      ia64: prefix header search path with $(srctree)/
      modpost: always show verbose warning for section mismatch
      kbuild: move archive command to scripts/Makefile.lib
      h8300: use cc-cross-prefix instead of hardcoding h8300-unknown-linux-
      unicore32: simplify linker script generation for decompressor
      kbuild: source include/config/auto.conf instead of ${KCONFIG_CONFIG}
      kbuild: add workaround for Debian make-kpkg
      kbuild: deb-pkg: add CONFIG_ prefix to kernel config options
      kbuild: deb-pkg: introduce is_enabled and if_enabled_echo to builddeb
      kbuild: pkg: grep include/config/auto.conf instead of $KCONFIG_CONFIG
      kbuild: warn redundant generic-y
      kbuild: force all architectures except um to include mandatory-y
      kconfig: remove stale lxdialog/.gitignore

Riku Voipio (1):
      deb-pkg: generate correct build dependencies

Wen Yang (1):
      coccinelle: semantic code search for missing put_device()

 Documentation/kbuild/makefiles.txt                      |  2 +-
 Makefile                                                | 18 ++++++--
 arch/alpha/include/uapi/asm/Kbuild                      |  2 -
 arch/arc/include/uapi/asm/Kbuild                        |  2 -
 arch/arm/include/asm/Kbuild                             |  1 -
 arch/arm/include/uapi/asm/Kbuild                        |  1 -
 arch/arm64/include/uapi/asm/Kbuild                      |  1 -
 arch/c6x/include/uapi/asm/Kbuild                        |  2 -
 arch/csky/include/uapi/asm/Kbuild                       |  2 -
 arch/h8300/Makefile                                     |  2 +-
 arch/h8300/include/asm/Kbuild                           |  1 -
 arch/h8300/include/uapi/asm/Kbuild                      |  2 -
 arch/hexagon/include/uapi/asm/Kbuild                    |  2 -
 arch/ia64/include/uapi/asm/Kbuild                       |  3 --
 arch/ia64/sn/kernel/Makefile                            |  2 +-
 arch/ia64/sn/kernel/sn2/Makefile                        |  2 -
 arch/ia64/sn/pci/Makefile                               |  2 -
 arch/ia64/sn/pci/pcibr/Makefile                         |  2 +-
 arch/m68k/include/uapi/asm/Kbuild                       |  2 -
 arch/microblaze/include/uapi/asm/Kbuild                 |  2 -
 arch/mips/include/uapi/asm/Kbuild                       |  2 -
 arch/nds32/include/uapi/asm/Kbuild                      |  2 -
 arch/nios2/include/uapi/asm/Kbuild                      |  2 -
 arch/openrisc/include/asm/Kbuild                        |  2 -
 arch/openrisc/include/uapi/asm/Kbuild                   |  2 -
 arch/parisc/include/asm/Kbuild                          |  2 -
 arch/parisc/include/uapi/asm/Kbuild                     |  2 -
 arch/powerpc/include/asm/Kbuild                         |  1 -
 arch/powerpc/include/uapi/asm/Kbuild                    |  2 -
 arch/riscv/include/uapi/asm/Kbuild                      |  1 -
 arch/s390/boot/Makefile                                 |  3 --
 arch/s390/include/asm/Kbuild                            |  1 -
 arch/s390/include/uapi/asm/Kbuild                       |  2 -
 arch/sh/include/uapi/asm/Kbuild                         |  1 -
 arch/sparc/include/uapi/asm/Kbuild                      |  2 -
 arch/unicore32/boot/compressed/Makefile                 |  5 +--
 .../boot/compressed/{vmlinux.lds.in => vmlinux.lds.S}   |  0
 arch/unicore32/include/uapi/asm/Kbuild                  |  2 -
 arch/x86/include/uapi/asm/Kbuild                        |  3 --
 arch/xtensa/include/asm/Kbuild                          |  1 -
 arch/xtensa/include/uapi/asm/Kbuild                     |  3 --
 include/asm-generic/Kbuild                              |  5 +++
 include/uapi/asm-generic/{Kbuild.asm => Kbuild}         |  4 +-
 lib/Makefile                                            |  2 +-
 scripts/Makefile.asm-generic                            | 11 +++++
 scripts/Makefile.build                                  |  6 +--
 scripts/Makefile.lib                                    |  6 +++
 scripts/Makefile.modinst                                |  2 +-
 scripts/Makefile.modpost                                |  1 -
 scripts/adjust_autoksyms.sh                             |  9 +---
 scripts/coccinelle/free/put_device.cocci                | 56
++++++++++++++++++++++++
 scripts/kconfig/lxdialog/.gitignore                     |  4 --
 scripts/link-vmlinux.sh                                 |  9 +---
 scripts/mod/modpost.c                                   | 27 +++---------
 scripts/package/builddeb                                | 32 ++++++++------
 scripts/package/buildtar                                |  2 +-
 scripts/package/mkdebian                                | 39 ++++++++++-------
 57 files changed, 153 insertions(+), 156 deletions(-)
 rename arch/unicore32/boot/compressed/{vmlinux.lds.in => vmlinux.lds.S} (100%)
 create mode 100644 include/asm-generic/Kbuild
 rename include/uapi/asm-generic/{Kbuild.asm => Kbuild} (87%)
 create mode 100644 scripts/coccinelle/free/put_device.cocci
 delete mode 100644 scripts/kconfig/lxdialog/.gitignore


-- 
Best Regards
Masahiro Yamada

             reply	other threads:[~2019-03-17 16:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-17 15:59 Masahiro Yamada [this message]
2019-03-17 20:50 ` [GIT PULL] more Kbuild updates for v5.1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAK7LNATgAf-xiFFtMHYvOR91iNwQbiWaZxZCN-EKPKRpK57XuA@mail.gmail.com \
    --to=yamada.masahiro@socionext.com \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=masahiroy@kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).