Hi Linus, Please pull Kbuild fixes. Thanks. The following changes since commit 31f4f5b495a62c9a8b15b1c3581acd5efeb9af8c: Linux 5.4-rc7 (2019-11-10 16:17:15 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git kbuild-fixes-v5.4-3 for you to fetch changes up to 80591e61a0f7e88deaada69844e4a31280c4a38f: kbuild: tell sparse about the $ARCH (2019-11-15 00:13:23 +0900) ---------------------------------------------------------------- Kbuild fixes for v5.4 (3rc) - fix build error when compiling SPARC VDSO with CONFIG_COMPAT=y - pass correct --arch option to Sparse ---------------------------------------------------------------- Luc Van Oostenryck (1): kbuild: tell sparse about the $ARCH Masahiro Yamada (1): sparc: vdso: fix build error of vdso32 Makefile | 3 +++ arch/sparc/vdso/Makefile | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) -- Best Regards Masahiro Yamada