Re: s390: kernel/entry.o: in function `sys_call_table_emu': (.rodata+0x1bc0): undefined reference to `__s390_'

2021-03-18 Thread Heiko Carstens
On Thu, Mar 18, 2021 at 10:05:01AM -0700, Nick Desaulniers wrote: > (Replying to > https://lore.kernel.org/linux-s390/ca+g9fytbw0hav5ooayck2rz_m2sj73krxpj0idzt+o8qtc1...@mail.gmail.com/) > > Yeah, our CI is failing today, too with the same error on linux-next: >

Re: s390: kernel/entry.o: in function `sys_call_table_emu': (.rodata+0x1bc0): undefined reference to `__s390_'

2021-03-18 Thread Nick Desaulniers
(Replying to https://lore.kernel.org/linux-s390/ca+g9fytbw0hav5ooayck2rz_m2sj73krxpj0idzt+o8qtc1...@mail.gmail.com/) Yeah, our CI is failing today, too with the same error on linux-next: https://github.com/ClangBuiltLinux/continuous-integration2/runs/2138006304?check_suite_focus=true

s390: kernel/entry.o: in function `sys_call_table_emu': (.rodata+0x1bc0): undefined reference to `__s390_'

2021-03-17 Thread Naresh Kamboju
-gnu- 'CC=sccache s390x-linux-gnu-gcc' 'HOSTCC=sccache gcc' s390x-linux-gnu-ld: arch/s390/kernel/entry.o: in function `sys_call_table_emu': (.rodata+0x1bc0): undefined reference to `__s390_' make[1]: *** [/builds/linux/Makefile:1212: vmlinux] Error 1 Reported-by: Naresh Kamboju steps to reproduce