mbox series

[GIT,PULL] Kbuild fixes for v4.19-rc8

Message ID CAK7LNAQHYH-SM+fZ0PkLYYCpeHZ-yYDKQpFeJKb7BCR7LtCr0A@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Kbuild fixes for v4.19-rc8 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git

Message

Masahiro Yamada Oct. 11, 2018, 3:32 p.m. UTC
Hi Greg,

Please pull a couple of Kbuild fixes.

Thanks.



The following changes since commit 11da3a7f84f19c26da6f86af878298694ede0804:

  Linux 4.19-rc3 (2018-09-09 17:26:43 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-fixes-v4.19-2

for you to fetch changes up to 5318321d367c21ca1fe9eb00caefc239c938750a:

  samples: disable CONFIG_SAMPLES for UML (2018-10-11 02:15:46 +0900)

----------------------------------------------------------------
Kbuild fixes for v4.19 (2nd)

 - Fix warnings from recordmcount.pl when building with Clang

 - Allow Clang to use GNU toolchains correctly

 - Disable CONFIG_SAMPLES for UML to avoid build error

----------------------------------------------------------------
Joel Stanley (1):
      ftrace: Build with CPPFLAGS to get -Qunused-arguments

Masahiro Yamada (1):
      samples: disable CONFIG_SAMPLES for UML

Stefan Agner (1):
      kbuild: allow to use GCC toolchain not in Clang search path

 Makefile               | 8 +++++---
 samples/Kconfig        | 1 +
 scripts/Makefile.build | 2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)

Comments

Greg KH Oct. 11, 2018, 5:45 p.m. UTC | #1
On Fri, Oct 12, 2018 at 12:32:55AM +0900, Masahiro Yamada wrote:
> Hi Greg,
> 
> Please pull a couple of Kbuild fixes.
> 
> Thanks.
> 
> 
> 
> The following changes since commit 11da3a7f84f19c26da6f86af878298694ede0804:
> 
>   Linux 4.19-rc3 (2018-09-09 17:26:43 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
> tags/kbuild-fixes-v4.19-2

Now merged, thanks.

greg k-h