Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932447AbbFTVUG (ORCPT ); Sat, 20 Jun 2015 17:20:06 -0400 Received: from mail-ob0-f181.google.com ([209.85.214.181]:34535 "EHLO mail-ob0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752848AbbFTVT7 (ORCPT ); Sat, 20 Jun 2015 17:19:59 -0400 Message-ID: <5585D8FB.5070202@landley.net> Date: Sat, 20 Jun 2015 16:19:55 -0500 From: Rob Landley User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Chen Gang , Greg Kroah-Hartman CC: linux-sh@vger.kernel.org, "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] sh: Wire up missing syscalls References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1033 Lines: 23 On 05/09/2015 04:02 PM, Chen Gang wrote: > The related warnings: > > CALL scripts/checksyscalls.sh > :1229:2: warning: #warning syscall sched_setattr not implemented [-Wcpp] > :1232:2: warning: #warning syscall sched_getattr not implemented [-Wcpp] > :1235:2: warning: #warning syscall renameat2 not implemented [-Wcpp] > :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] > > Signed-off-by: Chen Gang Acked-by: Rob Landley I.E. I tried it and it worked for me on sh2 and sh4. Rob -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/