Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753311AbbFHOuB (ORCPT ); Mon, 8 Jun 2015 10:50:01 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:47564 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752457AbbFHOty (ORCPT ); Mon, 8 Jun 2015 10:49:54 -0400 Message-ID: <5575AB83.20707@roeck-us.net> Date: Mon, 08 Jun 2015 07:49:39 -0700 From: Guenter Roeck User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Jesper Nilsson 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 References: <1433513419-7020-1-git-send-email-linux@roeck-us.net> <20150608071751.GL26605@axis.com> In-Reply-To: <20150608071751.GL26605@axis.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated_sender: linux@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: linux@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1877 Lines: 42 On 06/08/2015 12:17 AM, Jesper Nilsson wrote: > 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? > Yes, the cris/crisv32 images build fine in the latest -next. Guenter -- 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/