On Wed, 21 Jun 2017 13:56:55 +0800 kbuild test robot <fengguang.wu@xxxxxxxxx> wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git thin-ar > head: 0bae3a17f25c189d5d6ddece12a1a9d1a9040cc2 > commit: 0bae3a17f25c189d5d6ddece12a1a9d1a9040cc2 [6/6] kbuild: thin archives make default for all archs > config: tile-tilegx_defconfig (attached as .config) > compiler: tilegx-linux-gcc (GCC) 4.6.2 > reproduce: > wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > git checkout 0bae3a17f25c189d5d6ddece12a1a9d1a9040cc2 > # save the attached .config to linux build tree > make.cross ARCH=tile > > All errors (new ones prefixed by >>): > > arch/tile/kernel/signal.o: In function `setup_rt_frame': > >> arch/tile/kernel/signal.c:181: undefined reference to `__vdso_rt_sigreturn' > arch/tile/kernel/signal.c:182: undefined reference to `__vdso_rt_sigreturn' > >> arch/tile/kernel/signal.c:181: undefined reference to `__vdso_rt_sigreturn' > arch/tile/kernel/stack.o: In function `is_sigreturn': > >> arch/tile/kernel/stack.c:128: undefined reference to `__vdso_rt_sigreturn' > >> arch/tile/kernel/stack.c:128: undefined reference to `__vdso_rt_sigreturn' > arch/tile/kernel/stack.o:arch/tile/kernel/stack.c:127: more undefined references to `__vdso_rt_sigreturn' follow This requires the same fix as for arch/sh Now that I do a proper grep, it looks like ia64 may require the same as well. I will do some more testing and submit those. Thanks, Nick -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html