On Fri, Jun 05, 2015 at 04:10:19PM +0200, Guenter Roeck wrote: > The newly wired system calls cause compile errors when building > crisv10 images. > > arch/cris/arch-v10/kernel/built-in.o: In function `sys_call_table': > (.rodata+0x580): undefined reference to `_sys_sched_setattr' > arch/cris/arch-v10/kernel/built-in.o: In function `sys_call_table': > (.rodata+0x584): undefined reference to `_sys_sched_getattr' > arch/cris/arch-v10/kernel/built-in.o: In function `sys_call_table': > (.rodata+0x588): undefined reference to `_sys_renameat2' > arch/cris/arch-v10/kernel/built-in.o: In function `sys_call_table': > (.rodata+0x58c): undefined reference to `_sys_seccomp' > arch/cris/arch-v10/kernel/built-in.o: In function `sys_call_table': > (.rodata+0x590): undefined reference to `_sys_getrandom' > arch/cris/arch-v10/kernel/built-in.o: In function `sys_call_table': > (.rodata+0x594): undefined reference to `_sys_memfd_create' > arch/cris/arch-v10/kernel/built-in.o: In function `sys_call_table': > (.rodata+0x598): undefined reference to `_sys_bpf' > arch/cris/arch-v10/kernel/built-in.o: In function `sys_call_table': > (.rodata+0x59c): undefined reference to `_sys_execveat' > > Fixes: 3e48d266639b ("CRIS: Wire up missing syscalls") > Cc: Chen Gang <gang.chen.5...@gmail.com> > Signed-off-by: Guenter Roeck <li...@roeck-us.net>
Hi Guenter! Thanks, a similar patch should already be folded into the original tree, could you verify with the latest for-next/linux-next? /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nils...@axis.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/