Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933826AbbELRg3 (ORCPT ); Tue, 12 May 2015 13:36:29 -0400 Received: from mail-ob0-f177.google.com ([209.85.214.177]:34888 "EHLO mail-ob0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932919AbbELRg1 (ORCPT ); Tue, 12 May 2015 13:36:27 -0400 MIME-Version: 1.0 In-Reply-To: <20150512085952.GC5711@tower> References: <20150512085952.GC5711@tower> From: Matt Turner Date: Tue, 12 May 2015 10:36:06 -0700 Message-ID: Subject: Re: [PATCH] alpha: Wire up missing syscalls To: Michael Cree , Chen Gang , Richard Henderson , Ivan Kokshaysky , "mattst88@gmail.com" , Greg Kroah-Hartman , linux-alpha , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1520 Lines: 30 On Tue, May 12, 2015 at 1:59 AM, Michael Cree wrote: > On Sun, May 10, 2015 at 02:33:36AM +0800, Chen Gang wrote: >> The related warnings: >> >> CALL scripts/checksyscalls.sh >> :1238:2: warning: #warning syscall seccomp not implemented [-Wcpp] >> :1241:2: warning: #warning syscall getrandom not implemented [-Wcpp] >> :1244:2: warning: #warning syscall memfd_create not implemented [-Wcpp] >> :1247:2: warning: #warning syscall bpf not implemented [-Wcpp] >> :1250:2: warning: #warning syscall execveat not implemented [-Wcpp] > > Chen: Have you tested the syscalls you have wired up? > > I have a suspicion that more is required to wire up the seccomp > syscall. At least some of the other older architectures had to > implement some extra arch dependent support to implement the seccomp > syscall. I don't know whether this is necessary or not on Alpha so > was wondering if this has been considered? > > Matt: are you still feeding Alpha patches to Linus? I suspect there > might be a few other patches other than this one submitted to > linux-alpha that should be applied. I haven't been for a while, but I do want to get back to it. I have a bunch of patches marked that I need to collect. -- 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/