Hi Linus, Please pull a little more Kbuild fixes. Thanks. The following changes since commit f17b5f06cb92ef2250513a1e154c47b78df07d40: Linux 5.0-rc4 (2019-01-27 15:18:05 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git tags/kbuild-fixes-v5.0-2 for you to fetch changes up to 207a369e3c085799e7836221f64e7a7329985fb6: sh: fix build error for invisible CONFIG_BUILTIN_DTB_SOURCE (2019-02-13 23:29:42 +0900) ---------------------------------------------------------------- Kbuild fixes for v5.0 (2nd) - fix scripts/kallsyms.c to correctly check too long symbol names - fix sh build error for the combination of CONFIG_OF_EARLY_FLATTREE=y and CONFIG_USE_BUILTIN_DTB=n ---------------------------------------------------------------- Eugene Loh (1): kallsyms: Handle too long symbols in kallsyms.c Masahiro Yamada (1): sh: fix build error for invisible CONFIG_BUILTIN_DTB_SOURCE arch/sh/boot/dts/Makefile | 2 +- scripts/kallsyms.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) -- Best Regards Masahiro Yamada