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: masahiroy@kernel.org,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux Kbuild mailing list <linux-kbuild@vger.kernel.org>
Subject: [GIT PULL] Kbuild fixes for v5.1-rc3
Date: Fri, 29 Mar 2019 23:12:30 +0900	[thread overview]
Message-ID: <CAK7LNATH0b3ANTYa59b+AqY73LKON0=Xr73NgZGuJbWYgYDSDA@mail.gmail.com> (raw)

Hi Linus,

Please pull some Kbuild fixes.
Thanks.


The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the git repository at:

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

for you to fetch changes up to 9c38f1f044080392603c497ecca4d7d09876ff99:

  kconfig/[mn]conf: handle backspace (^H) key (2019-03-29 22:48:01 +0900)

----------------------------------------------------------------
Kbuild fixes for v5.1

 - Remove harmful -Oz option of Clang

 - Get back the original behavior (no recursion for in-tree build)
   for GNU Make 4.x

 - Some minor fixes for coccinelle patches

 - Do not overwrite .gitignore in the output directory in case
   it is version-controlled

 - Fix missed record-mcount bug for dynamic ftrace

 - Fix endianness bug in modversions for relative CRC

 - Cater to '^H' key code in Kconfig ncurses programs

----------------------------------------------------------------
Changbin Du (1):
      kconfig/[mn]conf: handle backspace (^H) key

Fredrik Noring (1):
      kbuild: modversions: Fix relative CRC byte order interpretation

Joe Lawrence (1):
      kbuild: strip whitespace in cmd_record_mcount findstring

Masahiro Yamada (3):
      kbuild: skip sub-make for in-tree build with GNU Make 4.x
      kbuild: skip parsing pre sub-make code for recursion
      kbuild: do not overwrite .gitignore in output directory

Matthias Kaehlcke (1):
      Revert "kbuild: use -Oz instead of -Os when using clang"

Michael Stefaniuc (1):
      scripts: coccinelle: Fix description of badty.cocci

Wen Yang (1):
      coccinelle: put_device: reduce false positives

 Makefile                                 | 43
+++++++++++++++++++++------------------
 scripts/Makefile.build                   |  7 ++-----
 scripts/coccinelle/free/put_device.cocci |  1 +
 scripts/coccinelle/misc/badty.cocci      |  2 +-
 scripts/kconfig/lxdialog/inputbox.c      |  3 ++-
 scripts/kconfig/nconf.c                  |  2 +-
 scripts/kconfig/nconf.gui.c              |  3 ++-
 scripts/mod/modpost.c                    |  2 +-
 8 files changed, 33 insertions(+), 30 deletions(-)


-- 
Best Regards
Masahiro Yamada

             reply	other threads:[~2019-03-29 14:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-29 14:12 Masahiro Yamada [this message]
2019-03-29 21:50 ` [GIT PULL] Kbuild fixes for v5.1-rc3 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='CAK7LNATH0b3ANTYa59b+AqY73LKON0=Xr73NgZGuJbWYgYDSDA@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).