Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932301AbbELJ0G (ORCPT ); Tue, 12 May 2015 05:26:06 -0400 Received: from mail.orcon.net.nz ([219.88.242.22]:42167 "EHLO mail.orcon.net.nz" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S932157AbbELJ0D (ORCPT ); Tue, 12 May 2015 05:26:03 -0400 X-Greylist: delayed 1392 seconds by postgrey-1.27 at vger.kernel.org; Tue, 12 May 2015 05:26:03 EDT Date: Tue, 12 May 2015 20:59:52 +1200 From: Michael Cree To: Chen Gang Cc: rth@twiddle.net, ink@jurassic.park.msu.ru, "mattst88@gmail.com" , Greg Kroah-Hartman , linux-alpha@vger.kernel.org, "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] alpha: Wire up missing syscalls Message-ID: <20150512085952.GC5711@tower> Mail-Followup-To: Michael Cree , Chen Gang , rth@twiddle.net, ink@jurassic.park.msu.ru, "mattst88@gmail.com" , Greg Kroah-Hartman , linux-alpha@vger.kernel.org, "linux-kernel@vger.kernel.org" References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-Bayes-Prob: 0.0001 (Score 0: No Bayes scoring rules defined, tokens from: outbound) X-Spam-Score: -2.63 () [Hold at 3.00] FREEMAIL_FROM:0.001,FSL_HELO_NON_FQDN_1:0.001,HELO_NO_DOMAIN:0.001,RDNS_DYNAMIC:0.363,CC(NZ:-3) X-CanIt-Geo: ip=60.234.221.162; country=NZ; latitude=-41.0000; longitude=174.0000; http://maps.google.com/maps?q=-41.0000,174.0000&z=6 X-CanItPRO-Stream: base:outbound X-Canit-Stats-ID: 02OqUXRMz - 74c86d31111d - 20150512 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1314 Lines: 29 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. Cheers Michael. -- 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/