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(-) -- Best Regards Masahiro Yamada