Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752281AbbFHHSB (ORCPT ); Mon, 8 Jun 2015 03:18:01 -0400 Received: from bes.se.axis.com ([195.60.68.10]:44438 "EHLO bes.se.axis.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751248AbbFHHRx (ORCPT ); Mon, 8 Jun 2015 03:17:53 -0400 Date: Mon, 8 Jun 2015 09:17:51 +0200 From: Jesper Nilsson To: Guenter Roeck Cc: Mikael Starvik , Jesper Nilsson , linux-cris-kernel , "linux-kernel@vger.kernel.org" , Chen Gang Subject: Re: [PATCH -next] cris: Fix system call references for cris v10 Message-ID: <20150608071751.GL26605@axis.com> References: <1433513419-7020-1-git-send-email-linux@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1433513419-7020-1-git-send-email-linux@roeck-us.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1809 Lines: 38 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 > Signed-off-by: Guenter Roeck 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.nilsson@axis.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/